diff --git a/Gemfile.lock b/Gemfile.lock index 6ee6760..02f70f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ DEPENDENCIES webrick (~> 1.7) RUBY VERSION - ruby 3.0.2p107 + ruby 2.7.2p137 BUNDLED WITH 2.2.22 diff --git a/api/reference/1.0/app_configurations/list.md b/api/reference/1.0/app_configurations/list.md index 4104d01..b7e0981 100644 --- a/api/reference/1.0/app_configurations/list.md +++ b/api/reference/1.0/app_configurations/list.md @@ -8,7 +8,7 @@ labels: {% labels %} -Retrieve the App Configurations owned by the specified Company. +Retrieve the App Configurations owned by the specified Company. Icons can be included with a query parameter `?include=icon` {% filters app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/add_relationships.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/add_relationships.md new file mode 100644 index 0000000..ec4b771 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/add_relationships.md @@ -0,0 +1,9 @@ +--- +title: Add relationships +--- + +# Add AppSurfaces to an AppConfiguration + +Insert AppSurfaces into the specified AppConfiguration. + +{% scenario app_configurations_relationships_app_surfaces.create app_configurations.add_app_surfaces_to_the_app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/list_related.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/list_related.md new file mode 100644 index 0000000..cb8dcf6 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/list_related.md @@ -0,0 +1,9 @@ +--- +title: List related +--- + +# List related AppSurfaces + +Retrieve the AppSurfaces related to the specified AppConfiguration. + +{% scenario app_configuration_relationship_app_surfaces.index app_configurations.list_the_app_surfaces_for_an_app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/list_relationships.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/list_relationships.md new file mode 100644 index 0000000..17f9e93 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/list_relationships.md @@ -0,0 +1,9 @@ +--- +title: List relationships +--- + +# List AppSurface relationships for an AppConfiguration + +Retrieve the relationship linkage for the AppSurfaces related to the specified AppConfiguration. + +{% scenario app_configurations_relationships_app_surfaces.show app_configurations.list_the_app_surfaces_for_an_app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/remove_relationships.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/remove_relationships.md new file mode 100644 index 0000000..003b6e1 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/remove_relationships.md @@ -0,0 +1,9 @@ +--- +title: Remove relationships +--- + +# Remove AppSurfaces from an AppConfiguration + +Remove AppSurfaces from the specified AppConfiguration. + +{% scenario app_configurations_relationships_app_surfaces.delete app_configurations.remove_app_surface_from_an_app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/app_surfaces/replace_relationships.md b/api/reference/1.0/app_configurations/relationships/app_surfaces/replace_relationships.md new file mode 100644 index 0000000..24ba3dd --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/app_surfaces/replace_relationships.md @@ -0,0 +1,9 @@ +--- +title: Replace relationships +--- + +# Replace AppSurfaces on an AppConfiguration + +Replace all existing AppSurfaces on a AppConfiguration with the specified AppSurfaces + +{% scenario app_configurations_relationships_app_surfaces.update app_configurations.replace_app_surfaces_on_an_app_configuration %} diff --git a/api/reference/1.0/app_configurations/relationships/icon/create.md b/api/reference/1.0/app_configurations/relationships/icon/create.md new file mode 100644 index 0000000..8d0d8e3 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/icon/create.md @@ -0,0 +1,147 @@ +--- +title: Create +labels: + - unstable +--- + +# Create an Icon for an AppConfiguration + +{% labels %} + +Icons are processed asynchronously and have a `status` attribute representing the current status of the Icon. + +{% alert info, Note %} +This endpoint expects multipart requests. Icons must be 4 MB or less. +{% endalert %} + +
+ +
+ +
+ + + + + +
diff --git a/api/reference/1.0/app_configurations/relationships/icon/fetch_related.md b/api/reference/1.0/app_configurations/relationships/icon/fetch_related.md new file mode 100644 index 0000000..0c29301 --- /dev/null +++ b/api/reference/1.0/app_configurations/relationships/icon/fetch_related.md @@ -0,0 +1,13 @@ +--- +title: Fetch related +labels: + - unstable +--- + +# Fetch the related Icon + +{% labels %} + +Retrieve the AppConfiguration's Icon + +{% scenario app_configuration_relationship_icon.show icons.get_the_icon_for_an_app_configuration %} diff --git a/api/reference/1.0/app_surfaces/create.md b/api/reference/1.0/app_surfaces/create.md new file mode 100644 index 0000000..98c258d --- /dev/null +++ b/api/reference/1.0/app_surfaces/create.md @@ -0,0 +1,13 @@ +--- +title: Create +labels: + - unstable +--- + +# Create an App Surface + +{% labels %} + +{% form app_surface.post %} + +{% scenario app_surfaces.create app_surfaces.create_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/delete.md b/api/reference/1.0/app_surfaces/delete.md new file mode 100644 index 0000000..8b4e226 --- /dev/null +++ b/api/reference/1.0/app_surfaces/delete.md @@ -0,0 +1,11 @@ +--- +title: Delete +labels: + - unstable +--- + +# Delete an App Surface + +{% labels %} + +{% scenario app_surfaces.delete app_surfaces.delete_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/fetch.md b/api/reference/1.0/app_surfaces/fetch.md new file mode 100644 index 0000000..915fb0f --- /dev/null +++ b/api/reference/1.0/app_surfaces/fetch.md @@ -0,0 +1,13 @@ +--- +title: Fetch +labels: + - unstable +--- + +# Fetch an App Surface + +{% labels %} + +Retrieve the data for an existing AppSurface, based on its ID. + +{% scenario app_surfaces.show %} diff --git a/api/reference/1.0/app_surfaces/index.md b/api/reference/1.0/app_surfaces/index.md new file mode 100644 index 0000000..ab2a682 --- /dev/null +++ b/api/reference/1.0/app_surfaces/index.md @@ -0,0 +1,13 @@ +--- +title: Overview +labels: + - unstable +--- + +# App Surfaces + +{% labels %} + +**The implementation of `App Surfaces` are in flux as features are added, removed, and reworked.** + +`App Surfaces` allow groupings of `App Configurations`. diff --git a/api/reference/1.0/app_surfaces/list.md b/api/reference/1.0/app_surfaces/list.md new file mode 100644 index 0000000..903a135 --- /dev/null +++ b/api/reference/1.0/app_surfaces/list.md @@ -0,0 +1,13 @@ +--- +title: List +labels: + - unstable +--- + +# List App Surfaces for a Company + +{% labels %} + +Retrieve the App Surfaces owned by the specified Company. Icons can be included with a query parameter `?include=icon` + +{% scenario app_surfaces.index %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/add_relationships.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/add_relationships.md new file mode 100644 index 0000000..3f370d5 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/add_relationships.md @@ -0,0 +1,9 @@ +--- +title: Add relationships +--- + +# Add AppConfigurations to an AppSurface + +Insert AppConfigurations into the specified AppSurface. + +{% scenario app_surfaces_relationships_app_configurations.create app_surfaces.add_app_configurations_to_the_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/list_related.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/list_related.md new file mode 100644 index 0000000..e299d06 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/list_related.md @@ -0,0 +1,9 @@ +--- +title: List related +--- + +# List related AppConfigurations + +Retrieve the AppConfigurations related to the specified AppSurface. + +{% scenario app_surface_relationship_app_configurations.index app_surfaces.list_the_app_configurations_for_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/list_relationships.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/list_relationships.md new file mode 100644 index 0000000..4bdd8ee --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/list_relationships.md @@ -0,0 +1,9 @@ +--- +title: List relationships +--- + +# List AppConfiguration relationships for an AppSurface + +Retrieve the relationship linkage for the AppConfigurations related to the specified AppSurface. + +{% scenario app_surfaces_relationships_app_configurations.show app_surfaces.list_the_app_configurations_for_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/remove_relationships.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/remove_relationships.md new file mode 100644 index 0000000..b983ed6 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/remove_relationships.md @@ -0,0 +1,9 @@ +--- +title: Remove relationships +--- + +# Remove AppConfigurations from an AppSurface + +Remove AppConfigurations from the specified AppSurface. + +{% scenario app_surfaces_relationships_app_configurations.delete app_surfaces.remove_app_configuration_from_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/app_configurations/replace_relationships.md b/api/reference/1.0/app_surfaces/relationships/app_configurations/replace_relationships.md new file mode 100644 index 0000000..9cbbf4f --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/app_configurations/replace_relationships.md @@ -0,0 +1,9 @@ +--- +title: Replace relationships +--- + +# Replace AppConfigurations on an AppSurface + +Replace all existing AppConfigurations on a AppSurface with the specified AppConfigurations + +{% scenario app_surfaces_relationships_app_configurations.update app_surfaces.replace_app_configurations_on_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/company/fetch_related.md b/api/reference/1.0/app_surfaces/relationships/company/fetch_related.md new file mode 100644 index 0000000..0031970 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/company/fetch_related.md @@ -0,0 +1,13 @@ +--- +title: Fetch related +labels: + - unstable +--- + +# Fetch the related Company + +{% labels %} + +Retrieve the data for the Company that owns the specified AppSurface + +{% scenario app_surface_relationship_company.show companies.get_the_company_for_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/relationships/icon/create.md b/api/reference/1.0/app_surfaces/relationships/icon/create.md new file mode 100644 index 0000000..a287234 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/icon/create.md @@ -0,0 +1,147 @@ +--- +title: Create +labels: + - unstable +--- + +# Create an Icon for an AppSurface + +{% labels %} + +Icons are processed asynchronously and have a `status` attribute representing the current status of the Icon. + +{% alert info, Note %} +This endpoint expects multipart requests. Icons must be 4 MB or less. +{% endalert %} + +
+ +
+ +
+ + + + + +
diff --git a/api/reference/1.0/app_surfaces/relationships/icon/fetch_related.md b/api/reference/1.0/app_surfaces/relationships/icon/fetch_related.md new file mode 100644 index 0000000..e712b32 --- /dev/null +++ b/api/reference/1.0/app_surfaces/relationships/icon/fetch_related.md @@ -0,0 +1,13 @@ +--- +title: Fetch related +labels: + - unstable +--- + +# Fetch the related Icon + +{% labels %} + +Retrieve the AppSurface's Icon + +{% scenario app_surface_relationship_icon.show icons.get_the_icon_for_an_app_surface %} diff --git a/api/reference/1.0/app_surfaces/update.md b/api/reference/1.0/app_surfaces/update.md new file mode 100644 index 0000000..a273e55 --- /dev/null +++ b/api/reference/1.0/app_surfaces/update.md @@ -0,0 +1,13 @@ +--- +title: Update +labels: + - unstable +--- + +# Update an App Surface + +{% labels %} + +{% form app_surface.patch %} + +{% scenario app_surfaces.update app_surfaces.update_an_app_surface %} diff --git a/api/reference/1.0/icons/delete.md b/api/reference/1.0/icons/delete.md new file mode 100644 index 0000000..31c2e80 --- /dev/null +++ b/api/reference/1.0/icons/delete.md @@ -0,0 +1,11 @@ +--- +title: Delete +labels: + - unstable +--- + +# Delete an Icon + +{% labels %} + +{% scenario icons.delete icons.delete_an_icon %} diff --git a/api/reference/1.0/icons/fetch.md b/api/reference/1.0/icons/fetch.md new file mode 100644 index 0000000..c039a99 --- /dev/null +++ b/api/reference/1.0/icons/fetch.md @@ -0,0 +1,13 @@ +--- +title: Fetch +labels: + - unstable +--- + +# Fetch an Icon + +{% labels %} + +Retrieve the data for an existing Icon, based on its ID. + +{% scenario icons.show %} diff --git a/api/reference/1.0/icons/index.md b/api/reference/1.0/icons/index.md new file mode 100644 index 0000000..6a1591f --- /dev/null +++ b/api/reference/1.0/icons/index.md @@ -0,0 +1,13 @@ +--- +title: Overview +labels: + - unstable +--- + +# Icons + +{% labels %} + +**The implementation of `Icons` are in flux as features are added, removed, and reworked.** + +`Icons` allow images to be added to select resources, currently AppConfigurations and AppSurfaces. diff --git a/api/reference/1.0/icons/update.md b/api/reference/1.0/icons/update.md new file mode 100644 index 0000000..7938898 --- /dev/null +++ b/api/reference/1.0/icons/update.md @@ -0,0 +1,145 @@ +--- +title: Update +labels: + - unstable +--- + +# Update an Icon + +{% labels %} + +{% alert info, Note %} +This endpoint expects multipart requests. Icons must be 4 MB or less. +{% endalert %} + +
+ +
+ +
+ + + + + +
diff --git a/api_specification.json b/api_specification.json index 422a28f..4092f4a 100644 --- a/api_specification.json +++ b/api_specification.json @@ -32,6 +32,14 @@ "PUT" ] }, + { + "path": "/app_configurations/:app_configuration_id/app_surfaces", + "description": "", + "name": "app_configuration_relationship_app_surfaces.index", + "methods": [ + "GET" + ] + }, { "path": "/app_configurations/:app_configuration_id/company", "description": "", @@ -40,6 +48,166 @@ "GET" ] }, + { + "path": "/app_configurations/:app_configuration_id/icon", + "description": "", + "name": "app_configuration_icons.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/icon", + "description": "", + "name": "app_configuration_relationship_icon.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "description": "", + "name": "app_configurations_relationships_app_surfaces.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_surfaces/:id", + "description": "", + "name": "app_surfaces.update", + "methods": [ + "PUT" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/app_configurations", + "description": "", + "name": "app_surface_relationship_app_configurations.index", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/company", + "description": "", + "name": "app_surface_relationship_company.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/icon", + "description": "", + "name": "app_surface_icons.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/icon", + "description": "", + "name": "app_surface_relationship_icon.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.create", + "methods": [ + "POST" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.show", + "methods": [ + "GET" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "description": "", + "name": "app_surfaces_relationships_app_configurations.update", + "methods": [ + "PUT" + ] + }, { "path": "/audit_events", "description": "", @@ -320,6 +488,22 @@ "GET" ] }, + { + "path": "/companies/:company_id/app_surfaces", + "description": "", + "name": "app_surfaces.create", + "methods": [ + "POST" + ] + }, + { + "path": "/companies/:company_id/app_surfaces", + "description": "", + "name": "app_surfaces.index", + "methods": [ + "GET" + ] + }, { "path": "/companies/:company_id/edge_error_metrics", "description": "", @@ -864,6 +1048,38 @@ "GET" ] }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.delete", + "methods": [ + "DELETE" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.show", + "methods": [ + "GET" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.update", + "methods": [ + "PATCH" + ] + }, + { + "path": "/icons/:id", + "description": "", + "name": "icons.update", + "methods": [ + "PUT" + ] + }, { "path": "/libraries/:id", "description": "", @@ -1728,7 +1944,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -1801,7 +2017,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -1890,11 +2106,11 @@ "response": { "data": [ { - "id": "AC7c238a0ba2124f2996fc1d25a8d06e72", + "id": "ACaff50d590607483e89291f82538de55b", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T18:24:52.421Z", - "updated_at": "2021-10-05T18:24:52.421Z", + "created_at": "2022-02-04T20:59:47.810Z", + "updated_at": "2022-02-04T20:59:47.810Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -1904,17 +2120,99 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72/company" + "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72" + "self": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/app_configurations/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_configurations.create_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Fcm App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ACfe984d5a649440268fb22fd6169d0131", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:00:26.534Z", + "updated_at": "2022-02-04T21:00:26.534Z", + "app_id": "android_app_id", + "name": "Kessel Fcm App", + "platform": "mobile", + "messaging_service": "fcm", + "key_type": "fcm_v1" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131" } } ], @@ -1964,11 +2262,11 @@ }, "response": { "data": { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -1978,17 +2276,29 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } }, @@ -2009,7 +2319,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2082,7 +2392,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2171,11 +2481,11 @@ "response": { "data": [ { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2185,17 +2495,29 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -2219,11 +2541,11 @@ "request": null, "response": { "data": { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2233,17 +2555,29 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } }, @@ -2264,7 +2598,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2337,7 +2671,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2426,11 +2760,11 @@ "response": { "data": [ { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2440,17 +2774,29 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -2475,11 +2821,11 @@ "response": { "data": [ { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2489,17 +2835,29 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -2530,7 +2888,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2603,7 +2961,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2692,11 +3050,11 @@ "response": { "data": [ { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:53.905Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:25.630Z", "app_id": "com.adobe.test_app", "name": "Kessel Apns App", "platform": "mobile", @@ -2706,17 +3064,29 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -2742,17 +3112,17 @@ "attributes": { "app_id": "com.adobe.test_app_2" }, - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations" } }, "response": { "data": { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:54.676Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:29.575Z", "app_id": "com.adobe.test_app_2", "name": "Kessel Apns App", "platform": "mobile", @@ -2762,17 +3132,29 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } }, @@ -2793,7 +3175,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2866,7 +3248,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -2955,11 +3337,11 @@ "response": { "data": [ { - "id": "AC9a6fadbf7bd843b3b73217130e620061", + "id": "AC6c9c160a2c2448c1abb376af14307f78", "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:53.905Z", - "updated_at": "2021-10-05T19:05:54.676Z", + "created_at": "2022-02-04T21:02:25.630Z", + "updated_at": "2022-02-04T21:02:29.575Z", "app_id": "com.adobe.test_app_2", "name": "Kessel Apns App", "platform": "mobile", @@ -2969,17 +3351,29 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company" + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061" + "self": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78" } } ], @@ -3006,7 +3400,7 @@ "response_message": "No Content" }, { - "name": "audit_events.list_audit_events", + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -3019,7 +3413,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -3079,7 +3473,7 @@ "response_message": "OK" }, { - "name": "audit_events.list_audit_events", + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -3092,7 +3486,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -3152,7 +3546,7 @@ "response_message": "OK" }, { - "name": "audit_events.list_audit_events", + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, @@ -3174,8 +3568,8 @@ "response_message": "OK" }, { - "name": "audit_events.list_audit_events", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", "method": "GET", "request": null, "response": { @@ -3196,107 +3590,66 @@ "response_message": "OK" }, { - "name": "audit_events.list_audit_events", - "endpoint": "/companies/:company_id/properties", + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations", "method": "POST", "request": { "data": { "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" + "name": "Kessel Apns App", + "app_id": "com.adobe.test_app", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file", + "push_credential": { + "bundleId": "com.adobe.test_app", + "keyId": "key_id", + "p8": "", + "teamId": "team_id" + } }, - "type": "properties" + "type": "app_configurations" } }, "response": { "data": { - "id": "PR257d315781e14582bb631db61099976d", - "type": "properties", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:55.238Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:05:55.238Z", - "platform": "web", - "development": false, - "token": "782385f36c66", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions" - } - }, - "rules": { + "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/notes" - } + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments", - "extensions": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions", - "rules": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules", - "self": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } }, @@ -3304,890 +3657,426 @@ "response_message": "Created" }, { - "name": "audit_events.list_audit_events", - "endpoint": "/audit_events", + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", "method": "GET", "request": null, "response": { "data": [ { - "id": "AE8eb80aaf919a47b5a8017b1a6584bf2a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:55.360Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:55.360Z", - "entity": "{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"origin\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"property\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:55.262Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:55.262Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/notes\"}},\"origin\":{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/origin\"}},\"property\":{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a/property" - }, - "data": { - "id": "PR257d315781e14582bb631db61099976d", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a/extension" - }, - "data": { - "type": "extensions", - "id": "EXd6cb280d30494260a1bd7d8f97617f1d" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d", - "property": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d", - "self": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a" - }, - "meta": { - "property_name": "Kessel Example Property" - } - }, - { - "id": "AEe3ae4d55674840088b7cbf845ffcdb46", - "type": "audit_events", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:54.935Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2021-10-05T19:05:54.935Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:54.676Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" }, "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { + "company": { "links": { - "related": null + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { - "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe3ae4d55674840088b7cbf845ffcdb46" - } - }, - { - "id": "AEaed9959626b84e27b0ae736bedba0469", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:54.695Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.updated", - "updated_at": "2021-10-05T19:05:54.695Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:54.676Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null }, - "entity": { + "app_configurations": { "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEaed9959626b84e27b0ae736bedba0469" - } - }, - { - "id": "AE93fef7976b8a416087de675ae2f6edd5", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:53.924Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.created", - "updated_at": "2021-10-05T19:05:53.924Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:53.905Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE93fef7976b8a416087de675ae2f6edd5" - } - }, - { - "id": "AE13e225e84b4c4b51a58efdfadb0ceb56", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:53.771Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2021-10-05T19:05:53.771Z", - "entity": "{\"data\":{\"id\":\"AC7c238a0ba2124f2996fc1d25a8d06e72\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T18:24:52.421Z\",\"updated_at\":\"2021-10-05T18:24:52.421Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72/company\"}}}}}" - }, - "relationships": { - "property": { + "icon": { "links": { - "related": null + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" }, "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC7c238a0ba2124f2996fc1d25a8d06e72" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE13e225e84b4c4b51a58efdfadb0ceb56" - } - }, - { - "id": "AE8188310db9e040e7a68951d64a4ea92a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:16.629Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:05:16.629Z", - "entity": "{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"rules\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"31fdc073007f\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:11.182Z\",\"updated_at\":\"2021-10-05T19:05:11.182Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE8188310db9e040e7a68951d64a4ea92a/property" - }, - "data": { - "type": "properties", - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8188310db9e040e7a68951d64a4ea92a" - } - }, - { - "id": "AEf6a34887127943d29ef9ed919b027d4a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.380Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:05:11.380Z", - "entity": "{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"rules\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"31fdc073007f\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:11.182Z\",\"updated_at\":\"2021-10-05T19:05:11.182Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf6a34887127943d29ef9ed919b027d4a/property" - }, - "data": { - "type": "properties", - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf6a34887127943d29ef9ed919b027d4a" - } - }, - { - "id": "AE0455c988b0fa416b8ef79f911f48d67b", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.360Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:11.360Z", - "entity": "{\"data\":{\"id\":\"EX4ee6b51e6d3f4c25bb541a1a5e70deed\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed\",\"origin\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"property\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:11.239Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:11.239Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/notes\"}},\"origin\":{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/origin\"}},\"property\":{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE0455c988b0fa416b8ef79f911f48d67b/extension" - }, - "data": { - "type": "extensions", - "id": "EX4ee6b51e6d3f4c25bb541a1a5e70deed" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE0455c988b0fa416b8ef79f911f48d67b" - } - }, - { - "id": "AEe48deed65cb44e5fa4b2baa4331f25ce", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.305Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:11.305Z", - "entity": "{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"origin\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"property\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:11.221Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:11.221Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/notes\"}},\"origin\":{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/origin\"}},\"property\":{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEe48deed65cb44e5fa4b2baa4331f25ce/extension" - }, - "data": { - "type": "extensions", - "id": "EX98a6ebd219f54da0b6831fbf9ca3e375" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe48deed65cb44e5fa4b2baa4331f25ce" - } - }, - { - "id": "AE3902cb64411c4519bfb914d18a032d5c", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:03:35.335Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:03:35.335Z", - "entity": "{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"rules\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"bf8f563df6c3\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:02:34.021Z\",\"updated_at\":\"2021-10-05T19:02:34.021Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE3902cb64411c4519bfb914d18a032d5c/property" - }, - "data": { - "type": "properties", - "id": "PR1d397058cc084ac6bed86999f45ea1eb" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE3902cb64411c4519bfb914d18a032d5c" - } - }, - { - "id": "AE6f9b8d4d3aa44f51b3a41dd4d56f254a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.233Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:02:34.233Z", - "entity": "{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"rules\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"bf8f563df6c3\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:02:34.021Z\",\"updated_at\":\"2021-10-05T19:02:34.021Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE6f9b8d4d3aa44f51b3a41dd4d56f254a/property" - }, - "data": { - "type": "properties", - "id": "PR1d397058cc084ac6bed86999f45ea1eb" - } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE6f9b8d4d3aa44f51b3a41dd4d56f254a" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } - }, + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ { - "id": "AE2acd5b1dfed34235bf05afa76ef6359b", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.192Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:02:34.192Z", - "entity": "{\"data\":{\"id\":\"EX4bd933a84ab84ff88f5da87505fd4e99\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99\",\"origin\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"property\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:02:34.076Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:02:34.076Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/notes\"}},\"origin\":{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/origin\"}},\"property\":{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE2acd5b1dfed34235bf05afa76ef6359b/extension" - }, - "data": { - "type": "extensions", - "id": "EX4bd933a84ab84ff88f5da87505fd4e99" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE2acd5b1dfed34235bf05afa76ef6359b" - } - }, + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ { - "id": "AEf3e7fd0e17924bf78596974280b51bc4", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.143Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:02:34.143Z", - "entity": "{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"origin\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"property\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:02:34.047Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:02:34.047Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/notes\"}},\"origin\":{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/origin\"}},\"property\":{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf3e7fd0e17924bf78596974280b51bc4/extension" - }, - "data": { - "type": "extensions", - "id": "EX884ef4c4fa274e57bcbc55e3f456877e" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf3e7fd0e17924bf78596974280b51bc4" - } - }, + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_surfaces_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/app_surfaces", + "method": "GET", + "request": null, + "response": { + "data": [ { - "id": "AEf8d9270d07324df6933b7fbf39fa049a", - "type": "audit_events", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:30.912Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:01:30.912Z", - "entity": "{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"rules\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"6a9708473cb0\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:01:25.439Z\",\"updated_at\":\"2021-10-05T19:01:25.439Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"}}}}}" + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" }, "relationships": { - "property": { + "company": { "links": { - "related": null + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf8d9270d07324df6933b7fbf39fa049a/property" - }, - "data": { - "type": "properties", - "id": "PRe024730abb944a3589825275400c1b3f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf8d9270d07324df6933b7fbf39fa049a" - } - }, - { - "id": "AEfba1258b90ee4a7e885769eba68e0c14", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.633Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:01:25.633Z", - "entity": "{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"rules\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"6a9708473cb0\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:01:25.439Z\",\"updated_at\":\"2021-10-05T19:01:25.439Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"}}}}}" - }, - "relationships": { - "property": { + "app_configurations": { "links": { - "related": null - }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } }, - "entity": { + "icon": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEfba1258b90ee4a7e885769eba68e0c14/property" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" }, - "data": { - "type": "properties", - "id": "PRe024730abb944a3589825275400c1b3f" - } + "data": null } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEfba1258b90ee4a7e885769eba68e0c14" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } - }, + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ { - "id": "AEe6b75ff4fa5d445d860c20cedf041a3a", - "type": "audit_events", + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.600Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:01:25.600Z", - "entity": "{\"data\":{\"id\":\"EXf26d6b18361d4fd199a3b8bd226eb9a6\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6\",\"origin\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"property\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:01:25.493Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:01:25.493Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/origin\"}},\"property\":{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/updated_with_extension_package\"}}}}}" + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } - }, - "entity": { + "properties": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEe6b75ff4fa5d445d860c20cedf041a3a/extension" - }, - "data": { - "type": "extensions", - "id": "EXf26d6b18361d4fd199a3b8bd226eb9a6" + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" } } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe6b75ff4fa5d445d860c20cedf041a3a" - } - }, - { - "id": "AE35b9480e2639436ab15617b053888afe", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.560Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:01:25.560Z", - "entity": "{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"origin\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"property\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:01:25.472Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:01:25.472Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/origin\"}},\"property\":{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/updated_with_extension_package\"}}}}}" + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE35b9480e2639436ab15617b053888afe/extension" - }, - "data": { - "type": "extensions", - "id": "EX6048751106ca4addb3a0ed6add1886c0" - } + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE35b9480e2639436ab15617b053888afe" } - }, + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ { - "id": "AE48e8e62014d34aa5990e42c34e14ccb9", - "type": "audit_events", + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:34.106Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T18:59:34.106Z", - "entity": "{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"rules\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"93ad56cf3a63\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:59:28.609Z\",\"updated_at\":\"2021-10-05T18:59:28.609Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"}}}}}" + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "type": "properties" - } - }, - "entity": { + "properties": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE48e8e62014d34aa5990e42c34e14ccb9/property" - }, - "data": { - "type": "properties", - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5" + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE48e8e62014d34aa5990e42c34e14ccb9" - } - }, - { - "id": "AE7f01012038134be1b6ee0e0c9649886f", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:28.807Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T18:59:28.807Z", - "entity": "{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"rules\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"93ad56cf3a63\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:59:28.609Z\",\"updated_at\":\"2021-10-05T18:59:28.609Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"}}}}}" + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE7f01012038134be1b6ee0e0c9649886f/property" - }, - "data": { - "type": "properties", - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5" - } + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE7f01012038134be1b6ee0e0c9649886f" } - }, + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ { - "id": "AE22afa435334a4953bcfab3606df1fc87", - "type": "audit_events", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:28.784Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T18:59:28.784Z", - "entity": "{\"data\":{\"id\":\"EX7f8354caa91246c3b7954593713e62fb\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb\",\"origin\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0\",\"property\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T18:59:28.655Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T18:59:28.655Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/notes\"}},\"origin\":{\"data\":{\"id\":\"EX78deac09599a4d30a208f7a1e8e732e0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/origin\"}},\"property\":{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb/updated_with_extension_package\"}}}}}" + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" }, "relationships": { - "property": { + "company": { "links": { - "related": null + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "type": "properties" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE22afa435334a4953bcfab3606df1fc87/extension" - }, - "data": { - "type": "extensions", - "id": "EX7f8354caa91246c3b7954593713e62fb" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX7f8354caa91246c3b7954593713e62fb", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE22afa435334a4953bcfab3606df1fc87" - } - }, - { - "id": "AEe6d91f3ea6db406cbe727df1ac6a9a88", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:28.712Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T18:59:28.712Z", - "entity": "{\"data\":{\"id\":\"EX78deac09599a4d30a208f7a1e8e732e0\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0\",\"origin\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0\",\"property\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T18:59:28.636Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T18:59:28.636Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/notes\"}},\"origin\":{\"data\":{\"id\":\"EX78deac09599a4d30a208f7a1e8e732e0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/origin\"}},\"property\":{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { + "app_surfaces": { "links": { - "related": null - }, - "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "type": "properties" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, - "entity": { + "icon": { "links": { - "related": "https://reactor.adobe.io/audit_events/AEe6d91f3ea6db406cbe727df1ac6a9a88/extension" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" }, - "data": { - "type": "extensions", - "id": "EX78deac09599a4d30a208f7a1e8e732e0" - } + "data": null } }, "links": { - "entity": "https://reactor.adobe.io/extensions/EX78deac09599a4d30a208f7a1e8e732e0", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe6d91f3ea6db406cbe727df1ac6a9a88" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } - }, + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ { - "id": "AEc449f790f7354114a1f5c7b2ba65d40b", - "type": "audit_events", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:03.002Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T18:59:03.002Z", - "entity": "{\"data\":{\"id\":\"PRad4dc7ee4d924ddd8ab957bd89af0187\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187\",\"rules\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"1a599a1da51a\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:58:57.373Z\",\"updated_at\":\"2021-10-05T18:58:57.373Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/data_elements\"}}}}}" + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" }, "relationships": { - "property": { + "company": { "links": { - "related": null + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { - "id": "PRad4dc7ee4d924ddd8ab957bd89af0187", - "type": "properties" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEc449f790f7354114a1f5c7b2ba65d40b/property" - }, - "data": { - "type": "properties", - "id": "PRad4dc7ee4d924ddd8ab957bd89af0187" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEc449f790f7354114a1f5c7b2ba65d40b" - } - }, - { - "id": "AE8d36fbebc39b43b6ad2d1630f3b9d230", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:58:57.577Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T18:58:57.577Z", - "entity": "{\"data\":{\"id\":\"PRad4dc7ee4d924ddd8ab957bd89af0187\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187\",\"rules\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"1a599a1da51a\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:58:57.373Z\",\"updated_at\":\"2021-10-05T18:58:57.373Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187/data_elements\"}}}}}" - }, - "relationships": { - "property": { + "app_configurations": { "links": { - "related": null - }, - "data": { - "id": "PRad4dc7ee4d924ddd8ab957bd89af0187", - "type": "properties" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } }, - "entity": { + "icon": { "links": { - "related": "https://reactor.adobe.io/audit_events/AE8d36fbebc39b43b6ad2d1630f3b9d230/property" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" }, - "data": { - "type": "properties", - "id": "PRad4dc7ee4d924ddd8ab957bd89af0187" - } + "data": null } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRad4dc7ee4d924ddd8ab957bd89af0187", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8d36fbebc39b43b6ad2d1630f3b9d230" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } } ], - "links": { - "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", - "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" - }, "meta": { "pagination": { "current_page": 1, - "next_page": 2, + "next_page": null, "prev_page": null, - "total_pages": 2, - "total_count": 27 + "total_pages": 1, + "total_count": 1 } } }, @@ -4195,7 +4084,54 @@ "response_message": "OK" }, { - "name": "audit_events.get_an_audit_event", + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.list_the_app_configuration_relationships_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -4208,7 +4144,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -4268,7 +4204,7 @@ "response_message": "OK" }, { - "name": "audit_events.get_an_audit_event", + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -4281,7 +4217,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -4341,97 +4277,72 @@ "response_message": "OK" }, { - "name": "audit_events.get_an_audit_event", + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR257d315781e14582bb631db61099976d", - "type": "properties", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:05:55.238Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:05:55.238Z", - "platform": "web", - "development": false, - "token": "782385f36c66", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions" - } - }, - "rules": { + "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/notes" - } + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments", - "extensions": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions", - "rules": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules", - "self": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -4449,1111 +4360,56 @@ "response_message": "OK" }, { - "name": "audit_events.get_an_audit_event", - "endpoint": "/properties/PR257d315781e14582bb631db61099976d", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:06:01.027Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:01.027Z", - "platform": "web", - "development": false, - "token": "8711ab823812", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements", - "environments": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments", - "extensions": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions", - "rules": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules", - "self": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/properties/:property_id/rules", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Rule" - }, - "type": "rules" - } - }, - "response": { - "data": { - "id": "RL4d58ea3f8c444f94afe5eab4f7406991", - "type": "rules", - "attributes": { - "created_at": "2021-10-05T19:06:06.247Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2021-10-05T19:06:06.247Z", - "review_status": "unsubmitted" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/property" - }, - "data": { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/origin" - }, - "data": { - "id": "RL4d58ea3f8c444f94afe5eab4f7406991", - "type": "rules" - } - }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/rule_components" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331", - "origin": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991", - "self": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991", - "rule_components": "https://reactor.adobe.io/rules/RL4d58ea3f8c444f94afe5eab4f7406991/rule_components" - }, - "meta": { - "latest_revision_number": 0 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "audit_events.get_an_audit_event", - "endpoint": "/audit_events", + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", "method": "GET", "request": null, "response": { "data": [ { - "id": "AEc600880cdfb74e5a9c33e00e4e8dfd27", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:06:01.140Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:06:01.140Z", - "entity": "{\"data\":{\"id\":\"EX0779f7f8dd9a4d98a9e91428d803bc47\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47\",\"origin\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47\",\"property\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:06:01.054Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:06:01.054Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/notes\"}},\"origin\":{\"data\":{\"id\":\"EX0779f7f8dd9a4d98a9e91428d803bc47\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/origin\"}},\"property\":{\"data\":{\"id\":\"PR616062ba153e4a2cacfcd256cd6a2331\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEc600880cdfb74e5a9c33e00e4e8dfd27/property" - }, - "data": { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEc600880cdfb74e5a9c33e00e4e8dfd27/extension" - }, - "data": { - "type": "extensions", - "id": "EX0779f7f8dd9a4d98a9e91428d803bc47" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX0779f7f8dd9a4d98a9e91428d803bc47", - "property": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331", - "self": "https://reactor.adobe.io/audit_events/AEc600880cdfb74e5a9c33e00e4e8dfd27" - }, - "meta": { - "property_name": "Kessel Example Property" - } - }, - { - "id": "AEf84bd27550ef4b69954e8b752603ecb0", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:06:00.879Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:06:00.879Z", - "entity": "{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"rules\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"782385f36c66\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:55.238Z\",\"updated_at\":\"2021-10-05T19:05:55.238Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR257d315781e14582bb631db61099976d", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf84bd27550ef4b69954e8b752603ecb0/property" - }, - "data": { - "type": "properties", - "id": "PR257d315781e14582bb631db61099976d" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf84bd27550ef4b69954e8b752603ecb0" - } - }, - { - "id": "AE39d9d28ea74b410d90996a02f622ac37", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:55.422Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:05:55.422Z", - "entity": "{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"rules\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"782385f36c66\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:55.238Z\",\"updated_at\":\"2021-10-05T19:05:55.238Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR257d315781e14582bb631db61099976d", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE39d9d28ea74b410d90996a02f622ac37/property" - }, - "data": { - "type": "properties", - "id": "PR257d315781e14582bb631db61099976d" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE39d9d28ea74b410d90996a02f622ac37" - } - }, - { - "id": "AE9b8e905ff2504c4fab6f367363e9c917", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:55.411Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:55.411Z", - "entity": "{\"data\":{\"id\":\"EXf0474c1a15e546fd94a2b9e4e11c13a9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9\",\"origin\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"property\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:55.281Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:55.281Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/notes\"}},\"origin\":{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/origin\"}},\"property\":{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR257d315781e14582bb631db61099976d", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE9b8e905ff2504c4fab6f367363e9c917/extension" - }, - "data": { - "type": "extensions", - "id": "EXf0474c1a15e546fd94a2b9e4e11c13a9" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EXf0474c1a15e546fd94a2b9e4e11c13a9", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE9b8e905ff2504c4fab6f367363e9c917" - } - }, - { - "id": "AE8eb80aaf919a47b5a8017b1a6584bf2a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:55.360Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:55.360Z", - "entity": "{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"origin\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d\",\"property\":\"https://reactor.adobe.io/properties/PR257d315781e14582bb631db61099976d\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:55.262Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:55.262Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/notes\"}},\"origin\":{\"data\":{\"id\":\"EXd6cb280d30494260a1bd7d8f97617f1d\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/origin\"}},\"property\":{\"data\":{\"id\":\"PR257d315781e14582bb631db61099976d\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR257d315781e14582bb631db61099976d", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a/extension" - }, - "data": { - "type": "extensions", - "id": "EXd6cb280d30494260a1bd7d8f97617f1d" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EXd6cb280d30494260a1bd7d8f97617f1d", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8eb80aaf919a47b5a8017b1a6584bf2a" - } - }, - { - "id": "AEe3ae4d55674840088b7cbf845ffcdb46", - "type": "audit_events", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:54.935Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2021-10-05T19:05:54.935Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:54.676Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" }, "relationships": { - "property": { - "links": { - "related": null - }, - "data": null - }, - "entity": { + "company": { "links": { - "related": null + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" }, "data": { - "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe3ae4d55674840088b7cbf845ffcdb46" - } - }, - { - "id": "AEaed9959626b84e27b0ae736bedba0469", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:54.695Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.updated", - "updated_at": "2021-10-05T19:05:54.695Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:54.676Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null }, - "entity": { + "app_configurations": { "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEaed9959626b84e27b0ae736bedba0469" - } - }, - { - "id": "AE93fef7976b8a416087de675ae2f6edd5", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:53.924Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.created", - "updated_at": "2021-10-05T19:05:53.924Z", - "entity": "{\"data\":{\"id\":\"AC9a6fadbf7bd843b3b73217130e620061\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T19:05:53.905Z\",\"updated_at\":\"2021-10-05T19:05:53.905Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061/company\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": null }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC9a6fadbf7bd843b3b73217130e620061" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC9a6fadbf7bd843b3b73217130e620061", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE93fef7976b8a416087de675ae2f6edd5" - } - }, - { - "id": "AE13e225e84b4c4b51a58efdfadb0ceb56", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:53.771Z", - "display_name": "Kessel Apns App", - "type_of": "app_configuration.deleted", - "updated_at": "2021-10-05T19:05:53.771Z", - "entity": "{\"data\":{\"id\":\"AC7c238a0ba2124f2996fc1d25a8d06e72\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2021-10-05T18:24:52.421Z\",\"updated_at\":\"2021-10-05T18:24:52.421Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72/company\"}}}}}" - }, - "relationships": { - "property": { + "icon": { "links": { - "related": null + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" }, "data": null - }, - "entity": { - "links": { - "related": null - }, - "data": { - "type": "app_configurations", - "id": "AC7c238a0ba2124f2996fc1d25a8d06e72" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/app_configurations/AC7c238a0ba2124f2996fc1d25a8d06e72", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE13e225e84b4c4b51a58efdfadb0ceb56" - } - }, - { - "id": "AE8188310db9e040e7a68951d64a4ea92a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:16.629Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:05:16.629Z", - "entity": "{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"rules\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"31fdc073007f\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:11.182Z\",\"updated_at\":\"2021-10-05T19:05:11.182Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE8188310db9e040e7a68951d64a4ea92a/property" - }, - "data": { - "type": "properties", - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE8188310db9e040e7a68951d64a4ea92a" - } - }, - { - "id": "AEf6a34887127943d29ef9ed919b027d4a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.380Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:05:11.380Z", - "entity": "{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"rules\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"31fdc073007f\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:05:11.182Z\",\"updated_at\":\"2021-10-05T19:05:11.182Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf6a34887127943d29ef9ed919b027d4a/property" - }, - "data": { - "type": "properties", - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf6a34887127943d29ef9ed919b027d4a" - } - }, - { - "id": "AE0455c988b0fa416b8ef79f911f48d67b", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.360Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:11.360Z", - "entity": "{\"data\":{\"id\":\"EX4ee6b51e6d3f4c25bb541a1a5e70deed\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed\",\"origin\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"property\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:11.239Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:11.239Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/notes\"}},\"origin\":{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/origin\"}},\"property\":{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE0455c988b0fa416b8ef79f911f48d67b/extension" - }, - "data": { - "type": "extensions", - "id": "EX4ee6b51e6d3f4c25bb541a1a5e70deed" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX4ee6b51e6d3f4c25bb541a1a5e70deed", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE0455c988b0fa416b8ef79f911f48d67b" - } - }, - { - "id": "AEe48deed65cb44e5fa4b2baa4331f25ce", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:05:11.305Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:05:11.305Z", - "entity": "{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"origin\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375\",\"property\":\"https://reactor.adobe.io/properties/PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:05:11.221Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:05:11.221Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/notes\"}},\"origin\":{\"data\":{\"id\":\"EX98a6ebd219f54da0b6831fbf9ca3e375\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/origin\"}},\"property\":{\"data\":{\"id\":\"PR5f8b56d3d74343a98a9c92618bdeaf9f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR5f8b56d3d74343a98a9c92618bdeaf9f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEe48deed65cb44e5fa4b2baa4331f25ce/extension" - }, - "data": { - "type": "extensions", - "id": "EX98a6ebd219f54da0b6831fbf9ca3e375" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX98a6ebd219f54da0b6831fbf9ca3e375", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe48deed65cb44e5fa4b2baa4331f25ce" - } - }, - { - "id": "AE3902cb64411c4519bfb914d18a032d5c", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:03:35.335Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:03:35.335Z", - "entity": "{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"rules\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"bf8f563df6c3\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:02:34.021Z\",\"updated_at\":\"2021-10-05T19:02:34.021Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE3902cb64411c4519bfb914d18a032d5c/property" - }, - "data": { - "type": "properties", - "id": "PR1d397058cc084ac6bed86999f45ea1eb" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE3902cb64411c4519bfb914d18a032d5c" - } - }, - { - "id": "AE6f9b8d4d3aa44f51b3a41dd4d56f254a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.233Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:02:34.233Z", - "entity": "{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"rules\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"bf8f563df6c3\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:02:34.021Z\",\"updated_at\":\"2021-10-05T19:02:34.021Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE6f9b8d4d3aa44f51b3a41dd4d56f254a/property" - }, - "data": { - "type": "properties", - "id": "PR1d397058cc084ac6bed86999f45ea1eb" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE6f9b8d4d3aa44f51b3a41dd4d56f254a" - } - }, - { - "id": "AE2acd5b1dfed34235bf05afa76ef6359b", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.192Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:02:34.192Z", - "entity": "{\"data\":{\"id\":\"EX4bd933a84ab84ff88f5da87505fd4e99\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99\",\"origin\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"property\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:02:34.076Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:02:34.076Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/notes\"}},\"origin\":{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/origin\"}},\"property\":{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE2acd5b1dfed34235bf05afa76ef6359b/extension" - }, - "data": { - "type": "extensions", - "id": "EX4bd933a84ab84ff88f5da87505fd4e99" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX4bd933a84ab84ff88f5da87505fd4e99", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE2acd5b1dfed34235bf05afa76ef6359b" - } - }, - { - "id": "AEf3e7fd0e17924bf78596974280b51bc4", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:02:34.143Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:02:34.143Z", - "entity": "{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"origin\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e\",\"property\":\"https://reactor.adobe.io/properties/PR1d397058cc084ac6bed86999f45ea1eb\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:02:34.047Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:02:34.047Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/notes\"}},\"origin\":{\"data\":{\"id\":\"EX884ef4c4fa274e57bcbc55e3f456877e\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/origin\"}},\"property\":{\"data\":{\"id\":\"PR1d397058cc084ac6bed86999f45ea1eb\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PR1d397058cc084ac6bed86999f45ea1eb", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf3e7fd0e17924bf78596974280b51bc4/extension" - }, - "data": { - "type": "extensions", - "id": "EX884ef4c4fa274e57bcbc55e3f456877e" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX884ef4c4fa274e57bcbc55e3f456877e", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf3e7fd0e17924bf78596974280b51bc4" - } - }, - { - "id": "AEf8d9270d07324df6933b7fbf39fa049a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:30.912Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T19:01:30.912Z", - "entity": "{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"rules\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"6a9708473cb0\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:01:25.439Z\",\"updated_at\":\"2021-10-05T19:01:25.439Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEf8d9270d07324df6933b7fbf39fa049a/property" - }, - "data": { - "type": "properties", - "id": "PRe024730abb944a3589825275400c1b3f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEf8d9270d07324df6933b7fbf39fa049a" - } - }, - { - "id": "AEfba1258b90ee4a7e885769eba68e0c14", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.633Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:01:25.633Z", - "entity": "{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"rules\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"6a9708473cb0\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:01:25.439Z\",\"updated_at\":\"2021-10-05T19:01:25.439Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEfba1258b90ee4a7e885769eba68e0c14/property" - }, - "data": { - "type": "properties", - "id": "PRe024730abb944a3589825275400c1b3f" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEfba1258b90ee4a7e885769eba68e0c14" - } - }, - { - "id": "AEe6b75ff4fa5d445d860c20cedf041a3a", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.600Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:01:25.600Z", - "entity": "{\"data\":{\"id\":\"EXf26d6b18361d4fd199a3b8bd226eb9a6\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6\",\"origin\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"property\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:01:25.493Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:01:25.493Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/origin\"}},\"property\":{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AEe6b75ff4fa5d445d860c20cedf041a3a/extension" - }, - "data": { - "type": "extensions", - "id": "EXf26d6b18361d4fd199a3b8bd226eb9a6" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EXf26d6b18361d4fd199a3b8bd226eb9a6", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AEe6b75ff4fa5d445d860c20cedf041a3a" - } - }, - { - "id": "AE35b9480e2639436ab15617b053888afe", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:01:25.560Z", - "display_name": "Core", - "type_of": "extension.created", - "updated_at": "2021-10-05T19:01:25.560Z", - "entity": "{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"origin\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0\",\"property\":\"https://reactor.adobe.io/properties/PRe024730abb944a3589825275400c1b3f\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2021-10-05T19:01:25.472Z\",\"deleted_at\":null,\"updated_at\":\"2021-10-05T19:01:25.472Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6048751106ca4addb3a0ed6add1886c0\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/origin\"}},\"property\":{\"data\":{\"id\":\"PRe024730abb944a3589825275400c1b3f\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0/updated_with_extension_package\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRe024730abb944a3589825275400c1b3f", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE35b9480e2639436ab15617b053888afe/extension" - }, - "data": { - "type": "extensions", - "id": "EX6048751106ca4addb3a0ed6add1886c0" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/extensions/EX6048751106ca4addb3a0ed6add1886c0", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE35b9480e2639436ab15617b053888afe" - } - }, - { - "id": "AE48e8e62014d34aa5990e42c34e14ccb9", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:34.106Z", - "display_name": "Kessel Example Property", - "type_of": "property.deleted", - "updated_at": "2021-10-05T18:59:34.106Z", - "entity": "{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"rules\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"93ad56cf3a63\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:59:28.609Z\",\"updated_at\":\"2021-10-05T18:59:28.609Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE48e8e62014d34aa5990e42c34e14ccb9/property" - }, - "data": { - "type": "properties", - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE48e8e62014d34aa5990e42c34e14ccb9" - } - }, - { - "id": "AE7f01012038134be1b6ee0e0c9649886f", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T18:59:28.807Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T18:59:28.807Z", - "entity": "{\"data\":{\"id\":\"PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5\",\"rules\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"93ad56cf3a63\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T18:59:28.609Z\",\"updated_at\":\"2021-10-05T18:59:28.609Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": null - }, - "data": { - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE7f01012038134be1b6ee0e0c9649886f/property" - }, - "data": { - "type": "properties", - "id": "PRc3a54b2f2d7347a8bda63bcaf1e0bea5" - } } }, "links": { - "entity": "https://reactor.adobe.io/properties/PRc3a54b2f2d7347a8bda63bcaf1e0bea5", - "property": null, - "self": "https://reactor.adobe.io/audit_events/AE7f01012038134be1b6ee0e0c9649886f" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } } ], - "links": { - "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", - "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", - "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" - }, "meta": { "pagination": { "current_page": 1, - "next_page": 2, + "next_page": null, "prev_page": null, - "total_pages": 2, - "total_count": 31 + "total_pages": 1, + "total_count": 1 } } }, @@ -5561,58 +4417,34 @@ "response_message": "OK" }, { - "name": "audit_events.get_an_audit_event", - "endpoint": "/audit_events/:id", - "method": "GET", - "request": null, + "name": "app_configurations.add_app_surfaces_to_the_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "POST", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] + }, "response": { - "data": { - "id": "AE3aa64f6daa1442809dd1e351774676b7", - "type": "audit_events", - "attributes": { - "attributed_to_display_name": "George Ciltaru", - "attributed_to_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:06:01.207Z", - "display_name": "Kessel Example Property", - "type_of": "property.created", - "updated_at": "2021-10-05T19:06:01.207Z", - "entity": "{\"data\":{\"id\":\"PR616062ba153e4a2cacfcd256cd6a2331\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331\",\"rules\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"8711ab823812\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2021-10-05T19:06:01.027Z\",\"updated_at\":\"2021-10-05T19:06:01.027Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements\"}}}}}" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE3aa64f6daa1442809dd1e351774676b7/property" - }, - "data": { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", - "type": "properties" - } - }, - "entity": { - "links": { - "related": "https://reactor.adobe.io/audit_events/AE3aa64f6daa1442809dd1e351774676b7/property" - }, - "data": { - "type": "properties", - "id": "PR616062ba153e4a2cacfcd256cd6a2331" - } - } - }, - "links": { - "entity": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331", - "property": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331", - "self": "https://reactor.adobe.io/audit_events/AE3aa64f6daa1442809dd1e351774676b7" - }, - "meta": { - "property_name": "Kessel Example Property" + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, "response_message": "OK" }, { - "name": "builds.create_a_build", + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -5625,7 +4457,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -5685,7 +4517,7 @@ "response_message": "OK" }, { - "name": "builds.create_a_build", + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -5698,7 +4530,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -5758,97 +4590,72 @@ "response_message": "OK" }, { - "name": "builds.create_a_build", + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR616062ba153e4a2cacfcd256cd6a2331", - "type": "properties", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:06:01.027Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:01.027Z", - "platform": "web", - "development": false, - "token": "8711ab823812", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions" - } - }, - "rules": { + "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/notes" - } + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/data_elements", - "environments": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/environments", - "extensions": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/extensions", - "rules": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331/rules", - "self": "https://reactor.adobe.io/properties/PR616062ba153e4a2cacfcd256cd6a2331" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -5866,30 +4673,56 @@ "response_message": "OK" }, { - "name": "builds.create_a_build", - "endpoint": "/properties/PR616062ba153e4a2cacfcd256cd6a2331", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.create_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", "method": "GET", "request": null, "response": { "data": [ - + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, @@ -5897,453 +4730,118 @@ "response_message": "OK" }, { - "name": "builds.create_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "PATCH", "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:06:06.851Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:06.851Z", - "platform": "web", - "development": false, - "token": "46cb73eb0ad8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/environments", - "extensions": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/extensions", - "rules": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/rules", - "self": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.create_a_build", - "endpoint": "/properties/PR26d0ae79ef184045b22b271b0a538c83/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT6f70dfa02a1e45c5a5f246833ac4d682", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:06:12.067Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:06:12.067Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT6f70dfa02a1e45c5a5f246833ac4d682/property" - }, - "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83", - "self": "https://reactor.adobe.io/hosts/HT6f70dfa02a1e45c5a5f246833ac4d682" + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.create_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT6f70dfa02a1e45c5a5f246833ac4d682", - "type": "hosts" - } - } - }, - "type": "environments" - } + ] }, "response": { - "data": { - "id": "ENdf811e5521694c60abb56e961785c3a5", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:06:12.137Z", - "library_path": "17e0df72ece8/46cb73eb0ad8", - "library_name": "launch-d41456ad6f0d-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-d41456ad6f0d-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/46cb73eb0ad8/launch-d41456ad6f0d-development.min.js" - ], - "license_path": "17e0df72ece8/46cb73eb0ad8/launch-d41456ad6f0d-development.js" - }, - { - "library_name": "launch-d41456ad6f0d-development.js", - "minified": false, - "references": [ - "17e0df72ece8/46cb73eb0ad8/launch-d41456ad6f0d-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:06:12.137Z", - "status": "succeeded", - "token": "d41456ad6f0d" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/host", - "self": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/relationships/host" - }, - "data": { - "id": "HT6f70dfa02a1e45c5a5f246833ac4d682", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5/property" - }, - "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83", - "self": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "builds.create_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, "response": { - "data": { - "id": "LB6d2a5aaff0254cf2a46b27fad6dd93bd", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:06:12.219Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2021-10-05T19:06:12.219Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/builds" - } + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/environment" + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/extensions", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/rules", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/property" + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } }, - "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", - "type": "properties" + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null } }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/last_build" - }, - "data": null + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "builds.create_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", + "name": "app_configurations.replace_app_surfaces_on_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", "method": "PATCH", "request": { - "data": { - "id": "ENdf811e5521694c60abb56e961785c3a5", - "type": "environments" - } + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" + } + ] }, "response": { - "data": { - "id": "ENdf811e5521694c60abb56e961785c3a5", - "type": "environments" - }, + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + ], "links": { - "related": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/environment", - "self": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd/relationships/environment" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, "response_message": "OK" }, { - "name": "builds.create_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL2f498901f8874b7f8dfb594ace667014", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:12.560Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:12.560Z", - "token": "72afc10f14ba" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/environment" - }, - "data": { - "id": "ENdf811e5521694c60abb56e961785c3a5", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/library" - }, - "data": { - "id": "LB6d2a5aaff0254cf2a46b27fad6dd93bd", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014/property" - }, - "data": { - "id": "PR26d0ae79ef184045b22b271b0a538c83", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENdf811e5521694c60abb56e961785c3a5", - "library": "https://reactor.adobe.io/libraries/LB6d2a5aaff0254cf2a46b27fad6dd93bd", - "self": "https://reactor.adobe.io/builds/BL2f498901f8874b7f8dfb594ace667014" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/46cb73eb0ad8/launch-d41456ad6f0d-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/46cb73eb0ad8/72afc10f14ba/launch-d41456ad6f0d-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", + "name": "app_configurations.remove_app_surface_from_an_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -6356,7 +4854,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -6416,7 +4914,7 @@ "response_message": "OK" }, { - "name": "builds.get_a_build", + "name": "app_configurations.remove_app_surface_from_an_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -6429,7 +4927,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -6489,97 +4987,72 @@ "response_message": "OK" }, { - "name": "builds.get_a_build", + "name": "app_configurations.remove_app_surface_from_an_app_configuration", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR26d0ae79ef184045b22b271b0a538c83", - "type": "properties", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:06:06.851Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:06.851Z", - "platform": "web", - "development": false, - "token": "46cb73eb0ad8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/extensions" - } - }, - "rules": { + "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/rules" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/notes" - } + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/environments", - "extensions": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/extensions", - "rules": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83/rules", - "self": "https://reactor.adobe.io/properties/PR26d0ae79ef184045b22b271b0a538c83" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -6597,30 +5070,56 @@ "response_message": "OK" }, { - "name": "builds.get_a_build", - "endpoint": "/properties/PR26d0ae79ef184045b22b271b0a538c83", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.get_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", "method": "GET", "request": null, "response": { "data": [ - + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, @@ -6628,528 +5127,58 @@ "response_message": "OK" }, { - "name": "builds.get_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:06:13.285Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:13.285Z", - "platform": "web", - "development": false, - "token": "e03d135f0013", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/environments", - "extensions": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/extensions", - "rules": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/rules", - "self": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/properties/PR8fa5398017ed41f19372c825163d4c56/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT3d01b3b89dee4ef1a03801e36aa3e942", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:06:18.518Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:06:18.518Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT3d01b3b89dee4ef1a03801e36aa3e942/property" - }, - "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56", - "self": "https://reactor.adobe.io/hosts/HT3d01b3b89dee4ef1a03801e36aa3e942" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "PATCH", "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT3d01b3b89dee4ef1a03801e36aa3e942", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:06:18.615Z", - "library_path": "17e0df72ece8/e03d135f0013", - "library_name": "launch-b188336cc683-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-b188336cc683-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/e03d135f0013/launch-b188336cc683-development.min.js" - ], - "license_path": "17e0df72ece8/e03d135f0013/launch-b188336cc683-development.js" - }, - { - "library_name": "launch-b188336cc683-development.js", - "minified": false, - "references": [ - "17e0df72ece8/e03d135f0013/launch-b188336cc683-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:06:18.615Z", - "status": "succeeded", - "token": "b188336cc683" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/host", - "self": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/relationships/host" - }, - "data": { - "id": "HT3d01b3b89dee4ef1a03801e36aa3e942", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4/property" - }, - "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56", - "self": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } + ] }, "response": { - "data": { - "id": "LB10a6ce41d5fc42299578f176efd7874c", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:06:18.770Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2021-10-05T19:06:18.770Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/data_elements", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/extensions", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/rules", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/property" - }, - "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" + "data": [ + { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", - "type": "environments" - }, + ], "links": { - "related": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/environment", - "self": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c/relationships/environment" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, "response_message": "OK" }, { - "name": "builds.get_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL6ea45745293d487e9149a5fea57a6afb", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:19.063Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:19.063Z", - "token": "530b0774833a" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/environment" - }, - "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/library" - }, - "data": { - "id": "LB10a6ce41d5fc42299578f176efd7874c", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/property" - }, - "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4", - "library": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c", - "self": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e03d135f0013/launch-b188336cc683-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e03d135f0013/530b0774833a/launch-b188336cc683-development.min.js", - "archive": false, - "host_type_of": "akamai" + "name": "app_configurations.remove_app_surface_from_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/relationships/app_surfaces", + "method": "DELETE", + "request": { + "data": [ + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces" } - } + ] }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.get_a_build", - "endpoint": "/builds/:id", - "method": "GET", - "request": null, "response": { - "data": { - "id": "BL6ea45745293d487e9149a5fea57a6afb", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:19.063Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:19.063Z", - "token": "530b0774833a" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/environment" - }, - "data": { - "id": "EN5907b61a42e044db8e5fcc05b7419dc4", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/library" - }, - "data": { - "id": "LB10a6ce41d5fc42299578f176efd7874c", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb/property" - }, - "data": { - "id": "PR8fa5398017ed41f19372c825163d4c56", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN5907b61a42e044db8e5fcc05b7419dc4", - "library": "https://reactor.adobe.io/libraries/LB10a6ce41d5fc42299578f176efd7874c", - "self": "https://reactor.adobe.io/builds/BL6ea45745293d487e9149a5fea57a6afb" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e03d135f0013/launch-b188336cc683-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e03d135f0013/530b0774833a/launch-b188336cc683-development.min.js", - "archive": false, - "host_type_of": "akamai" - } + "data": [ + + ], + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, "response_code": 200, "response_message": "OK" }, { - "name": "builds.list_builds_for_a_library", + "name": "app_surfaces.create_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -7162,7 +5191,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -7222,7 +5251,7 @@ "response_message": "OK" }, { - "name": "builds.list_builds_for_a_library", + "name": "app_surfaces.create_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -7235,7 +5264,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -7295,97 +5324,68 @@ "response_message": "OK" }, { - "name": "builds.list_builds_for_a_library", + "name": "app_surfaces.create_an_app_surface", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR8fa5398017ed41f19372c825163d4c56", - "type": "properties", + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:06:13.285Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:13.285Z", - "platform": "web", - "development": false, - "token": "e03d135f0013", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:00:06.803Z", + "updated_at": "2022-02-04T21:00:06.803Z", + "name": "Kessel Surface" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/company" + "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/extensions" - } - }, - "rules": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/rules" + "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/notes" - } + "related": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/environments", - "extensions": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/extensions", - "rules": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56/rules", - "self": "https://reactor.adobe.io/properties/PR8fa5398017ed41f19372c825163d4c56" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864" } } ], @@ -7403,8 +5403,8 @@ "response_message": "OK" }, { - "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/PR8fa5398017ed41f19372c825163d4c56", + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/app_surfaces/:id", "method": "DELETE", "request": null, "response": null, @@ -7412,21 +5412,56 @@ "response_message": "No Content" }, { - "name": "builds.list_builds_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", "method": "GET", "request": null, "response": { "data": [ - + { + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:00:19.481Z", + "updated_at": "2022-02-04T21:00:19.481Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, @@ -7434,445 +5469,61 @@ "response_message": "OK" }, { - "name": "builds.list_builds_for_a_library", - "endpoint": "/companies/:company_id/properties", + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "app_surfaces.create_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces", "method": "POST", "request": { "data": { "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" + "name": "Kessel Surface" }, - "type": "properties" + "type": "app_surfaces" } }, "response": { "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", - "type": "properties", + "id": "AS7b84d82f8707421daa9e1e5230ce75f6", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:06:19.831Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:19.831Z", - "platform": "web", - "development": false, - "token": "a8c973ed5016", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:37.322Z", + "updated_at": "2022-02-04T21:02:37.322Z", + "name": "Kessel Surface" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/company" + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/environments", - "extensions": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/extensions", - "rules": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/rules", - "self": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/PR351e3314543841b386c346ec7a984eb2/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTa5409546459742fe891af34877368894", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:06:25.170Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:06:25.170Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTa5409546459742fe891af34877368894/property" - }, - "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2", - "self": "https://reactor.adobe.io/hosts/HTa5409546459742fe891af34877368894" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTa5409546459742fe891af34877368894", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:06:25.241Z", - "library_path": "17e0df72ece8/a8c973ed5016", - "library_name": "launch-2e9e18651abe-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-2e9e18651abe-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.min.js" - ], - "license_path": "17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.js" - }, - { - "library_name": "launch-2e9e18651abe-development.js", - "minified": false, - "references": [ - "17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:06:25.241Z", - "status": "succeeded", - "token": "2e9e18651abe" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/host", - "self": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/relationships/host" - }, - "data": { - "id": "HTa5409546459742fe891af34877368894", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a/property" - }, - "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2", - "self": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB1631f55f009f43aa92909e253f6a4538", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:06:25.316Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2021-10-05T19:06:25.316Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/data_elements", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/extensions", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/rules", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/property" - }, - "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", - "type": "properties" + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations" } }, - "last_build": { + "icon": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/last_build" + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/environment", - "self": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL7cd9542447934c7da30a5a7802499b73", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:25.544Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:25.544Z", - "token": "cd23907fc5c3" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/environment" - }, - "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/library" - }, - "data": { - "id": "LB1631f55f009f43aa92909e253f6a4538", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/property" - }, - "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a", - "library": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538", - "self": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a8c973ed5016/cd23907fc5c3/launch-2e9e18651abe-development.min.js", - "archive": false, - "host_type_of": "akamai" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6" } } }, @@ -7880,93 +5531,7 @@ "response_message": "Created" }, { - "name": "builds.list_builds_for_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "BL7cd9542447934c7da30a5a7802499b73", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:25.544Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:25.544Z", - "token": "cd23907fc5c3" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/environment" - }, - "data": { - "id": "EN158cb63602d54cd7be532da1aabb327a", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/library" - }, - "data": { - "id": "LB1631f55f009f43aa92909e253f6a4538", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73/property" - }, - "data": { - "id": "PR351e3314543841b386c346ec7a984eb2", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN158cb63602d54cd7be532da1aabb327a", - "library": "https://reactor.adobe.io/libraries/LB1631f55f009f43aa92909e253f6a4538", - "self": "https://reactor.adobe.io/builds/BL7cd9542447934c7da30a5a7802499b73" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a8c973ed5016/launch-2e9e18651abe-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a8c973ed5016/cd23907fc5c3/launch-2e9e18651abe-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_builds_for_an_environment", + "name": "app_surfaces.get_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -7979,7 +5544,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -8039,7 +5604,7 @@ "response_message": "OK" }, { - "name": "builds.list_builds_for_an_environment", + "name": "app_surfaces.get_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -8052,7 +5617,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -8112,107 +5677,21 @@ "response_message": "OK" }, { - "name": "builds.list_builds_for_an_environment", + "name": "app_surfaces.get_an_app_surface", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ - { - "id": "PR351e3314543841b386c346ec7a984eb2", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:06:19.831Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:19.831Z", - "platform": "web", - "development": false, - "token": "a8c973ed5016", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/environments", - "extensions": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/extensions", - "rules": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2/rules", - "self": "https://reactor.adobe.io/properties/PR351e3314543841b386c346ec7a984eb2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } + ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 1, - "total_count": 1 + "total_pages": 0, + "total_count": 0 } } }, @@ -8220,17 +5699,8 @@ "response_message": "OK" }, { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/PR351e3314543841b386c346ec7a984eb2", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", "method": "GET", "request": null, "response": { @@ -8251,107 +5721,52 @@ "response_message": "OK" }, { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/companies/:company_id/properties", + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces", "method": "POST", "request": { "data": { "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" + "name": "Kessel Surface (new name)" }, - "type": "properties" + "type": "app_surfaces" } }, "response": { "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", - "type": "properties", + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:06:26.161Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:26.161Z", - "platform": "web", - "development": false, - "token": "c75554ae11ab", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/company" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/extensions" - } - }, - "rules": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/rules" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/notes" - } + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/environments", - "extensions": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/extensions", - "rules": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/rules", - "self": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } }, @@ -8359,413 +5774,353 @@ "response_message": "Created" }, { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/PR1f42d05c97a442d8ab08fea6837414fb/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, + "name": "app_surfaces.get_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "GET", + "request": null, "response": { "data": { - "id": "HTd21d0258310d47859e12009143ef9429", - "type": "hosts", + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:06:31.340Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:06:31.340Z", - "username": null + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" }, "relationships": { - "property": { + "company": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd21d0258310d47859e12009143ef9429/property" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", - "type": "properties" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb", - "self": "https://reactor.adobe.io/hosts/HTd21d0258310d47859e12009143ef9429" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTd21d0258310d47859e12009143ef9429", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, "response": { - "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:06:31.413Z", - "library_path": "17e0df72ece8/c75554ae11ab", - "library_name": "launch-0f9569f67daf-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-0f9569f67daf-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.min.js" - ], - "license_path": "17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.js" - }, - { - "library_name": "launch-0f9569f67daf-development.js", - "minified": false, - "references": [ - "17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:06:31.413Z", - "status": "succeeded", - "token": "0f9569f67daf" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/library" - }, - "data": null + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/builds" + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } } }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/host", - "self": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/relationships/host" - }, - "data": { - "id": "HTd21d0258310d47859e12009143ef9429", - "type": "hosts" - } + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175/property" - }, - "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", - "type": "properties" + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb", - "self": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, "response": { - "data": { - "id": "LB0fe95c3c821a4acebc86c75eebf241e3", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:06:31.492Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2021-10-05T19:06:31.492Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/extensions", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/notes" - } + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/rules", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/rules" + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } } }, - "upstream_library": { - "data": null + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/property" - }, - "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", - "type": "properties" + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/last_build" - }, - "data": null } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", - "type": "environments" - } - }, + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, "response": { - "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/environment", - "self": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3/relationships/environment" + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } } }, "response_code": 200, "response_message": "OK" }, { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", "request": null, "response": { - "data": { - "id": "BL18a1d6a5745448378a598d67e7084511", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:31.756Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:31.756Z", - "token": "c8237f62469e" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/rules" - } + "data": [ + { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/environment" + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/library" + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } }, - "data": { - "id": "LB0fe95c3c821a4acebc86c75eebf241e3", - "type": "libraries" + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/property" - }, - "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", - "type": "properties" - } + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175", - "library": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3", - "self": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c75554ae11ab/c8237f62469e/launch-0f9569f67daf-development.min.js", - "archive": false, - "host_type_of": "akamai" + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "builds.list_builds_for_an_environment", - "endpoint": "/environments/:environment_id/builds", + "name": "app_surfaces.list_app_surfaces_for_a_company", + "endpoint": "/companies/:company_id/app_surfaces", "method": "GET", "request": null, "response": { "data": [ { - "id": "BL18a1d6a5745448378a598d67e7084511", - "type": "builds", + "id": "AS7b84d82f8707421daa9e1e5230ce75f6", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:06:31.756Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:31.756Z", - "token": "c8237f62469e" + "created_at": "2022-02-04T21:02:37.322Z", + "updated_at": "2022-02-04T21:02:37.322Z", + "name": "Kessel Surface" }, "relationships": { - "data_elements": { + "company": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/data_elements" + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } }, - "extensions": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/extensions" + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations" } }, - "rules": { + "icon": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/rules" - } - }, - "environment": { + "related": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6" + } + }, + { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/environment" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { - "id": "EN0eaf69e58a5749318aa02a54c63c5175", - "type": "environments" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } }, - "library": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/library" - }, - "data": { - "id": "LB0fe95c3c821a4acebc86c75eebf241e3", - "type": "libraries" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } }, - "property": { + "icon": { "links": { - "related": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511/property" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" }, - "data": { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", - "type": "properties" - } + "data": null } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN0eaf69e58a5749318aa02a54c63c5175", - "library": "https://reactor.adobe.io/libraries/LB0fe95c3c821a4acebc86c75eebf241e3", - "self": "https://reactor.adobe.io/builds/BL18a1d6a5745448378a598d67e7084511" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c75554ae11ab/launch-0f9569f67daf-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c75554ae11ab/c8237f62469e/launch-0f9569f67daf-development.min.js", - "archive": false, - "host_type_of": "akamai" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } ], @@ -8775,7 +6130,7 @@ "next_page": null, "prev_page": null, "total_pages": 1, - "total_count": 1 + "total_count": 2 } } }, @@ -8783,7 +6138,7 @@ "response_message": "OK" }, { - "name": "builds.list_extensions_for_a_build", + "name": "app_surfaces.update_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -8796,7 +6151,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -8856,7 +6211,7 @@ "response_message": "OK" }, { - "name": "builds.list_extensions_for_a_build", + "name": "app_surfaces.update_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -8869,7 +6224,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -8929,97 +6284,68 @@ "response_message": "OK" }, { - "name": "builds.list_extensions_for_a_build", + "name": "app_surfaces.update_an_app_surface", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR1f42d05c97a442d8ab08fea6837414fb", - "type": "properties", + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:06:26.161Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:26.161Z", - "platform": "web", - "development": false, - "token": "c75554ae11ab", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/company" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/extensions" - } - }, - "rules": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/rules" + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/notes" - } + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/environments", - "extensions": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/extensions", - "rules": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb/rules", - "self": "https://reactor.adobe.io/properties/PR1f42d05c97a442d8ab08fea6837414fb" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" } } ], @@ -9037,8 +6363,287 @@ "response_message": "OK" }, { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/PR1f42d05c97a442d8ab08fea6837414fb", + "name": "app_surfaces.update_an_app_surface", + "endpoint": "/app_surfaces/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "Kessel Surface (new name)" + }, + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces" + } + }, + "response": { + "data": { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASf62b7f0257094125b67719852e46eeed", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:38.608Z", + "updated_at": "2022-02-04T21:02:38.608Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.delete_an_app_surface", + "endpoint": "/app_surfaces/:id", "method": "DELETE", "request": null, "response": null, @@ -9046,8 +6651,154 @@ "response_message": "No Content" }, { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { @@ -9068,116 +6819,378 @@ "response_message": "OK" }, { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/companies/:company_id/properties", + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces", "method": "POST", "request": { "data": { "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" + "name": "Kessel Surface (new name)" }, - "type": "properties" + "type": "app_surfaces" } }, "response": { "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties", + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:06:32.586Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:32.586Z", - "platform": "web", - "development": false, - "token": "30c7f587cc9b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/callbacks" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, - "hosts": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/hosts" - } + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/environments" + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/libraries" + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configurations_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/app_configurations", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/data_elements" + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } } }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/extensions" + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/rules" + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } } }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/notes" + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/environments", - "extensions": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/extensions", - "rules": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/rules", - "self": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { @@ -9198,2621 +7211,2384 @@ "response_message": "OK" }, { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", "method": "GET", "request": null, "response": { "data": [ { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.list_the_app_configuration_relationships_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.add_app_configurations_to_the_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "POST", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Fcm App", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Fcm App", + "app_id": "android_app_id", + "platform": "mobile", + "messaging_service": "fcm", + "key_type": "fcm_v1", + "push_credential": { + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "client_email": "firebase-adminsdk-00000@notificationtestapp-000ea.iam.gserviceaccount.com", + "client_id": "000000000000000000000", + "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-00000%40notificationtestapp-000ea.iam.gserviceaccount.com", + "private_key": "-----BEGIN PRIVATE KEY-----\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\nXXXXXXXXXXXXXXXXXXXXXXX=\n-----END PRIVATE KEY-----\n", + "private_key_id": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", + "project_id": "notificationtestapp-000ea", + "token_uri": "https://oauth2.googleapis.com/token", + "type": "service_account" + } + }, + "type": "app_configurations" + } + }, + "response": { + "data": { + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:46.481Z", + "updated_at": "2022-02-04T21:02:46.481Z", + "app_id": "android_app_id", + "name": "Kessel Fcm App", + "platform": "mobile", + "messaging_service": "fcm", + "key_type": "fcm_v1" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "app_surfaces.replace_app_configurations_on_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "PATCH", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "app_surfaces.remove_app_configuration_from_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/relationships/app_configurations", + "method": "DELETE", + "request": { + "data": [ + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" + } + ] + }, + "response": { + "data": [ + + ], + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:02:48.843Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:02:48.843Z", + "platform": "web", + "development": false, + "token": "f8e7fc5e24ce", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules", + "self": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "audit_events.list_audit_events", + "endpoint": "/audit_events", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "AE3789de70a3b14c52b8de4bc75a18bd99", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:49.897Z", + "display_name": "Core", + "type_of": "extension.created", + "updated_at": "2022-02-04T21:02:49.897Z", + "entity": "{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.535Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.535Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/updated_with_extension_package\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/property" }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/extension" }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" + "data": { + "type": "extensions", + "id": "EX3406b45bc85f48d0b4590dd221fc6ed9" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9", + "property": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", + "self": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99" + }, + "meta": { + "property_name": "Kessel Example Property" + } + }, + { + "id": "AEad9f5ff77274469f9fa081aad2349af4", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:46.556Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:46.556Z", + "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" + "data": { + "type": "app_configurations", + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEad9f5ff77274469f9fa081aad2349af4" + } + }, + { + "id": "AEae9a8f38360041fbac17de58b69e5c72", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:42.767Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:42.767Z", + "entity": "{\"data\":{\"id\":\"ASb763e208e4f64c86a4ce6445604355ce\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:42.693Z\",\"updated_at\":\"2022-02-04T21:02:42.693Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" + "data": { + "type": "app_surfaces", + "id": "ASb763e208e4f64c86a4ce6445604355ce" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEae9a8f38360041fbac17de58b69e5c72" + } + }, + { + "id": "AE13b264111ef442979577b81f9a8708bd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:41.894Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:41.894Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE13b264111ef442979577b81f9a8708bd" + } + }, + { + "id": "AE1e51a6221daf49f79a6c3398334e9040", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:41.011Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:02:41.011Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE1e51a6221daf49f79a6c3398334e9040" + } + }, + { + "id": "AE8c84ba14ba6f4eba80cfe43b84647131", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:38.711Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:38.711Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE8c84ba14ba6f4eba80cfe43b84647131" + } + }, + { + "id": "AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:37.432Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:37.432Z", + "entity": "{\"data\":{\"id\":\"AS7b84d82f8707421daa9e1e5230ce75f6\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:02:37.322Z\",\"updated_at\":\"2022-02-04T21:02:37.322Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" + "data": { + "type": "app_surfaces", + "id": "AS7b84d82f8707421daa9e1e5230ce75f6" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd" + } + }, + { + "id": "AEa1731ab256134ed7a82db56d18df23c4", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:37.129Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:37.129Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" + "data": { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEa1731ab256134ed7a82db56d18df23c4" + } + }, + { + "id": "AE4c4610eaa0364e3e9014a287eda654d6", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:36.686Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:36.686Z", + "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" + "data": { + "type": "app_surfaces", + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE4c4610eaa0364e3e9014a287eda654d6" + } + }, + { + "id": "AE8b1b7f535baa43b4a623d894ae07a572", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:31.823Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:31.823Z", + "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" + "data": { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE8b1b7f535baa43b4a623d894ae07a572" + } + }, + { + "id": "AE46e0549bef1f4284828acf8b686eebf3", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:30.508Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:30.508Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE46e0549bef1f4284828acf8b686eebf3" + } + }, + { + "id": "AE2826bffae15c45328839097aa3fb9363", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:29.717Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.updated", + "updated_at": "2022-02-04T21:02:29.717Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" + } }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE2826bffae15c45328839097aa3fb9363" } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + { + "id": "AEa2ff894950564632a78a16a510f65a44", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:25.771Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:25.771Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEa2ff894950564632a78a16a510f65a44" } }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", - "type": "extensions", - "attributes": { - "created_at": "2021-10-05T19:06:37.978Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2021-10-05T19:06:37.978Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/libraries" - } + { + "id": "AE1a071d46fb96482fa41c44ca546891fb", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:25.347Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:25.347Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/revisions" + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACfe984d5a649440268fb22fd6169d0131" + } } }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/notes" - } + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE1a071d46fb96482fa41c44ca546891fb" + } + }, + { + "id": "AE66a6de7057f940a3a26138e74c65de99", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:24.936Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:24.936Z", + "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/property" + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties" + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACaff50d590607483e89291f82538de55b" + } } }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/origin" + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE66a6de7057f940a3a26138e74c65de99" + } + }, + { + "id": "AEfc3b2b950b2a43ee8edce900400c8cfe", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:26.763Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:00:26.763Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "data": { - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", - "type": "extensions" + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACfe984d5a649440268fb22fd6169d0131" + } } }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/updated_with_extension_package" + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEfc3b2b950b2a43ee8edce900400c8cfe" + } + }, + { + "id": "AEb49d15dd1c7645ab8742cc3b68b95eba", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:19.717Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:19.717Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } } }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc/extension_package" + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEb49d15dd1c7645ab8742cc3b68b95eba" + } + }, + { + "id": "AE38ac9002da284b5387a811df23da3845", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:17.339Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:00:17.339Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" + } } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE38ac9002da284b5387a811df23da3845" } }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "origin": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc", - "self": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/extensions/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX3560c9201e8c49f5bb7084f04c673550", - "type": "extensions", - "attributes": { - "created_at": "2021-10-05T19:06:37.994Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2021-10-05T19:06:37.994Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/libraries" - } + { + "id": "AE57350c2effa84bf6befd84671e4e5774", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:16.083Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:00:16.083Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/revisions" + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" + } } }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/notes" - } + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE57350c2effa84bf6befd84671e4e5774" + } + }, + { + "id": "AE0c6dc0ddc6864281b923e09c79f8cd4c", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:10.872Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:10.872Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/property" + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties" + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" + } } }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/origin" + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE0c6dc0ddc6864281b923e09c79f8cd4c" + } + }, + { + "id": "AE3cd524e1d8964e7b8a0b976bbe924eec", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:07.634Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:07.634Z", + "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "data": { - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", - "type": "extensions" + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" + } } }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/updated_with_extension_package" + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE3cd524e1d8964e7b8a0b976bbe924eec" + } + }, + { + "id": "AE62201f73127540cb9ddb94018d311761", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:06.753Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:00:06.753Z", + "entity": "{\"data\":{\"id\":\"ASb5f06e2e76ea4c0ba4e01b71332c91ee\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T20:59:48.855Z\",\"updated_at\":\"2022-02-04T20:59:48.855Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASb5f06e2e76ea4c0ba4e01b71332c91ee" + } } }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/extension_package" + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASb5f06e2e76ea4c0ba4e01b71332c91ee", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE62201f73127540cb9ddb94018d311761" + } + }, + { + "id": "AE7c5a0c580aa74978b777cfc6b48483bd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:03.959Z", + "display_name": "IC6b3a89ff7bbe4a4ab9ea329878196d7e", + "type_of": "icon.deleted", + "updated_at": "2022-02-04T21:00:03.959Z", + "entity": "{\"data\":{\"id\":\"IC6b3a89ff7bbe4a4ab9ea329878196d7e\",\"type\":\"icons\",\"links\":{\"self\":\"https://reactor.adobe.io/icons/IC6b3a89ff7bbe4a4ab9ea329878196d7e\",\"resource\":\"https://reactor.adobe.io/app_surfaces/AS43e5f0df09a04da79d81acd2763ec4d9\"},\"attributes\":{\"url\":\"https://assets.adobedtm.com/staging/icons/17e0df72ece8/IC6b3a89ff7bbe4a4ab9ea329878196d7e.png\",\"status\":\"succeeded\",\"created_at\":\"2022-02-03T22:50:54.877Z\",\"updated_at\":\"2022-02-04T16:26:37.978Z\"},\"relationships\":{\"resource\":{\"data\":{\"id\":\"AS43e5f0df09a04da79d81acd2763ec4d9\",\"type\":\"app_surfaces\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS43e5f0df09a04da79d81acd2763ec4d9\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "entity": { + "links": { + "related": null + }, + "data": { + "type": "icons", + "id": "IC6b3a89ff7bbe4a4ab9ea329878196d7e" + } } + }, + "links": { + "entity": "https://reactor.adobe.io/icons/IC6b3a89ff7bbe4a4ab9ea329878196d7e", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE7c5a0c580aa74978b777cfc6b48483bd" } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "origin": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc", - "self": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 + } + ], + "links": { + "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, + "meta": { + "pagination": { + "current_page": 1, + "next_page": 2, + "prev_page": null, + "total_pages": 2, + "total_count": 46 } } }, @@ -11820,599 +9596,10 @@ "response_message": "OK" }, { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/PRe7925d204ae64a68960380d49085419d/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT6ea4ae17192f4648a5a8c25f35ffcb2a", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:06:38.227Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:06:38.227Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT6ea4ae17192f4648a5a8c25f35ffcb2a/property" - }, - "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "self": "https://reactor.adobe.io/hosts/HT6ea4ae17192f4648a5a8c25f35ffcb2a" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT6ea4ae17192f4648a5a8c25f35ffcb2a", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:06:38.310Z", - "library_path": "17e0df72ece8/30c7f587cc9b", - "library_name": "launch-ee9df22092e9-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-ee9df22092e9-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.min.js" - ], - "license_path": "17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.js" - }, - { - "library_name": "launch-ee9df22092e9-development.js", - "minified": false, - "references": [ - "17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:06:38.310Z", - "status": "succeeded", - "token": "ee9df22092e9" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/host", - "self": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/relationships/host" - }, - "data": { - "id": "HT6ea4ae17192f4648a5a8c25f35ffcb2a", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b/property" - }, - "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "self": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "relationships": { - "extensions": { - "data": [ - { - "id": "EX3560c9201e8c49f5bb7084f04c673550", - "type": "extensions" - } - ] - }, - "environment": { - "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", - "type": "environments" - } - } - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB837b8d1d55464d229384dabad56e52dd", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:06:38.406Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2021-10-05T19:06:38.406Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/builds" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/environment", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/relationships/environment" - }, - "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", - "type": "environments" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/data_elements", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/extensions", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/rules", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/property" - }, - "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "self": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLbe1da626ecf640c69704b4b9343c2fcf", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:38.643Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:38.643Z", - "token": "0d3d5b8b1704" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/environment" - }, - "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/library" - }, - "data": { - "id": "LB837b8d1d55464d229384dabad56e52dd", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/property" - }, - "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b", - "library": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd", - "self": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/0d3d5b8b1704/launch-ee9df22092e9-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLbe1da626ecf640c69704b4b9343c2fcf", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:38.643Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:38.643Z", - "token": "0d3d5b8b1704" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/environment" - }, - "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/library" - }, - "data": { - "id": "LB837b8d1d55464d229384dabad56e52dd", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/property" - }, - "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b", - "library": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd", - "self": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/0d3d5b8b1704/launch-ee9df22092e9-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLbe1da626ecf640c69704b4b9343c2fcf", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:38.643Z", - "status": "succeeded", - "updated_at": "2021-10-05T19:06:40.135Z", - "token": "0d3d5b8b1704" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/environment" - }, - "data": { - "id": "EN14c957335ced411f87b6fc485b2dc39b", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/library" - }, - "data": { - "id": "LB837b8d1d55464d229384dabad56e52dd", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf/property" - }, - "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN14c957335ced411f87b6fc485b2dc39b", - "library": "https://reactor.adobe.io/libraries/LB837b8d1d55464d229384dabad56e52dd", - "self": "https://reactor.adobe.io/builds/BLbe1da626ecf640c69704b4b9343c2fcf" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/launch-ee9df22092e9-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/30c7f587cc9b/0d3d5b8b1704/launch-ee9df22092e9-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_extensions_for_a_build", - "endpoint": "/builds/:build_id/extensions", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EX3560c9201e8c49f5bb7084f04c673550", - "type": "extensions", - "attributes": { - "created_at": "2021-10-05T19:06:37.994Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2021-10-05T19:06:37.994Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/property" - }, - "data": { - "id": "PRe7925d204ae64a68960380d49085419d", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/origin" - }, - "data": { - "id": "EXec1558bf673d4a2e9370642bc5a2b4dc", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d", - "origin": "https://reactor.adobe.io/extensions/EXec1558bf673d4a2e9370642bc5a2b4dc", - "self": "https://reactor.adobe.io/extensions/EX3560c9201e8c49f5bb7084f04c673550", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, + "name": "audit_events.get_an_audit_event", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, "response": { "data": [ { @@ -12422,7 +9609,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -12482,7 +9669,7 @@ "response_message": "OK" }, { - "name": "builds.list_data_elements_of_a_build", + "name": "audit_events.get_an_audit_event", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -12495,7 +9682,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -12555,23 +9742,23 @@ "response_message": "OK" }, { - "name": "builds.list_data_elements_of_a_build", + "name": "audit_events.get_an_audit_event", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PRe7925d204ae64a68960380d49085419d", + "id": "PRbd3ecada74ab42f78b9d65803291970a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:32.586Z", + "created_at": "2022-02-04T21:02:48.843Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:32.586Z", + "updated_at": "2022-02-04T21:02:48.843Z", "platform": "web", "development": false, - "token": "30c7f587cc9b", + "token": "f8e7fc5e24ce", "domains": [ "example.com" ], @@ -12581,7 +9768,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/company" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -12590,52 +9777,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/callbacks" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/hosts" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/environments" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/libraries" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/data_elements" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/extensions" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/rules" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/notes" + "related": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/environments", - "extensions": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/extensions", - "rules": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d/rules", - "self": "https://reactor.adobe.io/properties/PRe7925d204ae64a68960380d49085419d" + "data_elements": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules", + "self": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a" }, "meta": { "rights": [ @@ -12663,8 +9850,8 @@ "response_message": "OK" }, { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/PRe7925d204ae64a68960380d49085419d", + "name": "audit_events.get_an_audit_event", + "endpoint": "/properties/PRbd3ecada74ab42f78b9d65803291970a", "method": "DELETE", "request": null, "response": null, @@ -12672,7 +9859,7 @@ "response_message": "No Content" }, { - "name": "builds.list_data_elements_of_a_build", + "name": "audit_events.get_an_audit_event", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -12694,7 +9881,7 @@ "response_message": "OK" }, { - "name": "builds.list_data_elements_of_a_build", + "name": "audit_events.get_an_audit_event", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -12711,16 +9898,16 @@ }, "response": { "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRb804002660ff423c85ad3c95aa452ef7", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:44.375Z", + "created_at": "2022-02-04T21:02:58.171Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:44.375Z", + "updated_at": "2022-02-04T21:02:58.171Z", "platform": "web", "development": false, - "token": "b40b39b25148", + "token": "3e1289875f3b", "domains": [ "example.com" ], @@ -12730,7 +9917,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/company" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -12739,52 +9926,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/callbacks" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/hosts" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/environments" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/libraries" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/data_elements" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/extensions" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/rules" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/notes" + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/environments", - "extensions": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/extensions", - "rules": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/rules", - "self": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b" + "data_elements": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments", + "extensions": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions", + "rules": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules", + "self": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7" }, "meta": { "rights": [ @@ -12802,7 +9989,7 @@ "response_message": "Created" }, { - "name": "builds.list_data_elements_of_a_build", + "name": "audit_events.get_an_audit_event", "endpoint": "/properties/:property_id/rules", "method": "POST", "request": { @@ -12815,10 +10002,10 @@ }, "response": { "data": { - "id": "RLfcc7111a41824b2193be9ba5be04e501", + "id": "RL204df6424b5b4f79abf5ca8a0f4415d9", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:06:49.688Z", + "created_at": "2022-02-04T21:03:04.049Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -12826,54 +10013,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:06:49.688Z", + "updated_at": "2022-02-04T21:03:04.049Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/libraries" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/revisions" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/notes" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/property" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRb804002660ff423c85ad3c95aa452ef7", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/origin" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/origin" }, "data": { - "id": "RLfcc7111a41824b2193be9ba5be04e501", + "id": "RL204df6424b5b4f79abf5ca8a0f4415d9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/rule_components" + "related": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501", - "self": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501", - "rule_components": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501/rule_components" + "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "origin": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9", + "self": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9", + "rule_components": "https://reactor.adobe.io/rules/RL204df6424b5b4f79abf5ca8a0f4415d9/rule_components" }, "meta": { "latest_revision_number": 0 @@ -12884,2508 +10071,1143 @@ "response_message": "Created" }, { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/rules/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - }, - "meta": { - "action": "revise" - }, - "id": "RLfcc7111a41824b2193be9ba5be04e501", - "type": "rules" - } - }, + "name": "audit_events.get_an_audit_event", + "endpoint": "/audit_events", + "method": "GET", + "request": null, "response": { - "data": { - "id": "RL432e113c23334ae4be39b3c19ad5d6ac", - "type": "rules", - "attributes": { - "created_at": "2021-10-05T19:06:49.797Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "Example Rule", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2021-10-05T19:06:49.797Z", - "review_status": "unsubmitted" + "data": [ + { + "id": "AE0bac8e99f5634532a8e9d005946ae717", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:58.637Z", + "display_name": "Core", + "type_of": "extension.created", + "updated_at": "2022-02-04T21:02:58.637Z", + "entity": "{\"data\":{\"id\":\"EX6ccb3c449e204c749f1ef2f5b574d08c\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c\",\"origin\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c\",\"property\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:58.381Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:58.381Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/notes\"}},\"origin\":{\"data\":{\"id\":\"EX6ccb3c449e204c749f1ef2f5b574d08c\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/origin\"}},\"property\":{\"data\":{\"id\":\"PRb804002660ff423c85ad3c95aa452ef7\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c/updated_with_extension_package\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717/property" + }, + "data": { + "id": "PRb804002660ff423c85ad3c95aa452ef7", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717/extension" + }, + "data": { + "type": "extensions", + "id": "EX6ccb3c449e204c749f1ef2f5b574d08c" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/extensions/EX6ccb3c449e204c749f1ef2f5b574d08c", + "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "self": "https://reactor.adobe.io/audit_events/AE0bac8e99f5634532a8e9d005946ae717" + }, + "meta": { + "property_name": "Kessel Example Property" + } }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/libraries" + { + "id": "AE660b24c4c43941338b2629818748f209", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:57.185Z", + "display_name": "Kessel Example Property", + "type_of": "property.deleted", + "updated_at": "2022-02-04T21:02:57.185Z", + "entity": "{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"rules\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"f8e7fc5e24ce\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:48.843Z\",\"updated_at\":\"2022-02-04T21:02:48.843Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE660b24c4c43941338b2629818748f209/property" + }, + "data": { + "type": "properties", + "id": "PRbd3ecada74ab42f78b9d65803291970a" + } } }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/revisions" + "links": { + "entity": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE660b24c4c43941338b2629818748f209" + } + }, + { + "id": "AEc151a4198f184f0b9370deb8c2a270c2", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:50.384Z", + "display_name": "Kessel Example Property", + "type_of": "property.created", + "updated_at": "2022-02-04T21:02:50.384Z", + "entity": "{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"rules\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"f8e7fc5e24ce\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:48.843Z\",\"updated_at\":\"2022-02-04T21:02:48.843Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a/data_elements\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AEc151a4198f184f0b9370deb8c2a270c2/property" + }, + "data": { + "type": "properties", + "id": "PRbd3ecada74ab42f78b9d65803291970a" + } } }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/notes" + "links": { + "entity": "https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEc151a4198f184f0b9370deb8c2a270c2" + } + }, + { + "id": "AEde7b82f99870419b81eec1ca504078a9", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:50.076Z", + "display_name": "Core", + "type_of": "extension.created", + "updated_at": "2022-02-04T21:02:50.076Z", + "entity": "{\"data\":{\"id\":\"EX5e3b0b1bd0cf491e8ff9047fb10ab3a2\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.709Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.709Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":1,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2/updated_with_extension_package\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AEde7b82f99870419b81eec1ca504078a9/extension" + }, + "data": { + "type": "extensions", + "id": "EX5e3b0b1bd0cf491e8ff9047fb10ab3a2" + } } }, - "property": { - "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/property" + "links": { + "entity": "https://reactor.adobe.io/extensions/EX5e3b0b1bd0cf491e8ff9047fb10ab3a2", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEde7b82f99870419b81eec1ca504078a9" + } + }, + { + "id": "AE3789de70a3b14c52b8de4bc75a18bd99", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:49.897Z", + "display_name": "Core", + "type_of": "extension.created", + "updated_at": "2022-02-04T21:02:49.897Z", + "entity": "{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"meta\":{\"latest_revision_number\":1},\"type\":\"extensions\",\"links\":{\"self\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"origin\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9\",\"property\":\"https://reactor.adobe.io/properties/PRbd3ecada74ab42f78b9d65803291970a\",\"extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\",\"latest_extension_package\":\"https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c\"},\"attributes\":{\"name\":\"core\",\"dirty\":false,\"enabled\":true,\"version\":\"3.2.1\",\"settings\":\"{}\",\"published\":false,\"created_at\":\"2022-02-04T21:02:49.535Z\",\"deleted_at\":null,\"updated_at\":\"2022-02-04T21:02:49.535Z\",\"display_name\":\"Core\",\"published_at\":null,\"review_status\":\"unsubmitted\",\"revision_number\":0,\"delegate_descriptor_id\":\"core::extensionConfiguration::config\"},\"relationships\":{\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/notes\"}},\"origin\":{\"data\":{\"id\":\"EX3406b45bc85f48d0b4590dd221fc6ed9\",\"type\":\"extensions\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/origin\"}},\"property\":{\"data\":{\"id\":\"PRbd3ecada74ab42f78b9d65803291970a\",\"type\":\"properties\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/property\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/libraries\"}},\"revisions\":{\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/revisions\"}},\"extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/extension_package\"}},\"updated_with_extension_package\":{\"data\":{\"id\":\"EP56a06c4685ae4a469e3f5f3b929a822c\",\"type\":\"extension_packages\"},\"links\":{\"related\":\"https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9/updated_with_extension_package\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": { + "id": "PRbd3ecada74ab42f78b9d65803291970a", + "type": "properties" + } }, - "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", - "type": "properties" + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99/extension" + }, + "data": { + "type": "extensions", + "id": "EX3406b45bc85f48d0b4590dd221fc6ed9" + } } }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/origin" + "links": { + "entity": "https://reactor.adobe.io/extensions/EX3406b45bc85f48d0b4590dd221fc6ed9", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE3789de70a3b14c52b8de4bc75a18bd99" + } + }, + { + "id": "AEad9f5ff77274469f9fa081aad2349af4", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:46.556Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:46.556Z", + "entity": "{\"data\":{\"id\":\"ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:46.481Z\",\"updated_at\":\"2022-02-04T21:02:46.481Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "data": { - "id": "RLfcc7111a41824b2193be9ba5be04e501", - "type": "rules" + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_configurations", + "id": "ACf2f5ab5cdf574665ad0b366ef9dae49e" + } } }, - "rule_components": { - "links": { - "related": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/rule_components" + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACf2f5ab5cdf574665ad0b366ef9dae49e", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEad9f5ff77274469f9fa081aad2349af4" + } + }, + { + "id": "AEae9a8f38360041fbac17de58b69e5c72", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:42.767Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:42.767Z", + "entity": "{\"data\":{\"id\":\"ASb763e208e4f64c86a4ce6445604355ce\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:42.693Z\",\"updated_at\":\"2022-02-04T21:02:42.693Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASb763e208e4f64c86a4ce6445604355ce" + } } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEae9a8f38360041fbac17de58b69e5c72" } }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/rules/RLfcc7111a41824b2193be9ba5be04e501", - "self": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac", - "rule_components": "https://reactor.adobe.io/rules/RL432e113c23334ae4be39b3c19ad5d6ac/rule_components" + { + "id": "AE13b264111ef442979577b81f9a8708bd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:41.894Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:41.894Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE13b264111ef442979577b81f9a8708bd" + } }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", + "id": "AE1e51a6221daf49f79a6c3398334e9040", + "type": "audit_events", "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:41.011Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:02:41.011Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE1e51a6221daf49f79a6c3398334e9040" + } + }, + { + "id": "AE8c84ba14ba6f4eba80cfe43b84647131", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:38.711Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:38.711Z", + "entity": "{\"data\":{\"id\":\"ASf62b7f0257094125b67719852e46eeed\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:02:38.608Z\",\"updated_at\":\"2022-02-04T21:02:38.608Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null + }, + "data": null }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" + "data": { + "type": "app_surfaces", + "id": "ASf62b7f0257094125b67719852e46eeed" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/ASf62b7f0257094125b67719852e46eeed", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE8c84ba14ba6f4eba80cfe43b84647131" + } + }, + { + "id": "AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:37.432Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:02:37.432Z", + "entity": "{\"data\":{\"id\":\"AS7b84d82f8707421daa9e1e5230ce75f6\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:02:37.322Z\",\"updated_at\":\"2022-02-04T21:02:37.322Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" + "data": { + "type": "app_surfaces", + "id": "AS7b84d82f8707421daa9e1e5230ce75f6" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS7b84d82f8707421daa9e1e5230ce75f6", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEf5ac81a8d86c4ea0bf9d6666ecdf4bfd" + } + }, + { + "id": "AEa1731ab256134ed7a82db56d18df23c4", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:37.129Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:37.129Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" + "data": { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEa1731ab256134ed7a82db56d18df23c4" + } + }, + { + "id": "AE4c4610eaa0364e3e9014a287eda654d6", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:36.686Z", + "display_name": "Kessel Surface", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:02:36.686Z", + "entity": "{\"data\":{\"id\":\"AS9a8fa58a72c1494ea79d5c5bb180e864\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface\",\"created_at\":\"2022-02-04T21:00:06.803Z\",\"updated_at\":\"2022-02-04T21:00:06.803Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" + "data": { + "type": "app_surfaces", + "id": "AS9a8fa58a72c1494ea79d5c5bb180e864" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS9a8fa58a72c1494ea79d5c5bb180e864", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE4c4610eaa0364e3e9014a287eda654d6" + } + }, + { + "id": "AE8b1b7f535baa43b4a623d894ae07a572", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:31.823Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:31.823Z", + "entity": "{\"data\":{\"id\":\"AC082ee39971a9444fb133e7610ae1e9f7\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:31.652Z\",\"updated_at\":\"2022-02-04T21:02:31.652Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" + "data": { + "type": "app_configurations", + "id": "AC082ee39971a9444fb133e7610ae1e9f7" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE8b1b7f535baa43b4a623d894ae07a572" + } + }, + { + "id": "AE46e0549bef1f4284828acf8b686eebf3", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:30.508Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:30.508Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE46e0549bef1f4284828acf8b686eebf3" + } + }, + { + "id": "AE2826bffae15c45328839097aa3fb9363", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:29.717Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.updated", + "updated_at": "2022-02-04T21:02:29.717Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app_2\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:29.575Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE2826bffae15c45328839097aa3fb9363" + } + }, + { + "id": "AEa2ff894950564632a78a16a510f65a44", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:25.771Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:02:25.771Z", + "entity": "{\"data\":{\"id\":\"AC6c9c160a2c2448c1abb376af14307f78\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:02:25.630Z\",\"updated_at\":\"2022-02-04T21:02:25.630Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" + "data": { + "type": "app_configurations", + "id": "AC6c9c160a2c2448c1abb376af14307f78" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/AC6c9c160a2c2448c1abb376af14307f78", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEa2ff894950564632a78a16a510f65a44" + } + }, + { + "id": "AE1a071d46fb96482fa41c44ca546891fb", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:25.347Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:25.347Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" + "data": { + "type": "app_configurations", + "id": "ACfe984d5a649440268fb22fd6169d0131" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE1a071d46fb96482fa41c44ca546891fb" + } + }, + { + "id": "AE66a6de7057f940a3a26138e74c65de99", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:24.936Z", + "display_name": "Kessel Apns App", + "type_of": "app_configuration.deleted", + "updated_at": "2022-02-04T21:02:24.936Z", + "entity": "{\"data\":{\"id\":\"ACaff50d590607483e89291f82538de55b\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Apns App\",\"app_id\":\"com.adobe.test_app\",\"key_type\":\"p8_file\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T20:59:47.810Z\",\"updated_at\":\"2022-02-04T20:59:47.810Z\",\"messaging_service\":\"apns\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" + "data": { + "type": "app_configurations", + "id": "ACaff50d590607483e89291f82538de55b" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACaff50d590607483e89291f82538de55b", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE66a6de7057f940a3a26138e74c65de99" + } + }, + { + "id": "AEfc3b2b950b2a43ee8edce900400c8cfe", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:26.763Z", + "display_name": "Kessel Fcm App", + "type_of": "app_configuration.created", + "updated_at": "2022-02-04T21:00:26.763Z", + "entity": "{\"data\":{\"id\":\"ACfe984d5a649440268fb22fd6169d0131\",\"type\":\"app_configurations\",\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Fcm App\",\"app_id\":\"android_app_id\",\"key_type\":\"fcm_v1\",\"platform\":\"mobile\",\"created_at\":\"2022-02-04T21:00:26.534Z\",\"updated_at\":\"2022-02-04T21:00:26.534Z\",\"messaging_service\":\"fcm\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/company\"}},\"app_surfaces\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/relationships/app_surfaces\",\"related\":\"https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131/app_surfaces\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" + "data": { + "type": "app_configurations", + "id": "ACfe984d5a649440268fb22fd6169d0131" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_configurations/ACfe984d5a649440268fb22fd6169d0131", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEfc3b2b950b2a43ee8edce900400c8cfe" + } + }, + { + "id": "AEb49d15dd1c7645ab8742cc3b68b95eba", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:19.717Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.created", + "updated_at": "2022-02-04T21:00:19.717Z", + "entity": "{\"data\":{\"id\":\"AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:19.481Z\",\"updated_at\":\"2022-02-04T21:00:19.481Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" + "data": { + "type": "app_surfaces", + "id": "AS074b6d5e1d594aa7a8d5a5f8864a6647" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS074b6d5e1d594aa7a8d5a5f8864a6647", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AEb49d15dd1c7645ab8742cc3b68b95eba" + } + }, + { + "id": "AE38ac9002da284b5387a811df23da3845", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:17.339Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.deleted", + "updated_at": "2022-02-04T21:00:17.339Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" + "data": null + }, + "entity": { + "links": { + "related": null + }, + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE38ac9002da284b5387a811df23da3845" + } + }, + { + "id": "AE57350c2effa84bf6befd84671e4e5774", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:00:16.083Z", + "display_name": "Kessel Surface (new name)", + "type_of": "app_surface.updated", + "updated_at": "2022-02-04T21:00:16.083Z", + "entity": "{\"data\":{\"id\":\"AS0d9ca0cdcac540e495ce53a90b82826d\",\"type\":\"app_surfaces\",\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\"},\"attributes\":{\"name\":\"Kessel Surface (new name)\",\"created_at\":\"2022-02-04T21:00:10.639Z\",\"updated_at\":\"2022-02-04T21:00:10.639Z\"},\"relationships\":{\"icon\":{\"data\":null,\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/icon\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/company\"}},\"app_configurations\":{\"links\":{\"self\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/relationships/app_configurations\",\"related\":\"https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d/app_configurations\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": null }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" + "data": null + }, + "entity": { + "links": { + "related": null }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" + "data": { + "type": "app_surfaces", + "id": "AS0d9ca0cdcac540e495ce53a90b82826d" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/app_surfaces/AS0d9ca0cdcac540e495ce53a90b82826d", + "property": null, + "self": "https://reactor.adobe.io/audit_events/AE57350c2effa84bf6befd84671e4e5774" + } + } + ], + "links": { + "self": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/audit_events?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, + "meta": { + "pagination": { + "current_page": 1, + "next_page": 2, + "prev_page": null, + "total_pages": 2, + "total_count": 50 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "audit_events.get_an_audit_event", + "endpoint": "/audit_events/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "AE6a44b4fd8bd747e9a5def6ae0e6d11fb", + "type": "audit_events", + "attributes": { + "attributed_to_display_name": "George Ciltaru", + "attributed_to_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:02:58.834Z", + "display_name": "Kessel Example Property", + "type_of": "property.created", + "updated_at": "2022-02-04T21:02:58.834Z", + "entity": "{\"data\":{\"id\":\"PRb804002660ff423c85ad3c95aa452ef7\",\"meta\":{\"rights\":[\"approve\",\"develop\",\"edit_property\",\"manage_environments\",\"manage_extensions\",\"publish\"]},\"type\":\"properties\",\"links\":{\"self\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7\",\"rules\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules\",\"company\":\"https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9\",\"extensions\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions\",\"environments\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments\",\"data_elements\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements\"},\"attributes\":{\"name\":\"Kessel Example Property\",\"token\":\"3e1289875f3b\",\"domains\":[\"example.com\"],\"enabled\":true,\"platform\":\"web\",\"created_at\":\"2022-02-04T21:02:58.171Z\",\"updated_at\":\"2022-02-04T21:02:58.171Z\",\"development\":false,\"undefined_vars_return_empty\":false,\"rule_component_sequencing_enabled\":true},\"relationships\":{\"hosts\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts\"}},\"notes\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes\"}},\"rules\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules\"}},\"company\":{\"data\":{\"id\":\"CO242a7461b61b4ce8831633b3e1dddcb9\",\"type\":\"companies\"},\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company\"}},\"callbacks\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks\"}},\"libraries\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries\"}},\"extensions\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions\"}},\"environments\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments\"}},\"data_elements\":{\"links\":{\"related\":\"https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements\"}}}}}" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb/property" + }, + "data": { + "id": "PRb804002660ff423c85ad3c95aa452ef7", + "type": "properties" + } + }, + "entity": { + "links": { + "related": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb/property" + }, + "data": { + "type": "properties", + "id": "PRb804002660ff423c85ad3c95aa452ef7" + } + } + }, + "links": { + "entity": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "property": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7", + "self": "https://reactor.adobe.io/audit_events/AE6a44b4fd8bd747e9a5def6ae0e6d11fb" + }, + "meta": { + "property_name": "Kessel Example Property" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRb804002660ff423c85ad3c95aa452ef7", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:02:58.171Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:02:58.171Z", + "platform": "web", + "development": false, + "token": "3e1289875f3b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/company" }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/notes" + } + } }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/environments", + "extensions": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/extensions", + "rules": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7/rules", + "self": "https://reactor.adobe.io/properties/PRb804002660ff423c85ad3c95aa452ef7" }, "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] } } ], @@ -15403,106 +11225,481 @@ "response_message": "OK" }, { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/extensions", + "name": "builds.create_a_build", + "endpoint": "/properties/PRb804002660ff423c85ad3c95aa452ef7", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { "data": { "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:06.156Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:06.156Z", + "platform": "web", + "development": false, + "token": "64e6e3894eda", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true }, "relationships": { - "extension_package": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/company" + }, "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/notes" } } }, - "type": "extensions" + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments", + "extensions": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions", + "rules": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules", + "self": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.create_a_build", + "endpoint": "/properties/PRb446f44e64014efaadd9718956d0d40a/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" } }, "response": { "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", - "type": "extensions", + "id": "HTe2e30f073c9e4b82839a5bea61178b4b", + "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:06:50.080Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, + "created_at": "2022-02-04T21:03:11.990Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:03:11.990Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTe2e30f073c9e4b82839a5bea61178b4b/property" + }, + "data": { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", + "self": "https://reactor.adobe.io/hosts/HTe2e30f073c9e4b82839a5bea61178b4b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.create_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTe2e30f073c9e4b82839a5bea61178b4b", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN665460edffd54cd79637e39f024cb318", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:03:12.670Z", + "library_path": "17e0df72ece8/64e6e3894eda", + "library_name": "launch-5b4240eef061-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-5b4240eef061-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js" + ], + "license_path": "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" + }, + { + "library_name": "launch-5b4240eef061-development.js", + "minified": false, + "references": [ + "17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:03:12.670Z", + "status": "succeeded", + "token": "5b4240eef061" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/host", + "self": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/relationships/host" + }, + "data": { + "id": "HTe2e30f073c9e4b82839a5bea61178b4b", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318/property" + }, + "data": { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", + "self": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.create_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB4aab59bb9c964a2dbb55b240df7bb183", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:03:13.261Z", + "name": "My Library", "published_at": null, - "revision_number": 0, - "updated_at": "2021-10-05T19:06:50.080Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" + "state": "development", + "updated_at": "2022-02-04T21:03:13.261Z", + "build_required": true }, "relationships": { - "libraries": { + "builds": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/libraries" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/builds" } }, - "revisions": { + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/data_elements" + } + }, + "extensions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/revisions" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/extensions", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/notes" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/rules", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/rules" } }, + "upstream_library": { + "data": null + }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/property" + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PRb446f44e64014efaadd9718956d0d40a", "type": "properties" } }, - "origin": { + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.create_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN665460edffd54cd79637e39f024cb318", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN665460edffd54cd79637e39f024cb318", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/environment", + "self": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.create_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLfe48e1ca43574585b354b49c5afa9607", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:14.471Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:14.471Z", + "token": "a9a7d3ab1e7e" + }, + "relationships": { + "data_elements": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/origin" + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/environment" }, "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", - "type": "extensions" + "id": "EN665460edffd54cd79637e39f024cb318", + "type": "environments" } }, - "updated_with_extension_package": { + "library": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/updated_with_extension_package" + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/library" }, "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "id": "LB4aab59bb9c964a2dbb55b240df7bb183", + "type": "libraries" } }, - "extension_package": { + "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f/extension_package" + "related": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607/property" }, "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f", - "self": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + "environment": "https://reactor.adobe.io/environments/EN665460edffd54cd79637e39f024cb318", + "library": "https://reactor.adobe.io/libraries/LB4aab59bb9c964a2dbb55b240df7bb183", + "self": "https://reactor.adobe.io/builds/BLfe48e1ca43574585b354b49c5afa9607" }, "meta": { - "latest_revision_number": 1 + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/launch-5b4240eef061-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/64e6e3894eda/a9a7d3ab1e7e/launch-5b4240eef061-development.min.js", + "archive": false, + "host_type_of": "akamai" } } }, @@ -15510,2400 +11707,1886 @@ "response_message": "Created" }, { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "name": "builds.get_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRb446f44e64014efaadd9718956d0d40a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:06.156Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:06.156Z", + "platform": "web", + "development": false, + "token": "64e6e3894eda", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/company" }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/callbacks" + } }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/hosts" + } }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments" + } }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/libraries" + } }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements" + } }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions" + } }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules" + } }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/environments", + "extensions": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/extensions", + "rules": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a/rules", + "self": "https://reactor.adobe.io/properties/PRb446f44e64014efaadd9718956d0d40a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/properties/PRb446f44e64014efaadd9718956d0d40a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.get_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:16.509Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:16.509Z", + "platform": "web", + "development": false, + "token": "b3c8e7b04b02", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/company" }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements", + "environments": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments", + "extensions": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions", + "rules": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules", + "self": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT759b04b1afdc46a6b36499a51e7c2b65", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:03:22.675Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:03:22.675Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT759b04b1afdc46a6b36499a51e7c2b65/property" }, + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "self": "https://reactor.adobe.io/hosts/HT759b04b1afdc46a6b36499a51e7c2b65" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT759b04b1afdc46a6b36499a51e7c2b65", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:03:23.360Z", + "library_path": "17e0df72ece8/b3c8e7b04b02", + "library_name": "launch-f161f5f959cd-development.min.js", + "library_entry_points": [ { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" + "library_name": "launch-f161f5f959cd-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js" + ], + "license_path": "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" }, { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" + "library_name": "launch-f161f5f959cd-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:03:23.360Z", + "status": "succeeded", + "token": "f161f5f959cd" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/library" }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/host", + "self": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/relationships/host" }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" + "data": { + "id": "HT759b04b1afdc46a6b36499a51e7c2b65", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e/property" }, + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "self": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LBf6b02e66e1be484f904e43e7a328da14", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:03:23.920Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:03:23.920Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/environment" }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/data_elements", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/extensions", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/rules", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/property" }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/last_build" }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/environment", + "self": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.get_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLcf68a794a5da433aa3acd69fafcaa9e3", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:28.016Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:28.016Z", + "token": "964d94c95b53" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/environment" }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/library" }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" + "data": { + "id": "LBf6b02e66e1be484f904e43e7a328da14", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/property" }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e", + "library": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14", + "self": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/964d94c95b53/launch-f161f5f959cd-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.get_a_build", + "endpoint": "/builds/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BLcf68a794a5da433aa3acd69fafcaa9e3", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:28.016Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:28.016Z", + "token": "964d94c95b53" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/environment" }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" + "data": { + "id": "EN6ebd16ff4db14f03bb8791a7c19a481e", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/library" }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" + "data": { + "id": "LBf6b02e66e1be484f904e43e7a328da14", + "type": "libraries" } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3/property" }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + "data": { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN6ebd16ff4db14f03bb8791a7c19a481e", + "library": "https://reactor.adobe.io/libraries/LBf6b02e66e1be484f904e43e7a328da14", + "self": "https://reactor.adobe.io/builds/BLcf68a794a5da433aa3acd69fafcaa9e3" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/launch-f161f5f959cd-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b3c8e7b04b02/964d94c95b53/launch-f161f5f959cd-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRae8da70e888f4f3ca10479fe7fe7ab93", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:16.509Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:16.509Z", + "platform": "web", + "development": false, + "token": "b3c8e7b04b02", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/company" }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/callbacks" + } }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/hosts" + } }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments" + } }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/libraries" + } }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements" + } }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions" + } }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules" + } }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/notes" + } } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/data_elements", + "environments": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/environments", + "extensions": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/extensions", + "rules": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93/rules", + "self": "https://reactor.adobe.io/properties/PRae8da70e888f4f3ca10479fe7fe7ab93" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/properties/PRae8da70e888f4f3ca10479fe7fe7ab93", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:41.140Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:41.140Z", + "platform": "web", + "development": false, + "token": "d675e2f1e9cb", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/company" }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments", + "extensions": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions", + "rules": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules", + "self": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:03:49.099Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:03:49.099Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT3a70ca9f46094bf3b9e8c0f2d925d84c/property" }, + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "self": "https://reactor.adobe.io/hosts/HT3a70ca9f46094bf3b9e8c0f2d925d84c" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:03:50.295Z", + "library_path": "17e0df72ece8/d675e2f1e9cb", + "library_name": "launch-28835b355e35-development.min.js", + "library_entry_points": [ { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" + "library_name": "launch-28835b355e35-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js" + ], + "license_path": "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" }, { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" + "library_name": "launch-28835b355e35-development.js", + "minified": false, + "references": [ + "17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:03:50.295Z", + "status": "succeeded", + "token": "28835b355e35" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/library" }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/host", + "self": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/relationships/host" }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" + "data": { + "id": "HT3a70ca9f46094bf3b9e8c0f2d925d84c", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658/property" }, + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "self": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB9eae581bf21649308017abfb9aedb43d", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:03:50.690Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:03:50.690Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/environment" }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/extensions", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/rules", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/property" }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/last_build" }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/environment", + "self": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL598ddf8fe7374504afe56ad9a84d49a9", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:52.585Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:52.585Z", + "token": "de0039897bd5" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/environment" }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/library" }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" + "data": { + "id": "LB9eae581bf21649308017abfb9aedb43d", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/property" }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658", + "library": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d", + "self": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/de0039897bd5/launch-28835b355e35-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_builds_for_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "BL598ddf8fe7374504afe56ad9a84d49a9", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:03:52.585Z", + "status": "pending", + "updated_at": "2022-02-04T21:03:52.585Z", + "token": "de0039897bd5" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/environment" }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" + "data": { + "id": "ENa01eb101c091471bb4fb4abd99cce658", + "type": "environments" + } }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/library" }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" + "data": { + "id": "LB9eae581bf21649308017abfb9aedb43d", + "type": "libraries" + } }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/property" }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false + "data": { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658", + "library": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d", + "self": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/de0039897bd5/launch-28835b355e35-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR80ab24709c1045cbb6827c7ab894ff9e", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:03:41.140Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:03:41.140Z", + "platform": "web", + "development": false, + "token": "d675e2f1e9cb", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/company" }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/callbacks" + } }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/hosts" + } }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments" + } }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/libraries" + } }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements" + } }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions" + } }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules" + } }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/notes" + } } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/environments", + "extensions": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/extensions", + "rules": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e/rules", + "self": "https://reactor.adobe.io/properties/PR80ab24709c1045cbb6827c7ab894ff9e" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, @@ -17911,119 +13594,138 @@ "response_message": "OK" }, { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/data_elements", + "name": "builds.list_builds_for_an_environment", + "endpoint": "/properties/PR80ab24709c1045cbb6827c7ab894ff9e", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_builds_for_an_environment", + "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:06:50 -0600", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" - }, - "relationships": { - "extension": { - "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", - "type": "extensions" - } - } + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" }, - "type": "data_elements" + "type": "properties" } }, "response": { "data": { - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "type": "data_elements", + "id": "PR81895787dc644223993862cddbd2c8be", + "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:50.398Z", - "deleted_at": null, - "dirty": true, + "created_at": "2022-02-04T21:04:06.704Z", "enabled": true, - "name": "My Data Element 2021-10-05 13:06:50 -0600", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2021-10-05T19:06:50.398Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:06.704Z", + "platform": "web", + "development": false, + "token": "78f5f1c126d2", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true }, "relationships": { - "libraries": { + "company": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/libraries" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } }, - "revisions": { + "callbacks": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/revisions" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/callbacks" } }, - "notes": { + "hosts": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/notes" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/hosts" } }, - "property": { + "environments": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/property" - }, - "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", - "type": "properties" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments" } }, - "origin": { + "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/origin" - }, - "data": { - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "type": "data_elements" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/libraries" } }, - "extension": { + "data_elements": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/extension" - }, - "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", - "type": "extensions" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements" } }, - "updated_with_extension_package": { + "extensions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions" } }, - "updated_with_extension": { + "rules": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30/updated_with_extension" - }, - "data": { - "id": "EX19c101cbf8c34034b998d950de65714b", - "type": "extensions" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/notes" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "self": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "extension": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements", + "environments": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments", + "extensions": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions", + "rules": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules", + "self": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be" }, "meta": { - "latest_revision_number": 0 + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] } } }, @@ -18031,223 +13733,161 @@ "response_message": "Created" }, { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/data_elements/:id", - "method": "PATCH", + "name": "builds.list_builds_for_an_environment", + "endpoint": "/properties/PR81895787dc644223993862cddbd2c8be/hosts", + "method": "POST", "request": { "data": { "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" }, - "meta": { - "action": "revise" - }, - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "type": "data_elements" + "type": "hosts" } }, "response": { "data": { - "id": "DEca86f723545844f6917aeb3d0fc26d02", - "type": "data_elements", + "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", + "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:06:50.509Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2021-10-05 13:06:50 -0600", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2021-10-05T19:06:50.509Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + "created_at": "2022-02-04T21:04:17.252Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:04:17.252Z", + "username": null }, "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/notes" - } - }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/property" + "related": "https://reactor.adobe.io/hosts/HTe2e9158f70b14e18a931ae6b9933ed5d/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties" } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/origin" - }, - "data": { - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "type": "data_elements" - } - }, - "extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/extension" - }, - "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "updated_with_extension": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/updated_with_extension" - }, - "data": { - "id": "EX19c101cbf8c34034b998d950de65714b", - "type": "extensions" - } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "self": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02", - "extension": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f" - }, - "meta": { - "latest_revision_number": 1 + "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", + "self": "https://reactor.adobe.io/hosts/HTe2e9158f70b14e18a931ae6b9933ed5d" } } }, - "response_code": 200, - "response_message": "OK" + "response_code": 201, + "response_message": "Created" }, { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/extensions/:id", - "method": "PATCH", + "name": "builds.list_builds_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", "request": { "data": { "attributes": { + "name": "Development Environment A", + "stage": "development" }, - "meta": { - "action": "revise" + "relationships": { + "host": { + "data": { + "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", + "type": "hosts" + } + } }, - "id": "EX26d14a9710724037b08405e03f320c7f", - "type": "extensions" + "type": "environments" } }, "response": { "data": { - "id": "EX19c101cbf8c34034b998d950de65714b", - "type": "extensions", + "id": "ENe2f9614e557b470baef26af0b86ce266", + "type": "environments", "attributes": { - "created_at": "2021-10-05T19:06:50.097Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2021-10-05T19:06:50.097Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" + "archive": false, + "created_at": "2022-02-04T21:04:18.139Z", + "library_path": "17e0df72ece8/78f5f1c126d2", + "library_name": "launch-c1728b3db0a1-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-c1728b3db0a1-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js" + ], + "license_path": "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" + }, + { + "library_name": "launch-c1728b3db0a1-development.js", + "minified": false, + "references": [ + "17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:04:18.139Z", + "status": "succeeded", + "token": "c1728b3db0a1" }, "relationships": { - "libraries": { + "library": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/libraries" - } + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/library" + }, + "data": null }, - "revisions": { + "builds": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/revisions" + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/builds" } }, - "notes": { + "host": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/notes" + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/host", + "self": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/relationships/host" + }, + "data": { + "id": "HTe2e9158f70b14e18a931ae6b9933ed5d", + "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/property" + "related": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties" } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/origin" - }, - "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f", - "self": "https://reactor.adobe.io/extensions/EX19c101cbf8c34034b998d950de65714b", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", + "self": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266" }, "meta": { - "latest_revision_number": 1 + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.js" + } + ] } } }, - "response_code": 200, - "response_message": "OK" + "response_code": 201, + "response_message": "Created" }, { - "name": "builds.list_data_elements_of_a_build", + "name": "builds.list_builds_for_an_environment", "endpoint": "/properties/:property_id/libraries", "method": "POST", "request": { @@ -18255,80 +13895,54 @@ "attributes": { "name": "My Library" }, - "relationships": { - "data_elements": { - "data": [ - { - "id": "DEca86f723545844f6917aeb3d0fc26d02", - "type": "data_elements" - } - ] - }, - "extensions": { - "data": [ - { - "id": "EX19c101cbf8c34034b998d950de65714b", - "type": "extensions" - } - ] - }, - "rules": { - "data": [ - { - "id": "RL432e113c23334ae4be39b3c19ad5d6ac", - "type": "rules" - } - ] - } - }, "type": "libraries" } }, "response": { "data": { - "id": "LBedf911d7b5d34c2ea06f3f776138c510", + "id": "LBce31a7ac609b44ca874ca26f56743dba", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:06:50.741Z", + "created_at": "2022-02-04T21:04:18.642Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:06:50.741Z", + "updated_at": "2022-02-04T21:04:18.642Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/builds" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/data_elements", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/data_elements", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/extensions", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/extensions", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/notes" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/rules", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/rules", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/rules" } }, "upstream_library": { @@ -18336,23 +13950,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/property" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/last_build" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510" + "property": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba" }, "meta": { "build_status": null, @@ -18364,244 +13978,95 @@ "response_message": "Created" }, { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT9fb66f71fab946ca8cb9fdfc35e1d092", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:06:50.875Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:06:50.875Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT9fb66f71fab946ca8cb9fdfc35e1d092/property" - }, - "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "self": "https://reactor.adobe.io/hosts/HT9fb66f71fab946ca8cb9fdfc35e1d092" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT9fb66f71fab946ca8cb9fdfc35e1d092", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:06:50.961Z", - "library_path": "17e0df72ece8/b40b39b25148", - "library_name": "launch-6d882f91b0d1-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-6d882f91b0d1-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.min.js" - ], - "license_path": "17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.js" - }, - { - "library_name": "launch-6d882f91b0d1-development.js", - "minified": false, - "references": [ - "17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:06:50.961Z", - "status": "succeeded", - "token": "6d882f91b0d1" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/host", - "self": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/relationships/host" - }, - "data": { - "id": "HT9fb66f71fab946ca8cb9fdfc35e1d092", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec/property" - }, - "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "self": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.list_data_elements_of_a_build", + "name": "builds.list_builds_for_an_environment", "endpoint": "/libraries/:library_id/relationships/environment", "method": "PATCH", "request": { "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", + "id": "ENe2f9614e557b470baef26af0b86ce266", "type": "environments" } }, "response": { "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", + "id": "ENe2f9614e557b470baef26af0b86ce266", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/environment", - "self": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/environment", + "self": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba/relationships/environment" } }, "response_code": 200, "response_message": "OK" }, { - "name": "builds.list_data_elements_of_a_build", + "name": "builds.list_builds_for_an_environment", "endpoint": "/libraries/:library_id/builds", "method": "POST", "request": null, "response": { "data": { - "id": "BLad02216f323a43e7a8bef78d764420a3", + "id": "BLcb942f8a954e47ee93b6419f1c7dabb0", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:51.209Z", + "created_at": "2022-02-04T21:04:20.937Z", "status": "pending", - "updated_at": "2021-10-05T19:06:51.209Z", - "token": "9b707bf06ee5" + "updated_at": "2022-02-04T21:04:20.937Z", + "token": "20f73c973056" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/data_elements" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/extensions" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/rules" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/environment" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/environment" }, "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", + "id": "ENe2f9614e557b470baef26af0b86ce266", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/library" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/library" }, "data": { - "id": "LBedf911d7b5d34c2ea06f3f776138c510", + "id": "LBce31a7ac609b44ca874ca26f56743dba", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/property" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/property" }, "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec", - "library": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510", - "self": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3" + "environment": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266", + "library": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba", + "self": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/9b707bf06ee5/launch-6d882f91b0d1-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/20f73c973056/launch-c1728b3db0a1-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -18611,253 +14076,75 @@ "response_message": "Created" }, { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLad02216f323a43e7a8bef78d764420a3", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:51.209Z", - "status": "pending", - "updated_at": "2021-10-05T19:06:51.209Z", - "token": "9b707bf06ee5" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/environment" - }, - "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/library" - }, - "data": { - "id": "LBedf911d7b5d34c2ea06f3f776138c510", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/property" - }, - "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec", - "library": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510", - "self": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/9b707bf06ee5/launch-6d882f91b0d1-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLad02216f323a43e7a8bef78d764420a3", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:06:51.209Z", - "status": "succeeded", - "updated_at": "2021-10-05T19:06:52.625Z", - "token": "9b707bf06ee5" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/environment" - }, - "data": { - "id": "EN35f34ba58ab14de5ac1d6601fa6234ec", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/library" - }, - "data": { - "id": "LBedf911d7b5d34c2ea06f3f776138c510", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3/property" - }, - "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN35f34ba58ab14de5ac1d6601fa6234ec", - "library": "https://reactor.adobe.io/libraries/LBedf911d7b5d34c2ea06f3f776138c510", - "self": "https://reactor.adobe.io/builds/BLad02216f323a43e7a8bef78d764420a3" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/launch-6d882f91b0d1-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b40b39b25148/9b707bf06ee5/launch-6d882f91b0d1-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.list_data_elements_of_a_build", - "endpoint": "/builds/:build_id/data_elements", + "name": "builds.list_builds_for_an_environment", + "endpoint": "/environments/:environment_id/builds", "method": "GET", "request": null, "response": { "data": [ { - "id": "DEca86f723545844f6917aeb3d0fc26d02", - "type": "data_elements", + "id": "BLcb942f8a954e47ee93b6419f1c7dabb0", + "type": "builds", "attributes": { - "created_at": "2021-10-05T19:06:50.509Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "My Data Element 2021-10-05 13:06:50 -0600", - "published": false, - "published_at": null, - "revision_number": 1, - "updated_at": "2021-10-05T19:06:50.509Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + "created_at": "2022-02-04T21:04:20.937Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:20.937Z", + "token": "20f73c973056" }, "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/revisions" - } - }, - "notes": { + "data_elements": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/notes" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/data_elements" } }, - "property": { + "extensions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/property" - }, - "data": { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", - "type": "properties" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/extensions" } }, - "origin": { + "rules": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/origin" - }, - "data": { - "id": "DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "type": "data_elements" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/rules" } }, - "extension": { + "environment": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/extension" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/environment" }, "data": { - "id": "EX26d14a9710724037b08405e03f320c7f", - "type": "extensions" + "id": "ENe2f9614e557b470baef26af0b86ce266", + "type": "environments" } }, - "updated_with_extension_package": { + "library": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/updated_with_extension_package" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/library" }, "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "id": "LBce31a7ac609b44ca874ca26f56743dba", + "type": "libraries" } }, - "updated_with_extension": { + "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02/updated_with_extension" + "related": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0/property" }, "data": { - "id": "EX19c101cbf8c34034b998d950de65714b", - "type": "extensions" + "id": "PR81895787dc644223993862cddbd2c8be", + "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", - "origin": "https://reactor.adobe.io/data_elements/DE53cd80f420ed4ba3b4cf5f9c376f6c30", - "self": "https://reactor.adobe.io/data_elements/DEca86f723545844f6917aeb3d0fc26d02", - "extension": "https://reactor.adobe.io/extensions/EX26d14a9710724037b08405e03f320c7f" + "environment": "https://reactor.adobe.io/environments/ENe2f9614e557b470baef26af0b86ce266", + "library": "https://reactor.adobe.io/libraries/LBce31a7ac609b44ca874ca26f56743dba", + "self": "https://reactor.adobe.io/builds/BLcb942f8a954e47ee93b6419f1c7dabb0" }, "meta": { - "latest_revision_number": 1 + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/launch-c1728b3db0a1-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/78f5f1c126d2/20f73c973056/launch-c1728b3db0a1-development.min.js", + "archive": false, + "host_type_of": "akamai" } } ], @@ -18875,7 +14162,7 @@ "response_message": "OK" }, { - "name": "builds.republish_a_build", + "name": "builds.list_extensions_for_a_build", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -18888,7 +14175,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -18948,7 +14235,7 @@ "response_message": "OK" }, { - "name": "builds.republish_a_build", + "name": "builds.list_extensions_for_a_build", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -18961,7 +14248,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -19021,23 +14308,23 @@ "response_message": "OK" }, { - "name": "builds.republish_a_build", + "name": "builds.list_extensions_for_a_build", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR3fa6a13eef3f4c5eb47465a19f038a4b", + "id": "PR81895787dc644223993862cddbd2c8be", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:44.375Z", + "created_at": "2022-02-04T21:04:06.704Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:44.375Z", + "updated_at": "2022-02-04T21:04:06.704Z", "platform": "web", "development": false, - "token": "b40b39b25148", + "token": "78f5f1c126d2", "domains": [ "example.com" ], @@ -19047,7 +14334,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/company" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -19056,52 +14343,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/callbacks" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/hosts" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/environments" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/libraries" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/data_elements" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/extensions" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/rules" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/notes" + "related": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/environments", - "extensions": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/extensions", - "rules": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b/rules", - "self": "https://reactor.adobe.io/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b" + "data_elements": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/data_elements", + "environments": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/environments", + "extensions": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/extensions", + "rules": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be/rules", + "self": "https://reactor.adobe.io/properties/PR81895787dc644223993862cddbd2c8be" }, "meta": { "rights": [ @@ -19129,8 +14416,8 @@ "response_message": "OK" }, { - "name": "builds.republish_a_build", - "endpoint": "/properties/PR3fa6a13eef3f4c5eb47465a19f038a4b", + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/PR81895787dc644223993862cddbd2c8be", "method": "DELETE", "request": null, "response": null, @@ -19138,7 +14425,7 @@ "response_message": "No Content" }, { - "name": "builds.republish_a_build", + "name": "builds.list_extensions_for_a_build", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -19160,7 +14447,7 @@ "response_message": "OK" }, { - "name": "builds.republish_a_build", + "name": "builds.list_extensions_for_a_build", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -19177,16 +14464,16 @@ }, "response": { "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:06:56.786Z", + "created_at": "2022-02-04T21:04:28.495Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:56.786Z", + "updated_at": "2022-02-04T21:04:28.495Z", "platform": "web", "development": false, - "token": "b75f887a0b6e", + "token": "68067e5e7ef8", "domains": [ "example.com" ], @@ -19196,7 +14483,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/company" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -19205,52 +14492,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/callbacks" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/hosts" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/environments" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/libraries" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/data_elements" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/extensions" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/rules" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/notes" + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/rules", - "self": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a" + "data_elements": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments", + "extensions": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions", + "rules": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules", + "self": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a" }, "meta": { "rights": [ @@ -19268,3094 +14555,13364 @@ "response_message": "Created" }, { - "name": "builds.republish_a_build", - "endpoint": "/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:07:02.031Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:07:02.031Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT3660a5732e764823b900dfde50be4e3d/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/hosts/HT3660a5732e764823b900dfde50be4e3d" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENc304591263734324bb02722d362ce317", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:07:02.119Z", - "library_path": "17e0df72ece8/b75f887a0b6e", - "library_name": "launch-c47760a9aa11-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-c47760a9aa11-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.min.js" - ], - "license_path": "17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.js" - }, - { - "library_name": "launch-c47760a9aa11-development.js", - "minified": false, - "references": [ - "17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:07:02.119Z", - "status": "succeeded", - "token": "c47760a9aa11" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/host", - "self": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/relationships/host" - }, - "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:07:02.233Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2021-10-05T19:07:02.233Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/extensions", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/rules", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "ENc304591263734324bb02722d362ce317", - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENc304591263734324bb02722d362ce317", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/environment", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL7f023ac07e4b4710ab350d7dda015fff", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:02.563Z", - "status": "pending", - "updated_at": "2021-10-05T19:07:02.563Z", - "token": "0c4e3a53795a" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/environment" - }, - "data": { - "id": "ENc304591263734324bb02722d362ce317", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/0c4e3a53795a/launch-c47760a9aa11-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL7f023ac07e4b4710ab350d7dda015fff", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:02.563Z", - "status": "pending", - "updated_at": "2021-10-05T19:07:02.563Z", - "token": "0c4e3a53795a" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/environment" - }, - "data": { - "id": "ENc304591263734324bb02722d362ce317", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/0c4e3a53795a/launch-c47760a9aa11-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff", + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, "response": { - "data": { - "id": "BL7f023ac07e4b4710ab350d7dda015fff", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:02.563Z", - "status": "succeeded", - "updated_at": "2021-10-05T19:07:04.067Z", - "token": "0c4e3a53795a" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/environment" - }, - "data": { - "id": "ENc304591263734324bb02722d362ce317", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENc304591263734324bb02722d362ce317", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL7f023ac07e4b4710ab350d7dda015fff" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-c47760a9aa11-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/0c4e3a53795a/launch-c47760a9aa11-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries", - "meta": { - "action": "submit" - } - } - }, - "response": { - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:07:02.233Z", - "name": "My Library", - "published_at": null, - "state": "submitted", - "updated_at": "2021-10-05T19:07:07.917Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/extensions", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/rules", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/last_build" - }, - "data": { - "id": "BL7f023ac07e4b4710ab350d7dda015fff", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Staging Environment A", - "stage": "staging" - }, - "relationships": { - "host": { - "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:07:08.068Z", - "library_path": "17e0df72ece8/b75f887a0b6e", - "library_name": "launch-057b1ab4cbcd-staging.min.js", - "library_entry_points": [ - { - "library_name": "launch-057b1ab4cbcd-staging.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.min.js" - ], - "license_path": "17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.js" - }, - { - "library_name": "launch-057b1ab4cbcd-staging.js", - "minified": false, - "references": [ - "17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.js" - ] - } - ], - "name": "Staging Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "staging", - "updated_at": "2021-10-05T19:07:08.068Z", - "status": "succeeded", - "token": "057b1ab4cbcd" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/host", - "self": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/relationships/host" - }, - "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ + "data": [ - ] + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 } } }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/environment", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" - } - }, "response_code": 200, "response_message": "OK" }, { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BL6269dd7879714966bff45fe5e92b7792", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:08.333Z", - "status": "pending", - "updated_at": "2021-10-05T19:07:08.333Z", - "token": "efe2202908ad" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/environment" - }, - "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/efe2202908ad/launch-057b1ab4cbcd-staging.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL6269dd7879714966bff45fe5e92b7792", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:08.333Z", - "status": "pending", - "updated_at": "2021-10-05T19:07:08.333Z", - "token": "efe2202908ad" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/environment" - }, - "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/efe2202908ad/launch-057b1ab4cbcd-staging.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BL6269dd7879714966bff45fe5e92b7792", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:08.333Z", - "status": "succeeded", - "updated_at": "2021-10-05T19:07:09.671Z", - "token": "efe2202908ad" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/environment" - }, - "data": { - "id": "EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN5ee19aeaa1ad4dc1a6eca3d6e93fe4d1", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BL6269dd7879714966bff45fe5e92b7792" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-057b1ab4cbcd-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/efe2202908ad/launch-057b1ab4cbcd-staging.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries", - "meta": { - "action": "approve" - } - } - }, - "response": { - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:07:02.233Z", - "name": "My Library", - "published_at": null, - "state": "approved", - "updated_at": "2021-10-05T19:07:14.720Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/extensions", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/rules", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/last_build" - }, - "data": { - "id": "BL6269dd7879714966bff45fe5e92b7792", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Production Environment A", - "stage": "production" - }, - "relationships": { - "host": { - "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:07:14.855Z", - "library_path": "17e0df72ece8/b75f887a0b6e", - "library_name": "launch-025fda116388.min.js", - "library_entry_points": [ - { - "library_name": "launch-025fda116388.min.js", - "minified": true, - "references": [ - "17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js" - ], - "license_path": "17e0df72ece8/b75f887a0b6e/launch-025fda116388.js" - }, - { - "library_name": "launch-025fda116388.js", - "minified": false, - "references": [ - "17e0df72ece8/b75f887a0b6e/launch-025fda116388.js" - ] - } - ], - "name": "Production Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "production", - "updated_at": "2021-10-05T19:07:14.855Z", - "status": "succeeded", - "token": "025fda116388" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/host", - "self": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/relationships/host" - }, - "data": { - "id": "HT3660a5732e764823b900dfde50be4e3d", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "self": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/environment", - "self": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:15.164Z", - "status": "pending", - "updated_at": "2021-10-05T19:07:15.164Z", - "token": "f51fd5066e18" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/environment" - }, - "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/f51fd5066e18/launch-025fda116388.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:15.164Z", - "status": "pending", - "updated_at": "2021-10-05T19:07:15.164Z", - "token": "f51fd5066e18" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/environment" - }, - "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/f51fd5066e18/launch-025fda116388.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:15.164Z", - "status": "succeeded", - "updated_at": "2021-10-05T19:07:16.691Z", - "token": "f51fd5066e18" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/environment" - }, - "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/f51fd5066e18/launch-025fda116388.min.js", - "archive": false, - "available_for_republish": true, - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "builds.republish_a_build", - "endpoint": "/builds/:id", - "method": "PATCH", - "request": { - "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", - "type": "builds", - "meta": { - "action": "republish" - } - } - }, - "response": { - "data": { - "id": "BLe4a5ef6c241f4679a335ccad3943bb32", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:07:15.164Z", - "status": "succeeded", - "updated_at": "2021-10-05T19:07:20.406Z", - "token": "f51fd5066e18" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/environment" - }, - "data": { - "id": "ENd732fb1599414c97a65b6d0d0ad790dd", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/library" - }, - "data": { - "id": "LB3bf463863c55445787da01c7792ebac6", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32/property" - }, - "data": { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENd732fb1599414c97a65b6d0d0ad790dd", - "library": "https://reactor.adobe.io/libraries/LB3bf463863c55445787da01c7792ebac6", - "self": "https://reactor.adobe.io/builds/BLe4a5ef6c241f4679a335ccad3943bb32" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/launch-025fda116388.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b75f887a0b6e/f51fd5066e18/launch-025fda116388.min.js", - "archive": false, - "republish_status": "pending", - "host_type_of": "akamai" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "name": "builds.list_extensions_for_a_build", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, "response": { "data": [ { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR8f1eeb36116f4d25b58a89ee4b2af76a", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:06:56.786Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:06:56.786Z", - "platform": "web", - "development": false, - "token": "b75f887a0b6e", - "domains": [ - "example.com" ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a/rules", - "self": "https://reactor.adobe.io/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/properties/PR8f1eeb36116f4d25b58a89ee4b2af76a", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRd8cc8f8d785a4f589755b9380b061f70", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:07:20.919Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:20.919Z", - "platform": "web", - "development": false, - "token": "e77c00f173be", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/environments", - "extensions": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/extensions", - "rules": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/rules", - "self": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.create_a_callback", - "endpoint": "/properties/:property_id/callbacks", - "method": "POST", - "request": { - "data": { - "attributes": { - "url": "https://www.example.com", - "subscriptions": [ - "rule.created" - ] - } - } - }, - "response": { - "data": { - "id": "CB7dc1fd3cad9f4ee0a53e0feba090cbc8", - "type": "callbacks", - "attributes": { - "created_at": "2021-10-05T19:07:26.122Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2021-10-05T19:07:26.122Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CB7dc1fd3cad9f4ee0a53e0feba090cbc8/property" + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" }, - "data": { - "id": "PRd8cc8f8d785a4f589755b9380b061f70", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70", - "self": "https://reactor.adobe.io/callbacks/CB7dc1fd3cad9f4ee0a53e0feba090cbc8" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRd8cc8f8d785a4f589755b9380b061f70", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:07:20.919Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:20.919Z", - "platform": "web", - "development": false, - "token": "e77c00f173be", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/company" + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/environments", - "extensions": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/extensions", - "rules": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70/rules", - "self": "https://reactor.adobe.io/properties/PRd8cc8f8d785a4f589755b9380b061f70" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/properties/PRd8cc8f8d785a4f589755b9380b061f70", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRd86f692f38aa40099b2a7dba2c9fba68", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:07:26.567Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:26.567Z", - "platform": "web", - "development": false, - "token": "189006b621a8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/environments", - "extensions": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/extensions", - "rules": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/rules", - "self": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/properties/:property_id/callbacks", - "method": "POST", - "request": { - "data": { - "attributes": { - "url": "https://www.example.com", - "subscriptions": [ - "rule.created" - ] - } - } - }, - "response": { - "data": { - "id": "CB75fb5d6cd4194826af0e6a169e039076", - "type": "callbacks", - "attributes": { - "created_at": "2021-10-05T19:07:31.820Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2021-10-05T19:07:31.820Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CB75fb5d6cd4194826af0e6a169e039076/property" - }, - "data": { - "id": "PRd86f692f38aa40099b2a7dba2c9fba68", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68", - "self": "https://reactor.adobe.io/callbacks/CB75fb5d6cd4194826af0e6a169e039076" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.get_a_callback", - "endpoint": "/callbacks/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "CB75fb5d6cd4194826af0e6a169e039076", - "type": "callbacks", - "attributes": { - "created_at": "2021-10-05T19:07:31.820Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2021-10-05T19:07:31.820Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CB75fb5d6cd4194826af0e6a169e039076/property" - }, - "data": { - "id": "PRd86f692f38aa40099b2a7dba2c9fba68", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68", - "self": "https://reactor.adobe.io/callbacks/CB75fb5d6cd4194826af0e6a169e039076" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRd86f692f38aa40099b2a7dba2c9fba68", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:07:26.567Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:26.567Z", - "platform": "web", - "development": false, - "token": "189006b621a8", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/company" + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/environments", - "extensions": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/extensions", - "rules": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68/rules", - "self": "https://reactor.adobe.io/properties/PRd86f692f38aa40099b2a7dba2c9fba68" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/properties/PRd86f692f38aa40099b2a7dba2c9fba68", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRf775cda3bd96409bad52c4d918438829", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:07:32.315Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:32.315Z", - "platform": "web", - "development": false, - "token": "b1d79234cb09", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/environments", - "extensions": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/extensions", - "rules": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/rules", - "self": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/properties/:property_id/callbacks", - "method": "POST", - "request": { - "data": { - "attributes": { - "url": "https://www.example.com", - "subscriptions": [ - "rule.created" - ] - } - } - }, - "response": { - "data": { - "id": "CBf68eb2e8c7e9474ab2c59f9ff2dfc78c", - "type": "callbacks", - "attributes": { - "created_at": "2021-10-05T19:07:37.547Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2021-10-05T19:07:37.547Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CBf68eb2e8c7e9474ab2c59f9ff2dfc78c/property" - }, - "data": { - "id": "PRf775cda3bd96409bad52c4d918438829", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829", - "self": "https://reactor.adobe.io/callbacks/CBf68eb2e8c7e9474ab2c59f9ff2dfc78c" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "callbacks.list_callbacks_for_a_property", - "endpoint": "/properties/:property_id/callbacks", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CBf68eb2e8c7e9474ab2c59f9ff2dfc78c", - "type": "callbacks", - "attributes": { - "created_at": "2021-10-05T19:07:37.547Z", - "subscriptions": [ - "rule.created" - ], - "updated_at": "2021-10-05T19:07:37.547Z", - "url": "https://www.example.com" - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/callbacks/CBf68eb2e8c7e9474ab2c59f9ff2dfc78c/property" + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" }, - "data": { - "id": "PRf775cda3bd96409bad52c4d918438829", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829", - "self": "https://reactor.adobe.io/callbacks/CBf68eb2e8c7e9474ab2c59f9ff2dfc78c" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "callbacks.update_a_callback", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRf775cda3bd96409bad52c4d918438829", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:07:32.315Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:32.315Z", - "platform": "web", - "development": false, - "token": "b1d79234cb09", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/company" + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:04:36.008Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:04:36.008Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/origin" + }, + "data": { + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "self": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EXc7698583306e44c39f5a01ad9da3709a", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:04:36.101Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:04:36.101Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/origin" + }, + "data": { + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "self": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT6b9365e8db2045bda71baa0fc2715ca5", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:04:37.386Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:04:37.386Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT6b9365e8db2045bda71baa0fc2715ca5/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "self": "https://reactor.adobe.io/hosts/HT6b9365e8db2045bda71baa0fc2715ca5" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT6b9365e8db2045bda71baa0fc2715ca5", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:04:38.062Z", + "library_path": "17e0df72ece8/68067e5e7ef8", + "library_name": "launch-8f4680f22796-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-8f4680f22796-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js" + ], + "license_path": "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" + }, + { + "library_name": "launch-8f4680f22796-development.js", + "minified": false, + "references": [ + "17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:04:38.062Z", + "status": "succeeded", + "token": "8f4680f22796" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/host", + "self": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/relationships/host" + }, + "data": { + "id": "HT6b9365e8db2045bda71baa0fc2715ca5", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "self": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "extensions": { + "data": [ + { + "id": "EXc7698583306e44c39f5a01ad9da3709a", + "type": "extensions" + } + ] + }, + "environment": { + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:04:38.505Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:04:38.505Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/builds" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/environment", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/data_elements", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/extensions", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/rules", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "self": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:39.490Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:39.490Z", + "token": "eaed8a7897cc" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" + }, + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:39.490Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:39.490Z", + "token": "eaed8a7897cc" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" + }, + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:39.490Z", + "status": "pending", + "updated_at": "2022-02-04T21:04:39.490Z", + "token": "eaed8a7897cc" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" + }, + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL4ea83876ba0e46b38f1f2a8f28a62197", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:04:39.490Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:04:50.375Z", + "token": "eaed8a7897cc" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/environment" + }, + "data": { + "id": "EN60434f8a05e2476b8117d87334b30870", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/library" + }, + "data": { + "id": "LB044eda2938154211bf75b6a5075a8233", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN60434f8a05e2476b8117d87334b30870", + "library": "https://reactor.adobe.io/libraries/LB044eda2938154211bf75b6a5075a8233", + "self": "https://reactor.adobe.io/builds/BL4ea83876ba0e46b38f1f2a8f28a62197" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/launch-8f4680f22796-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/68067e5e7ef8/eaed8a7897cc/launch-8f4680f22796-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_extensions_for_a_build", + "endpoint": "/builds/:build_id/extensions", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EXc7698583306e44c39f5a01ad9da3709a", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:04:36.101Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:04:36.101Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/property" + }, + "data": { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/origin" + }, + "data": { + "id": "EX27180296a53e455ea5cb13807cae4e47", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "origin": "https://reactor.adobe.io/extensions/EX27180296a53e455ea5cb13807cae4e47", + "self": "https://reactor.adobe.io/extensions/EXc7698583306e44c39f5a01ad9da3709a", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRe12685cbd82649b2a0e5d0b63b68593a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:04:28.495Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:28.495Z", + "platform": "web", + "development": false, + "token": "68067e5e7ef8", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/environments", + "extensions": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/extensions", + "rules": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a/rules", + "self": "https://reactor.adobe.io/properties/PRe12685cbd82649b2a0e5d0b63b68593a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/PRe12685cbd82649b2a0e5d0b63b68593a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:04:53.050Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:53.050Z", + "platform": "web", + "development": false, + "token": "b8eac247d5ef", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements", + "environments": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments", + "extensions": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions", + "rules": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules", + "self": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/rules", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Rule" + }, + "type": "rules" + } + }, + "response": { + "data": { + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:04:59.031Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:04:59.031Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/origin" + }, + "data": { + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", + "self": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", + "rule_components": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46/rule_components" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/rules/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", + "type": "rules" + } + }, + "response": { + "data": { + "id": "RL8f4475c451474a5a9e4a53303df0c3dd", + "type": "rules", + "attributes": { + "created_at": "2022-02-04T21:04:59.548Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "Example Rule", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:04:59.548Z", + "review_status": "unsubmitted" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/origin" + }, + "data": { + "id": "RLa6b2edcb8a4449e485cf3e072aebcd46", + "type": "rules" + } + }, + "rule_components": { + "links": { + "related": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/rule_components" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/rules/RLa6b2edcb8a4449e485cf3e072aebcd46", + "self": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd", + "rule_components": "https://reactor.adobe.io/rules/RL8f4475c451474a5a9e4a53303df0c3dd/rule_components" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/extensions?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:05:00.815Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:05:00.815Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/origin" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", + "self": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:05:01 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:05:02.089Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:05:01 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:05:02.089Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/origin" + }, + "data": { + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/extension" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6/updated_with_extension" + }, + "data": { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "self": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/data_elements/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DEde82879fffb64c90b75a42add04efab1", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:05:02.542Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:05:01 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:05:02.542Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/origin" + }, + "data": { + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/extension" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension" + }, + "data": { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "self": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1", + "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/extensions/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + }, + "meta": { + "action": "revise" + }, + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:05:00.880Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:05:00.880Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/origin" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347", + "self": "https://reactor.adobe.io/extensions/EX59442de06fcf4791829259325e4d58bd", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "relationships": { + "data_elements": { + "data": [ + { + "id": "DEde82879fffb64c90b75a42add04efab1", + "type": "data_elements" + } + ] + }, + "extensions": { + "data": [ + { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions" + } + ] + }, + "rules": { + "data": [ + { + "id": "RL8f4475c451474a5a9e4a53303df0c3dd", + "type": "rules" + } + ] + } + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:05:03.367Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:05:03.367Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/data_elements", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/extensions", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/rules", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:05:03.940Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:05:03.940Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT00a2a3697b4d4ae9b244fee1673b90a6/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "self": "https://reactor.adobe.io/hosts/HT00a2a3697b4d4ae9b244fee1673b90a6" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:05:04.277Z", + "library_path": "17e0df72ece8/b8eac247d5ef", + "library_name": "launch-f10eecc86e18-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-f10eecc86e18-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js" + ], + "license_path": "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" + }, + { + "library_name": "launch-f10eecc86e18-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:05:04.277Z", + "status": "succeeded", + "token": "f10eecc86e18" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/host", + "self": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/relationships/host" + }, + "data": { + "id": "HT00a2a3697b4d4ae9b244fee1673b90a6", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "self": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/environment", + "self": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:05.197Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:05.197Z", + "token": "b25ff83faebe" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" + }, + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" + }, + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:05.197Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:05.197Z", + "token": "b25ff83faebe" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" + }, + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" + }, + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:05.197Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:05.197Z", + "token": "b25ff83faebe" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" + }, + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" + }, + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL03ce0b27bfea4d0381bd0759f560dee0", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:05.197Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:12.980Z", + "token": "b25ff83faebe" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/environment" + }, + "data": { + "id": "EN2fc1c1334ee14ae39b537ebd6fdd397d", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/library" + }, + "data": { + "id": "LB821307fb82fb4655a20a8fca70c50488", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2fc1c1334ee14ae39b537ebd6fdd397d", + "library": "https://reactor.adobe.io/libraries/LB821307fb82fb4655a20a8fca70c50488", + "self": "https://reactor.adobe.io/builds/BL03ce0b27bfea4d0381bd0759f560dee0" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/launch-f10eecc86e18-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/b8eac247d5ef/b25ff83faebe/launch-f10eecc86e18-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.list_data_elements_of_a_build", + "endpoint": "/builds/:build_id/data_elements", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "DEde82879fffb64c90b75a42add04efab1", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:05:02.542Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "My Data Element 2022-02-04 14:05:01 -0700", + "published": false, + "published_at": null, + "revision_number": 1, + "updated_at": "2022-02-04T21:05:02.542Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementProperty\":\"html\",\"elementSelector\":\".target-element\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/property" + }, + "data": { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/origin" + }, + "data": { + "id": "DEf65da6d4eb1241eea0b409023bf175d6", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/extension" + }, + "data": { + "id": "EX4675e8bc0d284aa68ec0b8c5f7301347", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1/updated_with_extension" + }, + "data": { + "id": "EX59442de06fcf4791829259325e4d58bd", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37", + "origin": "https://reactor.adobe.io/data_elements/DEf65da6d4eb1241eea0b409023bf175d6", + "self": "https://reactor.adobe.io/data_elements/DEde82879fffb64c90b75a42add04efab1", + "extension": "https://reactor.adobe.io/extensions/EX4675e8bc0d284aa68ec0b8c5f7301347" + }, + "meta": { + "latest_revision_number": 1 + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR97bb28b17ef64a489b36305fe8179d37", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:04:53.050Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:04:53.050Z", + "platform": "web", + "development": false, + "token": "b8eac247d5ef", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/data_elements", + "environments": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/environments", + "extensions": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/extensions", + "rules": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37/rules", + "self": "https://reactor.adobe.io/properties/PR97bb28b17ef64a489b36305fe8179d37" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/PR97bb28b17ef64a489b36305fe8179d37", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:05:17.983Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:05:17.983Z", + "platform": "web", + "development": false, + "token": "5cd9e9afa7a9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments", + "extensions": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions", + "rules": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules", + "self": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:05:23.904Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:05:23.904Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT80e3014f7d47490384961f0298fe1a75/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/hosts/HT80e3014f7d47490384961f0298fe1a75" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:05:24.182Z", + "library_path": "17e0df72ece8/5cd9e9afa7a9", + "library_name": "launch-59a79dbfd0ec-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-59a79dbfd0ec-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js" + ], + "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" + }, + { + "library_name": "launch-59a79dbfd0ec-development.js", + "minified": false, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:05:24.182Z", + "status": "succeeded", + "token": "59a79dbfd0ec" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/host", + "self": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/relationships/host" + }, + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:05:24.421Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:05:24.421Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:25.198Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:25.198Z", + "token": "0994aac9158e" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" + }, + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:25.198Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:25.198Z", + "token": "0994aac9158e" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" + }, + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:25.198Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:29.059Z", + "token": "0994aac9158e" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/environment" + }, + "data": { + "id": "EN227ee3694c0e4f3eabdb2c008c4e0e71", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN227ee3694c0e4f3eabdb2c008c4e0e71", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL9fef4e4c0d8d4d0b81e180a46c0ca69c" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-59a79dbfd0ec-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/0994aac9158e/launch-59a79dbfd0ec-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "meta": { + "action": "submit" + } + } + }, + "response": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:05:24.421Z", + "name": "My Library", + "published_at": null, + "state": "submitted", + "updated_at": "2022-02-04T21:05:31.002Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" + }, + "data": { + "id": "BL9fef4e4c0d8d4d0b81e180a46c0ca69c", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Staging Environment A", + "stage": "staging" + }, + "relationships": { + "host": { + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:05:31.412Z", + "library_path": "17e0df72ece8/5cd9e9afa7a9", + "library_name": "launch-7920f94f802e-staging.min.js", + "library_entry_points": [ + { + "library_name": "launch-7920f94f802e-staging.min.js", + "minified": true, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js" + ], + "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" + }, + { + "library_name": "launch-7920f94f802e-staging.js", + "minified": false, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" + ] + } + ], + "name": "Staging Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "staging", + "updated_at": "2022-02-04T21:05:31.412Z", + "status": "succeeded", + "token": "7920f94f802e" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/host", + "self": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/relationships/host" + }, + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:32.343Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:32.343Z", + "token": "835b22f01456" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" + }, + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:32.343Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:32.343Z", + "token": "835b22f01456" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" + }, + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:32.343Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:36.919Z", + "token": "835b22f01456" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/environment" + }, + "data": { + "id": "EN4a5a624a089841aea51c93f852a35ff6", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4a5a624a089841aea51c93f852a35ff6", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL89ac6ddf9bc24d77a15d9e0b0b7997de" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-7920f94f802e-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/835b22f01456/launch-7920f94f802e-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "meta": { + "action": "approve" + } + } + }, + "response": { + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:05:24.421Z", + "name": "My Library", + "published_at": null, + "state": "approved", + "updated_at": "2022-02-04T21:05:38.602Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/data_elements", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/extensions", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/rules", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/last_build" + }, + "data": { + "id": "BL89ac6ddf9bc24d77a15d9e0b0b7997de", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Production Environment A", + "stage": "production" + }, + "relationships": { + "host": { + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:05:39.054Z", + "library_path": "17e0df72ece8/5cd9e9afa7a9", + "library_name": "launch-80a2b88d040e.min.js", + "library_entry_points": [ + { + "library_name": "launch-80a2b88d040e.min.js", + "minified": true, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js" + ], + "license_path": "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" + }, + { + "library_name": "launch-80a2b88d040e.js", + "minified": false, + "references": [ + "17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" + ] + } + ], + "name": "Production Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "production", + "updated_at": "2022-02-04T21:05:39.054Z", + "status": "succeeded", + "token": "80a2b88d040e" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/host", + "self": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/relationships/host" + }, + "data": { + "id": "HT80e3014f7d47490384961f0298fe1a75", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "self": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/environment", + "self": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:39.869Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:39.869Z", + "token": "a974450a768c" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" + }, + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:39.869Z", + "status": "pending", + "updated_at": "2022-02-04T21:05:39.869Z", + "token": "a974450a768c" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" + }, + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:39.869Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:45.431Z", + "token": "a974450a768c" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" + }, + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", + "archive": false, + "available_for_republish": true, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "builds.republish_a_build", + "endpoint": "/builds/:id", + "method": "PATCH", + "request": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "meta": { + "action": "republish" + } + } + }, + "response": { + "data": { + "id": "BL927e0bbfd544440cbb140a23f7f84467", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:05:39.869Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:05:49.331Z", + "token": "a974450a768c" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/environment" + }, + "data": { + "id": "EN2c9ff44b46594e24be1ebf7fc59bf481", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/library" + }, + "data": { + "id": "LB9c7c08d8bca842a2909ad6e490912988", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467/property" + }, + "data": { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2c9ff44b46594e24be1ebf7fc59bf481", + "library": "https://reactor.adobe.io/libraries/LB9c7c08d8bca842a2909ad6e490912988", + "self": "https://reactor.adobe.io/builds/BL927e0bbfd544440cbb140a23f7f84467" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/launch-80a2b88d040e.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/5cd9e9afa7a9/a974450a768c/launch-80a2b88d040e.min.js", + "archive": false, + "republish_status": "pending", + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:05:17.983Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:05:17.983Z", + "platform": "web", + "development": false, + "token": "5cd9e9afa7a9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/environments", + "extensions": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/extensions", + "rules": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a/rules", + "self": "https://reactor.adobe.io/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/properties/PR5d86a3dd9f1a4efea3c186c9dfd3ff9a", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR79dd2605a90d43fa98e739a40801b59f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:05:52.936Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:05:52.936Z", + "platform": "web", + "development": false, + "token": "d305723616ac", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments", + "extensions": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions", + "rules": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules", + "self": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.create_a_callback", + "endpoint": "/properties/:property_id/callbacks", + "method": "POST", + "request": { + "data": { + "attributes": { + "url": "https://www.example.com", + "subscriptions": [ + "rule.created" + ] + } + } + }, + "response": { + "data": { + "id": "CB86fa91a7256e4a61b64973423b0c41c9", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:05:59.073Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:05:59.073Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CB86fa91a7256e4a61b64973423b0c41c9/property" + }, + "data": { + "id": "PR79dd2605a90d43fa98e739a40801b59f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f", + "self": "https://reactor.adobe.io/callbacks/CB86fa91a7256e4a61b64973423b0c41c9" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR79dd2605a90d43fa98e739a40801b59f", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:05:52.936Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:05:52.936Z", + "platform": "web", + "development": false, + "token": "d305723616ac", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/environments", + "extensions": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/extensions", + "rules": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f/rules", + "self": "https://reactor.adobe.io/properties/PR79dd2605a90d43fa98e739a40801b59f" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/properties/PR79dd2605a90d43fa98e739a40801b59f", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:00.583Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:00.583Z", + "platform": "web", + "development": false, + "token": "a2df01fd0e50", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments", + "extensions": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions", + "rules": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules", + "self": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/properties/:property_id/callbacks", + "method": "POST", + "request": { + "data": { + "attributes": { + "url": "https://www.example.com", + "subscriptions": [ + "rule.created" + ] + } + } + }, + "response": { + "data": { + "id": "CBa9560a3193394c1bb72c00f2546a5fb9", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:06.392Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:06.392Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9/property" + }, + "data": { + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "self": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.get_a_callback", + "endpoint": "/callbacks/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "CBa9560a3193394c1bb72c00f2546a5fb9", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:06.392Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:06.392Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9/property" + }, + "data": { + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "self": "https://reactor.adobe.io/callbacks/CBa9560a3193394c1bb72c00f2546a5fb9" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:00.583Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:00.583Z", + "platform": "web", + "development": false, + "token": "a2df01fd0e50", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/environments", + "extensions": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/extensions", + "rules": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e/rules", + "self": "https://reactor.adobe.io/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/properties/PR9dc9f7b4e9ed4f03a81304dbc8a7388e", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:08.133Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:08.133Z", + "platform": "web", + "development": false, + "token": "9b8fdca5d529", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules", + "self": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/properties/:property_id/callbacks", + "method": "POST", + "request": { + "data": { + "attributes": { + "url": "https://www.example.com", + "subscriptions": [ + "rule.created" + ] + } + } + }, + "response": { + "data": { + "id": "CBeb8925fbecc841878ee20365f5fa0538", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:14.837Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:14.837Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538/property" + }, + "data": { + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "self": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "callbacks.list_callbacks_for_a_property", + "endpoint": "/properties/:property_id/callbacks", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CBeb8925fbecc841878ee20365f5fa0538", + "type": "callbacks", + "attributes": { + "created_at": "2022-02-04T21:06:14.837Z", + "subscriptions": [ + "rule.created" + ], + "updated_at": "2022-02-04T21:06:14.837Z", + "url": "https://www.example.com" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538/property" + }, + "data": { + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "self": "https://reactor.adobe.io/callbacks/CBeb8925fbecc841878ee20365f5fa0538" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "callbacks.update_a_callback", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRc8ebb746d9d64d8aa5abb8bd2a04d033", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:06:08.133Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:06:08.133Z", + "platform": "web", + "development": false, + "token": "9b8fdca5d529", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/callbacks" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/hosts" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/environments" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/libraries" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/data_elements" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/extensions" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/rules" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/notes" + "related": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/environments", - "extensions": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/extensions", - "rules": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829/rules", - "self": "https://reactor.adobe.io/properties/PRf775cda3bd96409bad52c4d918438829" + "data_elements": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033/rules", + "self": "https://reactor.adobe.io/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033" }, "meta": { "rights": [ @@ -22384,7 +27941,7 @@ }, { "name": "callbacks.update_a_callback", - "endpoint": "/properties/PRf775cda3bd96409bad52c4d918438829", + "endpoint": "/properties/PRc8ebb746d9d64d8aa5abb8bd2a04d033", "method": "DELETE", "request": null, "response": null, @@ -22431,16 +27988,16 @@ }, "response": { "data": { - "id": "PR3e279132e97842eab703e528b0d276d3", + "id": "PR68a8bded39a8449fb935f3615f80625f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:37.970Z", + "created_at": "2022-02-04T21:06:21.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:37.970Z", + "updated_at": "2022-02-04T21:06:21.323Z", "platform": "web", "development": false, - "token": "4d5f7b3d5e78", + "token": "24e33a6b3b81", "domains": [ "example.com" ], @@ -22450,7 +28007,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/company" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -22459,52 +28016,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/callbacks" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/hosts" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/environments" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/libraries" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/data_elements" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/extensions" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/rules" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/notes" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/environments", - "extensions": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/extensions", - "rules": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/rules", - "self": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3" + "data_elements": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments", + "extensions": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions", + "rules": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules", + "self": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f" }, "meta": { "rights": [ @@ -22537,30 +28094,30 @@ }, "response": { "data": { - "id": "CB161bfeda87d24d71b1f059d33d7bcf9d", + "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:43.201Z", + "created_at": "2022-02-04T21:06:27.129Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:07:43.201Z", + "updated_at": "2022-02-04T21:06:27.129Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB161bfeda87d24d71b1f059d33d7bcf9d/property" + "related": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b/property" }, "data": { - "id": "PR3e279132e97842eab703e528b0d276d3", + "id": "PR68a8bded39a8449fb935f3615f80625f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3", - "self": "https://reactor.adobe.io/callbacks/CB161bfeda87d24d71b1f059d33d7bcf9d" + "property": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f", + "self": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b" } } }, @@ -22581,36 +28138,36 @@ ] }, "type": "callbacks", - "id": "CB161bfeda87d24d71b1f059d33d7bcf9d" + "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b" } }, "response": { "data": { - "id": "CB161bfeda87d24d71b1f059d33d7bcf9d", + "id": "CB9da8a2a5c45a4260899ce9868d0d5b6b", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:43.201Z", + "created_at": "2022-02-04T21:06:27.129Z", "subscriptions": [ "rule.created", "build.created" ], - "updated_at": "2021-10-05T19:07:43.280Z", + "updated_at": "2022-02-04T21:06:27.714Z", "url": "https://www.example.net" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB161bfeda87d24d71b1f059d33d7bcf9d/property" + "related": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b/property" }, "data": { - "id": "PR3e279132e97842eab703e528b0d276d3", + "id": "PR68a8bded39a8449fb935f3615f80625f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3", - "self": "https://reactor.adobe.io/callbacks/CB161bfeda87d24d71b1f059d33d7bcf9d" + "property": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f", + "self": "https://reactor.adobe.io/callbacks/CB9da8a2a5c45a4260899ce9868d0d5b6b" } } }, @@ -22631,7 +28188,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -22704,7 +28261,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -22771,16 +28328,16 @@ "response": { "data": [ { - "id": "PR3e279132e97842eab703e528b0d276d3", + "id": "PR68a8bded39a8449fb935f3615f80625f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:37.970Z", + "created_at": "2022-02-04T21:06:21.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:37.970Z", + "updated_at": "2022-02-04T21:06:21.323Z", "platform": "web", "development": false, - "token": "4d5f7b3d5e78", + "token": "24e33a6b3b81", "domains": [ "example.com" ], @@ -22790,7 +28347,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/company" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -22799,52 +28356,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/callbacks" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/hosts" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/environments" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/libraries" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/data_elements" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/extensions" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/rules" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/notes" + "related": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/environments", - "extensions": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/extensions", - "rules": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3/rules", - "self": "https://reactor.adobe.io/properties/PR3e279132e97842eab703e528b0d276d3" + "data_elements": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/environments", + "extensions": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/extensions", + "rules": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f/rules", + "self": "https://reactor.adobe.io/properties/PR68a8bded39a8449fb935f3615f80625f" }, "meta": { "rights": [ @@ -22873,7 +28430,7 @@ }, { "name": "callbacks.delete_a_callback", - "endpoint": "/properties/PR3e279132e97842eab703e528b0d276d3", + "endpoint": "/properties/PR68a8bded39a8449fb935f3615f80625f", "method": "DELETE", "request": null, "response": null, @@ -22920,16 +28477,16 @@ }, "response": { "data": { - "id": "PRdc1ab7f25c1a454a97d9a44a9bc53a87", + "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:43.706Z", + "created_at": "2022-02-04T21:06:29.784Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:43.706Z", + "updated_at": "2022-02-04T21:06:29.784Z", "platform": "web", "development": false, - "token": "445551134fd0", + "token": "66553192a5e5", "domains": [ "example.com" ], @@ -22939,7 +28496,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/company" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -22948,52 +28505,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/callbacks" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/hosts" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/environments" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/libraries" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/data_elements" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/extensions" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/rules" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/notes" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/environments", - "extensions": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/extensions", - "rules": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/rules", - "self": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87" + "data_elements": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules", + "self": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0" }, "meta": { "rights": [ @@ -23026,30 +28583,30 @@ }, "response": { "data": { - "id": "CB40cd173f084845baad62570d375331af", + "id": "CB1b18ef2c1c8f4726a66e0ad06332daad", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:07:48.898Z", + "created_at": "2022-02-04T21:06:36.732Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:07:48.898Z", + "updated_at": "2022-02-04T21:06:36.732Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB40cd173f084845baad62570d375331af/property" + "related": "https://reactor.adobe.io/callbacks/CB1b18ef2c1c8f4726a66e0ad06332daad/property" }, "data": { - "id": "PRdc1ab7f25c1a454a97d9a44a9bc53a87", + "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87", - "self": "https://reactor.adobe.io/callbacks/CB40cd173f084845baad62570d375331af" + "property": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0", + "self": "https://reactor.adobe.io/callbacks/CB1b18ef2c1c8f4726a66e0ad06332daad" } } }, @@ -23079,7 +28636,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23152,7 +28709,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23219,16 +28776,16 @@ "response": { "data": [ { - "id": "PRdc1ab7f25c1a454a97d9a44a9bc53a87", + "id": "PR6e59c974a44742f5a10a4b9dd45c48b0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:43.706Z", + "created_at": "2022-02-04T21:06:29.784Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:43.706Z", + "updated_at": "2022-02-04T21:06:29.784Z", "platform": "web", "development": false, - "token": "445551134fd0", + "token": "66553192a5e5", "domains": [ "example.com" ], @@ -23238,7 +28795,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/company" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -23247,52 +28804,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/callbacks" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/hosts" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/environments" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/libraries" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/data_elements" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/extensions" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/rules" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/notes" + "related": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/data_elements", - "environments": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/environments", - "extensions": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/extensions", - "rules": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87/rules", - "self": "https://reactor.adobe.io/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87" + "data_elements": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0/rules", + "self": "https://reactor.adobe.io/properties/PR6e59c974a44742f5a10a4b9dd45c48b0" }, "meta": { "rights": [ @@ -23321,7 +28878,7 @@ }, { "name": "companies.get_a_company", - "endpoint": "/properties/PRdc1ab7f25c1a454a97d9a44a9bc53a87", + "endpoint": "/properties/PR6e59c974a44742f5a10a4b9dd45c48b0", "method": "DELETE", "request": null, "response": null, @@ -23341,7 +28898,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23404,7 +28961,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23477,7 +29034,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23565,6 +29122,710 @@ "request": null, "response": { "data": [ + { + "id": "CO630e4d405169454ba7f39c27959879c7", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:04:11.287Z", + "name": "Botsford-Kuvalis", + "org_id": "D6CCB1AF72F00F0DD00BAC2E@AdobeOrg", + "updated_at": "2022-01-31T17:04:11.287Z", + "token": "3564751cb7f5", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7", + "properties": "https://reactor.adobe.io/companies/CO630e4d405169454ba7f39c27959879c7/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COe68ff4604a8349dbb5b26d6d6a7fea6e", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T22:11:22.952Z", + "name": "Buckridge, Bosco and O'Keefe", + "org_id": "846B7FAD90C0C2B4048851E9@AdobeOrg", + "updated_at": "2022-01-31T22:11:22.952Z", + "token": "110629742723", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e", + "properties": "https://reactor.adobe.io/companies/COe68ff4604a8349dbb5b26d6d6a7fea6e/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO20fe87a1cc1c4a0aacfa633a22bdf254", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T21:43:09.582Z", + "name": "Cormier-Daniel", + "org_id": "1727ED45CA6C19D2138C1D0E@AdobeOrg", + "updated_at": "2022-01-31T21:43:09.582Z", + "token": "6eea116a0cdc", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254", + "properties": "https://reactor.adobe.io/companies/CO20fe87a1cc1c4a0aacfa633a22bdf254/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COb51a12bf90f04fc8b878507cbf3848ea", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T16:25:44.492Z", + "name": "Daniel, Konopelski and Halvorson", + "org_id": "730325783A3104ABB78918BA@AdobeOrg", + "updated_at": "2022-01-31T16:25:44.492Z", + "token": "e006f164a4f4", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea", + "properties": "https://reactor.adobe.io/companies/COb51a12bf90f04fc8b878507cbf3848ea/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COee99399e03b54e2faa367a4c9de17365", + "type": "companies", + "attributes": { + "created_at": "2022-02-03T22:45:57.435Z", + "name": "Erdman-Murazik", + "org_id": "728C79662820FE6E5E0B780B@AdobeOrg", + "updated_at": "2022-02-03T22:45:57.435Z", + "token": "b95d047f57ff", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365", + "properties": "https://reactor.adobe.io/companies/COee99399e03b54e2faa367a4c9de17365/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO867a2652b3b34f8ba64b42caf796b121", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:44:30.543Z", + "name": "Feeney-Hackett", + "org_id": "5EA83F7CFB6396A29EFEA679@AdobeOrg", + "updated_at": "2022-01-31T17:44:30.543Z", + "token": "ed5027c70944", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121", + "properties": "https://reactor.adobe.io/companies/CO867a2652b3b34f8ba64b42caf796b121/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO262c1c00aab04ee8890f59ed6fde8c1d", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:11:58.826Z", + "name": "Friesen, Champlin and Wiegand", + "org_id": "98E26C60C2FE37A8445BF021@AdobeOrg", + "updated_at": "2022-01-31T17:11:58.826Z", + "token": "50a58f7f6dc9", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d", + "properties": "https://reactor.adobe.io/companies/CO262c1c00aab04ee8890f59ed6fde8c1d/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO59fa7b4e3c9946dd93cc51f23c6f12a7", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T21:50:25.019Z", + "name": "Gislason-Kihn", + "org_id": "1C03DBF31DBCB597035F3288@AdobeOrg", + "updated_at": "2022-01-31T21:50:25.019Z", + "token": "b864e71bf812", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7", + "properties": "https://reactor.adobe.io/companies/CO59fa7b4e3c9946dd93cc51f23c6f12a7/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO6e09dd2f60034af8966af23160016117", + "type": "companies", + "attributes": { + "created_at": "2021-10-11T20:02:01.638Z", + "name": "Keeling, Kuhlman and Grady", + "org_id": "9BD14107082BFDB34857E8AC@AdobeOrg", + "updated_at": "2021-10-11T20:02:01.638Z", + "token": "4ddd24e7bd3e", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117", + "properties": "https://reactor.adobe.io/companies/CO6e09dd2f60034af8966af23160016117/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO69851b1d20fd4a868076b53eb119539b", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T16:49:06.194Z", + "name": "Kertzmann LLC", + "org_id": "68D9F7298A0A9B4636227BA7@AdobeOrg", + "updated_at": "2022-01-31T16:49:06.194Z", + "token": "7f5a91abf851", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b", + "properties": "https://reactor.adobe.io/companies/CO69851b1d20fd4a868076b53eb119539b/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO424f494772f64601b30668f53a683411", + "type": "companies", + "attributes": { + "created_at": "2021-09-22T15:32:58.150Z", + "name": "Kub and Sons", + "org_id": "D3CBD812E7B4F295DFBDCD3B@AdobeOrg", + "updated_at": "2021-09-22T15:32:58.150Z", + "token": "f7aae662e390", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411", + "properties": "https://reactor.adobe.io/companies/CO424f494772f64601b30668f53a683411/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COaad4a8411dfc499c92eba2af1777a111", + "type": "companies", + "attributes": { + "created_at": "2021-10-14T21:07:43.972Z", + "name": "Kuvalis and Sons", + "org_id": "8774407928FEEC69D77DA8FC@AdobeOrg", + "updated_at": "2021-10-14T21:07:43.972Z", + "token": "1009832dadca", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111", + "properties": "https://reactor.adobe.io/companies/COaad4a8411dfc499c92eba2af1777a111/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO8fd4ab7b481b4619b35400bd0cbcddad", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T18:07:18.489Z", + "name": "Lindgren-Rutherford", + "org_id": "D3B021ABE12D6C15C3415342@AdobeOrg", + "updated_at": "2022-01-31T18:07:18.489Z", + "token": "21a30d8e38ba", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad", + "properties": "https://reactor.adobe.io/companies/CO8fd4ab7b481b4619b35400bd0cbcddad/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO281932768f264e35851e662151ac9e61", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:41:35.130Z", + "name": "Lubowitz-Bode", + "org_id": "C04BB2DE9679FF2177505946@AdobeOrg", + "updated_at": "2022-01-31T17:41:35.130Z", + "token": "240196613631", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61", + "properties": "https://reactor.adobe.io/companies/CO281932768f264e35851e662151ac9e61/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COe19575e078374b33987b7d66fa2edd8d", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:15:36.039Z", + "name": "Lueilwitz, Donnelly and Dickinson", + "org_id": "4B9D8CDC78BDF6E3BC576C7E@AdobeOrg", + "updated_at": "2022-01-31T17:15:36.039Z", + "token": "49afead0a0e2", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d", + "properties": "https://reactor.adobe.io/companies/COe19575e078374b33987b7d66fa2edd8d/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "COd540405ef458436c95c3bf63a7a99090", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T16:55:25.950Z", + "name": "Marquardt Group", + "org_id": "D240B9FA0880BEE51AF8C719@AdobeOrg", + "updated_at": "2022-01-31T16:55:25.950Z", + "token": "fd6cd9dcceaa", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090", + "properties": "https://reactor.adobe.io/companies/COd540405ef458436c95c3bf63a7a99090/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, { "id": "CO289613ee8cee497f95fb2849405cc6ab", "type": "companies", @@ -23609,6 +29870,94 @@ } } }, + { + "id": "CO5de0417e0fae4599a9da6a8ea652533c", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T17:08:41.667Z", + "name": "Mosciski Inc", + "org_id": "507B13DACA5C92A31CD465D8@AdobeOrg", + "updated_at": "2022-01-31T17:08:41.667Z", + "token": "9a375507ce34", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c", + "properties": "https://reactor.adobe.io/companies/CO5de0417e0fae4599a9da6a8ea652533c/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, + { + "id": "CO8843c7c4734d4c00959e58a5f10658a1", + "type": "companies", + "attributes": { + "created_at": "2021-10-11T22:36:39.501Z", + "name": "O'Reilly, Turner and Marquardt", + "org_id": "74FC9DC63C1607007E4F96DC@AdobeOrg", + "updated_at": "2021-10-11T22:36:39.501Z", + "token": "6f2bfdf508a2", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1", + "properties": "https://reactor.adobe.io/companies/CO8843c7c4734d4c00959e58a5f10658a1/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, { "id": "CO98f43afa93df4d4689a682cb3f20a6a5", "type": "companies", @@ -23697,6 +30046,50 @@ } } }, + { + "id": "COfad1445d62d04fc4b325696c848cfbb8", + "type": "companies", + "attributes": { + "created_at": "2022-01-31T21:46:55.428Z", + "name": "Rath-Schuppe", + "org_id": "91200B7586C5A29163EB3991@AdobeOrg", + "updated_at": "2022-01-31T21:46:55.428Z", + "token": "15e3a251da04", + "cjm_enabled": false, + "edge_enabled": false, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": false + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8", + "properties": "https://reactor.adobe.io/companies/COfad1445d62d04fc4b325696c848cfbb8/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties" + ], + "platform_rights": { + "web": [ + "develop_extensions", + "manage_properties" + ], + "mobile": [ + "develop_extensions", + "manage_properties" + ] + } + } + }, { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies", @@ -23704,7 +30097,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23750,13 +30143,18 @@ } } ], + "links": { + "self": "https://reactor.adobe.io/companies?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/companies?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/companies?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, "meta": { "pagination": { "current_page": 1, - "next_page": null, + "next_page": 2, "prev_page": null, - "total_pages": 1, - "total_count": 6 + "total_pages": 2, + "total_count": 31 } } }, @@ -23777,7 +30175,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23850,7 +30248,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -23971,16 +30369,16 @@ }, "response": { "data": { - "id": "PR6b30de9a2c284dc09ec8339b683d0dc1", + "id": "PRf301c44c6b0b44ea9067b646fd6a0568", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:49.762Z", + "created_at": "2022-02-04T21:06:42.432Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:49.762Z", + "updated_at": "2022-02-04T21:06:42.432Z", "platform": "web", "development": false, - "token": "ca28c19e802a", + "token": "1d3408f190d1", "domains": [ "example.com" ], @@ -23990,7 +30388,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/company" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -23999,52 +30397,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/callbacks" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/hosts" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/environments" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/libraries" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/data_elements" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/extensions" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/rules" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/notes" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/environments", - "extensions": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/extensions", - "rules": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/rules", - "self": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1" + "data_elements": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments", + "extensions": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions", + "rules": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules", + "self": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568" }, "meta": { "rights": [ @@ -24074,7 +30472,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24137,7 +30535,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24210,7 +30608,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24277,16 +30675,16 @@ "response": { "data": [ { - "id": "PR6b30de9a2c284dc09ec8339b683d0dc1", + "id": "PRf301c44c6b0b44ea9067b646fd6a0568", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:49.762Z", + "created_at": "2022-02-04T21:06:42.432Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:49.762Z", + "updated_at": "2022-02-04T21:06:42.432Z", "platform": "web", "development": false, - "token": "ca28c19e802a", + "token": "1d3408f190d1", "domains": [ "example.com" ], @@ -24296,7 +30694,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/company" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -24305,52 +30703,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/callbacks" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/hosts" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/environments" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/libraries" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/data_elements" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/extensions" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/rules" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/notes" + "related": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/environments", - "extensions": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/extensions", - "rules": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1/rules", - "self": "https://reactor.adobe.io/properties/PR6b30de9a2c284dc09ec8339b683d0dc1" + "data_elements": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/environments", + "extensions": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/extensions", + "rules": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568/rules", + "self": "https://reactor.adobe.io/properties/PRf301c44c6b0b44ea9067b646fd6a0568" }, "meta": { "rights": [ @@ -24379,7 +30777,7 @@ }, { "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/properties/PR6b30de9a2c284dc09ec8339b683d0dc1", + "endpoint": "/properties/PRf301c44c6b0b44ea9067b646fd6a0568", "method": "DELETE", "request": null, "response": null, @@ -24393,15 +30791,54 @@ "request": null, "response": { "data": [ - + { + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", + "attributes": { + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_surfaces": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, @@ -24410,62 +30847,294 @@ }, { "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/companies/:company_id/app_configurations", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Apns App", - "app_id": "com.adobe.test_app", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file", - "push_credential": { - "bundleId": "com.adobe.test_app", - "keyId": "key_id", - "p8": "", - "teamId": "team_id" - } - }, - "type": "app_configurations" - } - }, + "endpoint": "/app_configurations/:app_configuration_id/company", + "method": "GET", + "request": null, "response": { "data": { - "id": "AC51a13d0c61b3431299c092f4c03c0252", - "type": "app_configurations", + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", "attributes": { - "created_at": "2021-10-05T19:07:55.344Z", - "updated_at": "2021-10-05T19:07:55.344Z", - "app_id": "com.adobe.test_app", - "name": "Kessel Apns App", - "platform": "mobile", - "messaging_service": "apns", - "key_type": "p8_file" + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, "relationships": { - "company": { + "properties": { "links": { - "related": "https://reactor.adobe.io/app_configurations/AC51a13d0c61b3431299c092f4c03c0252/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" } } }, "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "self": "https://reactor.adobe.io/app_configurations/AC51a13d0c61b3431299c092f4c03c0252" + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "companies.get_the_company_for_an_app_configuration", - "endpoint": "/app_configurations/:app_configuration_id/company", + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "companies.get_the_company_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/company", "method": "GET", "request": null, "response": { @@ -24476,7 +31145,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24539,7 +31208,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24612,7 +31281,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -24733,16 +31402,16 @@ }, "response": { "data": { - "id": "PRa0b64a3c4b9f4177b52de9d0431456fd", + "id": "PRce67aee85d98461ba5acef212fb18034", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:55.632Z", + "created_at": "2022-02-04T21:06:55.335Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:55.632Z", + "updated_at": "2022-02-04T21:06:55.335Z", "platform": "web", "development": false, - "token": "b5d8e2579f2d", + "token": "cd863674c089", "domains": [ "example.com" ], @@ -24752,7 +31421,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/company" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -24761,52 +31430,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/callbacks" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/hosts" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/environments" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/libraries" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/data_elements" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/extensions" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/rules" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/notes" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/rules", - "self": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd" + "data_elements": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements", + "environments": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments", + "extensions": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions", + "rules": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules", + "self": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034" }, "meta": { "rights": [ @@ -26102,6 +32771,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -27278,10 +33948,10 @@ }, "response": { "data": { - "id": "EX87e669a4d51b42c6b24816ede7501f52", + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:01.078Z", + "created_at": "2022-02-04T21:07:04.525Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -27289,7 +33959,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:01.078Z", + "updated_at": "2022-02-04T21:07:04.525Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -27299,40 +33969,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/libraries" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/revisions" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/notes" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/property" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/property" }, "data": { - "id": "PRa0b64a3c4b9f4177b52de9d0431456fd", + "id": "PRce67aee85d98461ba5acef212fb18034", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/origin" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/origin" }, "data": { - "id": "EX87e669a4d51b42c6b24816ede7501f52", + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -27341,7 +34011,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52/extension_package" + "related": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -27350,9 +34020,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd", - "origin": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52", - "self": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52", + "property": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034", + "origin": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004", + "self": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -28620,6 +35290,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -29784,7 +36455,7 @@ "relationships": { "extension": { "data": { - "id": "EX87e669a4d51b42c6b24816ede7501f52", + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", "type": "extensions" } } @@ -29794,10 +36465,10 @@ }, "response": { "data": { - "id": "DEf450d7418dbc49f5841c8e2472eee562", + "id": "DE1887bf31424d45c498d097e4958892d0", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:01.391Z", + "created_at": "2022-02-04T21:07:08.916Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -29805,7 +36476,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:01.391Z", + "updated_at": "2022-02-04T21:07:08.916Z", "clean_text": true, "default_value": "sentinel", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -29817,49 +36488,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/libraries" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/revisions" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/notes" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/property" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/property" }, "data": { - "id": "PRa0b64a3c4b9f4177b52de9d0431456fd", + "id": "PRce67aee85d98461ba5acef212fb18034", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/origin" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/origin" }, "data": { - "id": "DEf450d7418dbc49f5841c8e2472eee562", + "id": "DE1887bf31424d45c498d097e4958892d0", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/extension" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/extension" }, "data": { - "id": "EX87e669a4d51b42c6b24816ede7501f52", + "id": "EXdb5b5e8a91d24aa0ae9d01d263152004", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -29868,19 +36539,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0/updated_with_extension" }, "data": { - "id": "EX032f3941bbef4f1bb8171dba754a89dd", + "id": "EXd42f526fae794235a628ddcabeeed691", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd", - "origin": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562", - "self": "https://reactor.adobe.io/data_elements/DEf450d7418dbc49f5841c8e2472eee562", - "extension": "https://reactor.adobe.io/extensions/EX87e669a4d51b42c6b24816ede7501f52" + "property": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034", + "origin": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0", + "self": "https://reactor.adobe.io/data_elements/DE1887bf31424d45c498d097e4958892d0", + "extension": "https://reactor.adobe.io/extensions/EXdb5b5e8a91d24aa0ae9d01d263152004" }, "meta": { "latest_revision_number": 0 @@ -29904,7 +36575,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -29977,7 +36648,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -30044,16 +36715,16 @@ "response": { "data": [ { - "id": "PRa0b64a3c4b9f4177b52de9d0431456fd", + "id": "PRce67aee85d98461ba5acef212fb18034", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:07:55.632Z", + "created_at": "2022-02-04T21:06:55.335Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:07:55.632Z", + "updated_at": "2022-02-04T21:06:55.335Z", "platform": "web", "development": false, - "token": "b5d8e2579f2d", + "token": "cd863674c089", "domains": [ "example.com" ], @@ -30063,7 +36734,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/company" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -30072,52 +36743,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/callbacks" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/hosts" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/environments" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/libraries" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/data_elements" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/extensions" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/rules" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/notes" + "related": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd/rules", - "self": "https://reactor.adobe.io/properties/PRa0b64a3c4b9f4177b52de9d0431456fd" + "data_elements": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/data_elements", + "environments": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/environments", + "extensions": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/extensions", + "rules": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034/rules", + "self": "https://reactor.adobe.io/properties/PRce67aee85d98461ba5acef212fb18034" }, "meta": { "rights": [ @@ -30146,7 +36817,7 @@ }, { "name": "data_elements.get_a_data_element", - "endpoint": "/properties/PRa0b64a3c4b9f4177b52de9d0431456fd", + "endpoint": "/properties/PRce67aee85d98461ba5acef212fb18034", "method": "DELETE", "request": null, "response": null, @@ -30193,16 +36864,16 @@ }, "response": { "data": { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:01.870Z", + "created_at": "2022-02-04T21:07:13.534Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:01.870Z", + "updated_at": "2022-02-04T21:07:13.534Z", "platform": "web", "development": false, - "token": "592257621678", + "token": "2964d2b18635", "domains": [ "example.com" ], @@ -30212,7 +36883,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/company" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -30221,52 +36892,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/callbacks" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/hosts" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/environments" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/libraries" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/data_elements" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/extensions" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/rules" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/notes" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/environments", - "extensions": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/extensions", - "rules": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/rules", - "self": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9" + "data_elements": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments", + "extensions": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions", + "rules": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules", + "self": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49" }, "meta": { "rights": [ @@ -31562,6 +38233,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -32738,10 +39410,10 @@ }, "response": { "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:07.222Z", + "created_at": "2022-02-04T21:07:21.363Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -32749,7 +39421,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:07.222Z", + "updated_at": "2022-02-04T21:07:21.363Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -32759,40 +39431,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/libraries" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/revisions" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/notes" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/property" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/property" }, "data": { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/origin" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/origin" }, "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -32801,7 +39473,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d/extension_package" + "related": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -32810,9 +39482,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9", - "origin": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d", - "self": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d", + "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "origin": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452", + "self": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -34080,6 +40752,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -35232,14 +41905,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:07 -0600", + "name": "My Data Element 2022-02-04 14:07:22 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions" } } @@ -35249,18 +41922,18 @@ }, "response": { "data": { - "id": "DE0730fe4c774d45f0adce0332cf30fe0e", + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:07.496Z", + "created_at": "2022-02-04T21:07:22.445Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:07 -0600", + "name": "My Data Element 2022-02-04 14:07:22 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:07.496Z", + "updated_at": "2022-02-04T21:07:22.445Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -35272,49 +41945,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/notes" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/property" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/property" }, "data": { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/origin" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/origin" }, "data": { - "id": "DE0730fe4c774d45f0adce0332cf30fe0e", + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/extension" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/extension" }, "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -35323,19 +41996,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension" }, "data": { - "id": "EX0f8c03e6ba1c4a70925f8591b15b9a18", + "id": "EXba57fde16a9c450ca3bc10442d15b81a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9", - "origin": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e", - "self": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e", - "extension": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d" + "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "origin": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "self": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "extension": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452" }, "meta": { "latest_revision_number": 0 @@ -35352,18 +42025,18 @@ "request": null, "response": { "data": { - "id": "DE0730fe4c774d45f0adce0332cf30fe0e", + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:07.496Z", + "created_at": "2022-02-04T21:07:22.445Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:07 -0600", + "name": "My Data Element 2022-02-04 14:07:22 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:07.496Z", + "updated_at": "2022-02-04T21:07:22.445Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -35375,49 +42048,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/notes" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/property" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/property" }, "data": { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/origin" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/origin" }, "data": { - "id": "DE0730fe4c774d45f0adce0332cf30fe0e", + "id": "DE6807b1b680d0433a95bc8e930c6ce2bb", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/extension" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/extension" }, "data": { - "id": "EX5ade981d481249a4b5a645588799927d", + "id": "EX00ee190ede41415a9a3aadfc17822452", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -35426,19 +42099,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb/updated_with_extension" }, "data": { - "id": "EX0f8c03e6ba1c4a70925f8591b15b9a18", + "id": "EXba57fde16a9c450ca3bc10442d15b81a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9", - "origin": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e", - "self": "https://reactor.adobe.io/data_elements/DE0730fe4c774d45f0adce0332cf30fe0e", - "extension": "https://reactor.adobe.io/extensions/EX5ade981d481249a4b5a645588799927d" + "property": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49", + "origin": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "self": "https://reactor.adobe.io/data_elements/DE6807b1b680d0433a95bc8e930c6ce2bb", + "extension": "https://reactor.adobe.io/extensions/EX00ee190ede41415a9a3aadfc17822452" }, "meta": { "latest_revision_number": 0 @@ -35462,7 +42135,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -35535,7 +42208,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -35602,16 +42275,16 @@ "response": { "data": [ { - "id": "PR40369809fc0d4762ae0d571df95a7ad9", + "id": "PRdddf8fe007ca46559bc1e1dd12427f49", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:01.870Z", + "created_at": "2022-02-04T21:07:13.534Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:01.870Z", + "updated_at": "2022-02-04T21:07:13.534Z", "platform": "web", "development": false, - "token": "592257621678", + "token": "2964d2b18635", "domains": [ "example.com" ], @@ -35621,7 +42294,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/company" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -35630,52 +42303,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/callbacks" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/hosts" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/environments" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/libraries" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/data_elements" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/extensions" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/rules" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/notes" + "related": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/environments", - "extensions": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/extensions", - "rules": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9/rules", - "self": "https://reactor.adobe.io/properties/PR40369809fc0d4762ae0d571df95a7ad9" + "data_elements": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/environments", + "extensions": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/extensions", + "rules": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49/rules", + "self": "https://reactor.adobe.io/properties/PRdddf8fe007ca46559bc1e1dd12427f49" }, "meta": { "rights": [ @@ -35704,7 +42377,7 @@ }, { "name": "data_elements.list_data_elements_for_a_property", - "endpoint": "/properties/PR40369809fc0d4762ae0d571df95a7ad9", + "endpoint": "/properties/PRdddf8fe007ca46559bc1e1dd12427f49", "method": "DELETE", "request": null, "response": null, @@ -35751,16 +42424,16 @@ }, "response": { "data": { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:07.989Z", + "created_at": "2022-02-04T21:07:24.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:07.989Z", + "updated_at": "2022-02-04T21:07:24.323Z", "platform": "web", "development": false, - "token": "cdf3a1fffcd1", + "token": "2cbb9e15fdd2", "domains": [ "example.com" ], @@ -35770,7 +42443,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/company" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -35779,52 +42452,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/callbacks" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/hosts" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/environments" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/libraries" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/data_elements" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/extensions" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/rules" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/notes" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/data_elements", - "environments": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/environments", - "extensions": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/extensions", - "rules": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/rules", - "self": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5" + "data_elements": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments", + "extensions": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions", + "rules": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules", + "self": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2" }, "meta": { "rights": [ @@ -37120,6 +43793,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -38296,10 +44970,10 @@ }, "response": { "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:13.333Z", + "created_at": "2022-02-04T21:07:30.921Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -38307,7 +44981,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:13.333Z", + "updated_at": "2022-02-04T21:07:30.921Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -38317,40 +44991,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/libraries" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/revisions" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/notes" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/property" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/property" }, "data": { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/origin" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/origin" }, "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -38359,7 +45033,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -38368,9 +45042,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5", - "origin": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a", - "self": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a", + "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "origin": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c", + "self": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -39638,6 +46312,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -40790,14 +47465,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:13 -0600", + "name": "My Data Element 2022-02-04 14:07:31 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions" } } @@ -40807,18 +47482,18 @@ }, "response": { "data": { - "id": "DE3ea84929384348f2ab6ede3270dc044f", + "id": "DEb7d58feb21ff4443a52e68df2c845803", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:13.634Z", + "created_at": "2022-02-04T21:07:31.889Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:13 -0600", + "name": "My Data Element 2022-02-04 14:07:31 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:13.634Z", + "updated_at": "2022-02-04T21:07:31.889Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -40830,49 +47505,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/notes" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/property" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/property" }, "data": { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/origin" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/origin" }, "data": { - "id": "DE3ea84929384348f2ab6ede3270dc044f", + "id": "DEb7d58feb21ff4443a52e68df2c845803", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/extension" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/extension" }, "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -40881,19 +47556,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension" }, "data": { - "id": "EX6a8dd2f4772740f9814bc691491f953b", + "id": "EX6f84e86fa7584d78a9973a79ddc5aec3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5", - "origin": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f", - "self": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f", - "extension": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a" + "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "origin": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "self": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "extension": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c" }, "meta": { "latest_revision_number": 0 @@ -40911,18 +47586,18 @@ "response": { "data": [ { - "id": "DE3ea84929384348f2ab6ede3270dc044f", + "id": "DEb7d58feb21ff4443a52e68df2c845803", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:13.634Z", + "created_at": "2022-02-04T21:07:31.889Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:13 -0600", + "name": "My Data Element 2022-02-04 14:07:31 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:13.634Z", + "updated_at": "2022-02-04T21:07:31.889Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -40934,49 +47609,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/notes" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/property" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/property" }, "data": { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/origin" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/origin" }, "data": { - "id": "DE3ea84929384348f2ab6ede3270dc044f", + "id": "DEb7d58feb21ff4443a52e68df2c845803", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/extension" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/extension" }, "data": { - "id": "EX491ae3458fc5495fa26b801b343bc99a", + "id": "EX2d677d3181674b54b000615ac60a2c2c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -40985,19 +47660,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803/updated_with_extension" }, "data": { - "id": "EX6a8dd2f4772740f9814bc691491f953b", + "id": "EX6f84e86fa7584d78a9973a79ddc5aec3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5", - "origin": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f", - "self": "https://reactor.adobe.io/data_elements/DE3ea84929384348f2ab6ede3270dc044f", - "extension": "https://reactor.adobe.io/extensions/EX491ae3458fc5495fa26b801b343bc99a" + "property": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2", + "origin": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "self": "https://reactor.adobe.io/data_elements/DEb7d58feb21ff4443a52e68df2c845803", + "extension": "https://reactor.adobe.io/extensions/EX2d677d3181674b54b000615ac60a2c2c" }, "meta": { "latest_revision_number": 0 @@ -41031,7 +47706,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -41104,7 +47779,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -41171,16 +47846,16 @@ "response": { "data": [ { - "id": "PRccaa558bbec84ed7881dd4f52d5d63b5", + "id": "PR6856025e9ac748a296eac8b072c0e9f2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:07.989Z", + "created_at": "2022-02-04T21:07:24.323Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:07.989Z", + "updated_at": "2022-02-04T21:07:24.323Z", "platform": "web", "development": false, - "token": "cdf3a1fffcd1", + "token": "2cbb9e15fdd2", "domains": [ "example.com" ], @@ -41190,7 +47865,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/company" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -41199,52 +47874,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/callbacks" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/hosts" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/environments" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/libraries" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/data_elements" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/extensions" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/rules" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/notes" + "related": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/data_elements", - "environments": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/environments", - "extensions": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/extensions", - "rules": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5/rules", - "self": "https://reactor.adobe.io/properties/PRccaa558bbec84ed7881dd4f52d5d63b5" + "data_elements": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/environments", + "extensions": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/extensions", + "rules": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2/rules", + "self": "https://reactor.adobe.io/properties/PR6856025e9ac748a296eac8b072c0e9f2" }, "meta": { "rights": [ @@ -41273,7 +47948,7 @@ }, { "name": "data_elements.update_a_data_element", - "endpoint": "/properties/PRccaa558bbec84ed7881dd4f52d5d63b5", + "endpoint": "/properties/PR6856025e9ac748a296eac8b072c0e9f2", "method": "DELETE", "request": null, "response": null, @@ -41320,16 +47995,16 @@ }, "response": { "data": { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:14.108Z", + "created_at": "2022-02-04T21:07:34.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:14.108Z", + "updated_at": "2022-02-04T21:07:34.453Z", "platform": "web", "development": false, - "token": "6434c4b600e1", + "token": "5f361e27124b", "domains": [ "example.com" ], @@ -41339,7 +48014,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/company" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -41348,52 +48023,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/callbacks" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/hosts" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/environments" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/libraries" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/data_elements" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/extensions" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/rules" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/notes" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/environments", - "extensions": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/extensions", - "rules": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/rules", - "self": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f" + "data_elements": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments", + "extensions": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions", + "rules": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules", + "self": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1" }, "meta": { "rights": [ @@ -42689,6 +49364,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -43865,10 +50541,10 @@ }, "response": { "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:19.477Z", + "created_at": "2022-02-04T21:07:41.847Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -43876,7 +50552,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:19.477Z", + "updated_at": "2022-02-04T21:07:41.847Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -43886,40 +50562,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/libraries" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/revisions" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/notes" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/property" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/property" }, "data": { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/origin" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/origin" }, "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -43928,7 +50604,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -43937,9 +50613,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f", - "origin": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377", - "self": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377", + "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "origin": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0", + "self": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -45207,6 +51883,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -46359,14 +53036,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:19 -0600", + "name": "My Data Element 2022-02-04 14:07:42 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions" } } @@ -46376,18 +53053,18 @@ }, "response": { "data": { - "id": "DE1c9a864337464247952fa9916a82c44e", + "id": "DEb48c69043b3947ce9dd042fe139647ab", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:19.763Z", + "created_at": "2022-02-04T21:07:43.012Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:19 -0600", + "name": "My Data Element 2022-02-04 14:07:42 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:19.763Z", + "updated_at": "2022-02-04T21:07:43.012Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -46399,49 +53076,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/notes" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/property" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/property" }, "data": { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/origin" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/origin" }, "data": { - "id": "DE1c9a864337464247952fa9916a82c44e", + "id": "DEb48c69043b3947ce9dd042fe139647ab", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/extension" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/extension" }, "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -46450,19 +53127,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension" }, "data": { - "id": "EX957206382fa2452ea7d591761e3e6de8", + "id": "EX851ee48345714deeb5279b4d4c58ff97", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f", - "origin": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e", - "self": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e", - "extension": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377" + "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "origin": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "self": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "extension": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0" }, "meta": { "latest_revision_number": 0 @@ -46483,15 +53160,15 @@ "settings": "{\"elementSelector\":\".target-element-b\",\"elementProperty\":\"html\"}" }, "type": "data_elements", - "id": "DE1c9a864337464247952fa9916a82c44e" + "id": "DEb48c69043b3947ce9dd042fe139647ab" } }, "response": { "data": { - "id": "DE1c9a864337464247952fa9916a82c44e", + "id": "DEb48c69043b3947ce9dd042fe139647ab", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:19.763Z", + "created_at": "2022-02-04T21:07:43.012Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -46499,7 +53176,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:19.915Z", + "updated_at": "2022-02-04T21:07:43.390Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -46511,49 +53188,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/notes" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/property" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/property" }, "data": { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/origin" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/origin" }, "data": { - "id": "DE1c9a864337464247952fa9916a82c44e", + "id": "DEb48c69043b3947ce9dd042fe139647ab", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/extension" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/extension" }, "data": { - "id": "EX951cd1ff14de4dc6aeed26341e22d377", + "id": "EX7debdd9817964639b6dbe81d7720a6a0", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -46562,19 +53239,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab/updated_with_extension" }, "data": { - "id": "EX957206382fa2452ea7d591761e3e6de8", + "id": "EX851ee48345714deeb5279b4d4c58ff97", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f", - "origin": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e", - "self": "https://reactor.adobe.io/data_elements/DE1c9a864337464247952fa9916a82c44e", - "extension": "https://reactor.adobe.io/extensions/EX951cd1ff14de4dc6aeed26341e22d377" + "property": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1", + "origin": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "self": "https://reactor.adobe.io/data_elements/DEb48c69043b3947ce9dd042fe139647ab", + "extension": "https://reactor.adobe.io/extensions/EX7debdd9817964639b6dbe81d7720a6a0" }, "meta": { "latest_revision_number": 0 @@ -46598,7 +53275,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -46671,7 +53348,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -46738,16 +53415,16 @@ "response": { "data": [ { - "id": "PRcf701b9b64a2475fa1680be6aee3c85f", + "id": "PRbf3bb15e5467426cafec9a188ecc62b1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:14.108Z", + "created_at": "2022-02-04T21:07:34.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:14.108Z", + "updated_at": "2022-02-04T21:07:34.453Z", "platform": "web", "development": false, - "token": "6434c4b600e1", + "token": "5f361e27124b", "domains": [ "example.com" ], @@ -46757,7 +53434,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/company" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -46766,52 +53443,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/callbacks" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/hosts" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/environments" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/libraries" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/data_elements" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/extensions" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/rules" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/notes" + "related": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/environments", - "extensions": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/extensions", - "rules": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f/rules", - "self": "https://reactor.adobe.io/properties/PRcf701b9b64a2475fa1680be6aee3c85f" + "data_elements": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/environments", + "extensions": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/extensions", + "rules": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1/rules", + "self": "https://reactor.adobe.io/properties/PRbf3bb15e5467426cafec9a188ecc62b1" }, "meta": { "rights": [ @@ -46840,7 +53517,7 @@ }, { "name": "data_elements.delete_a_data_element", - "endpoint": "/properties/PRcf701b9b64a2475fa1680be6aee3c85f", + "endpoint": "/properties/PRbf3bb15e5467426cafec9a188ecc62b1", "method": "DELETE", "request": null, "response": null, @@ -46887,16 +53564,16 @@ }, "response": { "data": { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:20.352Z", + "created_at": "2022-02-04T21:07:44.894Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:20.352Z", + "updated_at": "2022-02-04T21:07:44.894Z", "platform": "web", "development": false, - "token": "998a435623b1", + "token": "cfc10930f616", "domains": [ "example.com" ], @@ -46906,7 +53583,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/company" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -46915,52 +53592,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/callbacks" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/hosts" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/environments" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/libraries" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/data_elements" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/extensions" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/rules" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/notes" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/rules", - "self": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b" + "data_elements": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments", + "extensions": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions", + "rules": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules", + "self": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457" }, "meta": { "rights": [ @@ -48256,6 +54933,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -49432,10 +56110,10 @@ }, "response": { "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:25.799Z", + "created_at": "2022-02-04T21:07:52.019Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -49443,7 +56121,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:25.799Z", + "updated_at": "2022-02-04T21:07:52.019Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -49453,40 +56131,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/libraries" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/revisions" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/notes" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/property" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/property" }, "data": { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/origin" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/origin" }, "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -49495,7 +56173,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3/extension_package" + "related": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -49504,9 +56182,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b", - "origin": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3", - "self": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "origin": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d", + "self": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -50774,6 +57452,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -51926,14 +58605,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:26 -0600", + "name": "My Data Element 2022-02-04 14:07:53 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions" } } @@ -51943,18 +58622,18 @@ }, "response": { "data": { - "id": "DEd35e67dd0031430eab720c11ac4bdd54", + "id": "DEcb142436e926439594495785483a49ef", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:26.068Z", + "created_at": "2022-02-04T21:07:53.486Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:26 -0600", + "name": "My Data Element 2022-02-04 14:07:53 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:26.068Z", + "updated_at": "2022-02-04T21:07:53.486Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -51966,49 +58645,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/libraries" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/revisions" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/notes" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/property" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/property" }, "data": { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/origin" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/origin" }, "data": { - "id": "DEd35e67dd0031430eab720c11ac4bdd54", + "id": "DEcb142436e926439594495785483a49ef", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/extension" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/extension" }, "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -52017,19 +58696,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension" }, "data": { - "id": "EX3d6863d715ce47b79924b64e0bb44a86", + "id": "EX6e24f28db48244499353f710aaef5440", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b", - "origin": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54", - "self": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54", - "extension": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3" + "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "origin": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "self": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "extension": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d" }, "meta": { "latest_revision_number": 0 @@ -52055,18 +58734,18 @@ "request": null, "response": { "data": { - "id": "DEd35e67dd0031430eab720c11ac4bdd54", + "id": "DEcb142436e926439594495785483a49ef", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:26.068Z", - "deleted_at": "2021-10-05T19:08:26.194Z", + "created_at": "2022-02-04T21:07:53.486Z", + "deleted_at": "2022-02-04T21:07:53.856Z", "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:26 -0600", + "name": "My Data Element 2022-02-04 14:07:53 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:26.228Z", + "updated_at": "2022-02-04T21:07:53.952Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -52078,49 +58757,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/libraries" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/revisions" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/notes" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/property" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/property" }, "data": { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/origin" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/origin" }, "data": { - "id": "DEd35e67dd0031430eab720c11ac4bdd54", + "id": "DEcb142436e926439594495785483a49ef", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/extension" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/extension" }, "data": { - "id": "EX0e0884d9fb9f4a3589ece71e5e9eb4a3", + "id": "EXa5fe2e4ec1eb4037bd90842944d4f59d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -52129,23 +58808,23 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef/updated_with_extension" }, "data": { - "id": "EX3d6863d715ce47b79924b64e0bb44a86", + "id": "EX6e24f28db48244499353f710aaef5440", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b", - "origin": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54", - "self": "https://reactor.adobe.io/data_elements/DEd35e67dd0031430eab720c11ac4bdd54", - "extension": "https://reactor.adobe.io/extensions/EX0e0884d9fb9f4a3589ece71e5e9eb4a3" + "property": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457", + "origin": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "self": "https://reactor.adobe.io/data_elements/DEcb142436e926439594495785483a49ef", + "extension": "https://reactor.adobe.io/extensions/EXa5fe2e4ec1eb4037bd90842944d4f59d" }, "meta": { "latest_revision_number": 0, - "deleted_at": "2021-10-05T19:08:26.194Z" + "deleted_at": "2022-02-04T21:07:53.856Z" } } }, @@ -52166,7 +58845,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -52239,7 +58918,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -52306,16 +58985,16 @@ "response": { "data": [ { - "id": "PRa17ccbf453024f1182beabe6a8c5074b", + "id": "PRb9dcbc6f245e4831bb7064c2add5a457", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:20.352Z", + "created_at": "2022-02-04T21:07:44.894Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:20.352Z", + "updated_at": "2022-02-04T21:07:44.894Z", "platform": "web", "development": false, - "token": "998a435623b1", + "token": "cfc10930f616", "domains": [ "example.com" ], @@ -52325,7 +59004,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/company" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -52334,52 +59013,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/callbacks" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/hosts" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/environments" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/libraries" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/data_elements" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/extensions" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/rules" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/notes" + "related": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b/rules", - "self": "https://reactor.adobe.io/properties/PRa17ccbf453024f1182beabe6a8c5074b" + "data_elements": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/environments", + "extensions": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/extensions", + "rules": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457/rules", + "self": "https://reactor.adobe.io/properties/PRb9dcbc6f245e4831bb7064c2add5a457" }, "meta": { "rights": [ @@ -52408,7 +59087,7 @@ }, { "name": "data_elements.revise_a_data_element", - "endpoint": "/properties/PRa17ccbf453024f1182beabe6a8c5074b", + "endpoint": "/properties/PRb9dcbc6f245e4831bb7064c2add5a457", "method": "DELETE", "request": null, "response": null, @@ -52455,16 +59134,16 @@ }, "response": { "data": { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:26.725Z", + "created_at": "2022-02-04T21:07:56.450Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:26.725Z", + "updated_at": "2022-02-04T21:07:56.450Z", "platform": "web", "development": false, - "token": "d7e1bbd5ab2d", + "token": "19db57aed390", "domains": [ "example.com" ], @@ -52474,7 +59153,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/company" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -52483,52 +59162,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/callbacks" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/hosts" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/environments" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/libraries" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/data_elements" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/extensions" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/rules" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/notes" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/environments", - "extensions": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/extensions", - "rules": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/rules", - "self": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0" + "data_elements": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments", + "extensions": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions", + "rules": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules", + "self": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d" }, "meta": { "rights": [ @@ -53824,6 +60503,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -55000,10 +61680,10 @@ }, "response": { "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:32.135Z", + "created_at": "2022-02-04T21:08:03.897Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -55011,7 +61691,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:32.135Z", + "updated_at": "2022-02-04T21:08:03.897Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -55021,40 +61701,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/libraries" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/revisions" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/notes" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/property" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/property" }, "data": { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/origin" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/origin" }, "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -55063,7 +61743,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375/extension_package" + "related": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -55072,9 +61752,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0", - "origin": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375", - "self": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375", + "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "origin": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3", + "self": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -56342,6 +63022,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -57494,14 +64175,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:32 -0600", + "name": "My Data Element 2022-02-04 14:08:05 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions" } } @@ -57511,18 +64192,18 @@ }, "response": { "data": { - "id": "DEd073acf5c33d4462a525f020e64ea180", + "id": "DEef817e71d60f4509b424ba6eb54f70e0", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:32.443Z", + "created_at": "2022-02-04T21:08:06.171Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:32 -0600", + "name": "My Data Element 2022-02-04 14:08:05 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:32.443Z", + "updated_at": "2022-02-04T21:08:06.171Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -57534,49 +64215,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/libraries" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/revisions" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/notes" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/property" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/property" }, "data": { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/origin" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/origin" }, "data": { - "id": "DEd073acf5c33d4462a525f020e64ea180", + "id": "DEef817e71d60f4509b424ba6eb54f70e0", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/extension" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/extension" }, "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -57585,19 +64266,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0/updated_with_extension" }, "data": { - "id": "EX412b2c0620dc4e70b2ddb2113a1b7793", + "id": "EX11fe941f01ad4f198379bc819120add3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0", - "origin": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180", - "self": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180", - "extension": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375" + "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "origin": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", + "self": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", + "extension": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3" }, "meta": { "latest_revision_number": 0 @@ -57618,24 +64299,24 @@ "meta": { "action": "revise" }, - "id": "DEd073acf5c33d4462a525f020e64ea180", + "id": "DEef817e71d60f4509b424ba6eb54f70e0", "type": "data_elements" } }, "response": { "data": { - "id": "DE65e7c26581d14ad783cc7ca92ee88b59", + "id": "DEe0b01bc6159a4b838b5dae6ab6c85feb", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:32.567Z", + "created_at": "2022-02-04T21:08:06.668Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:32 -0600", + "name": "My Data Element 2022-02-04 14:08:05 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:08:32.567Z", + "updated_at": "2022-02-04T21:08:06.668Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -57647,49 +64328,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/libraries" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/revisions" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/notes" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/property" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/property" }, "data": { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/origin" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/origin" }, "data": { - "id": "DEd073acf5c33d4462a525f020e64ea180", + "id": "DEef817e71d60f4509b424ba6eb54f70e0", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/extension" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/extension" }, "data": { - "id": "EXc68977d40cae46c1bab6fe4cdb835375", + "id": "EX04d42eedf62e42308ff552f2698b79b3", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -57698,19 +64379,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb/updated_with_extension" }, "data": { - "id": "EX412b2c0620dc4e70b2ddb2113a1b7793", + "id": "EX11fe941f01ad4f198379bc819120add3", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0", - "origin": "https://reactor.adobe.io/data_elements/DEd073acf5c33d4462a525f020e64ea180", - "self": "https://reactor.adobe.io/data_elements/DE65e7c26581d14ad783cc7ca92ee88b59", - "extension": "https://reactor.adobe.io/extensions/EXc68977d40cae46c1bab6fe4cdb835375" + "property": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", + "origin": "https://reactor.adobe.io/data_elements/DEef817e71d60f4509b424ba6eb54f70e0", + "self": "https://reactor.adobe.io/data_elements/DEe0b01bc6159a4b838b5dae6ab6c85feb", + "extension": "https://reactor.adobe.io/extensions/EX04d42eedf62e42308ff552f2698b79b3" }, "meta": { "latest_revision_number": 1 @@ -57734,7 +64415,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -57807,7 +64488,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -57874,16 +64555,16 @@ "response": { "data": [ { - "id": "PRb1028e79a21549a3afc7217b0a2d83f0", + "id": "PR8a5e43734ac74f058d2cf82da7f2cd5d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:26.725Z", + "created_at": "2022-02-04T21:07:56.450Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:26.725Z", + "updated_at": "2022-02-04T21:07:56.450Z", "platform": "web", "development": false, - "token": "d7e1bbd5ab2d", + "token": "19db57aed390", "domains": [ "example.com" ], @@ -57893,7 +64574,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/company" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -57902,52 +64583,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/callbacks" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/hosts" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/environments" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/libraries" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/data_elements" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/extensions" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/rules" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/notes" + "related": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/environments", - "extensions": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/extensions", - "rules": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0/rules", - "self": "https://reactor.adobe.io/properties/PRb1028e79a21549a3afc7217b0a2d83f0" + "data_elements": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/environments", + "extensions": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/extensions", + "rules": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d/rules", + "self": "https://reactor.adobe.io/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d" }, "meta": { "rights": [ @@ -57976,7 +64657,7 @@ }, { "name": "data_elements.list_the_revisions_of_a_data_element", - "endpoint": "/properties/PRb1028e79a21549a3afc7217b0a2d83f0", + "endpoint": "/properties/PR8a5e43734ac74f058d2cf82da7f2cd5d", "method": "DELETE", "request": null, "response": null, @@ -58023,16 +64704,16 @@ }, "response": { "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:32.976Z", + "created_at": "2022-02-04T21:08:08.705Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:32.976Z", + "updated_at": "2022-02-04T21:08:08.705Z", "platform": "web", "development": false, - "token": "6f3464ec4f24", + "token": "e60d1d5a8f86", "domains": [ "example.com" ], @@ -58042,7 +64723,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/company" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -58051,52 +64732,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/callbacks" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/hosts" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/environments" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/libraries" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/data_elements" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/extensions" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/rules" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/notes" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/environments", - "extensions": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/extensions", - "rules": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/rules", - "self": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e" + "data_elements": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments", + "extensions": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions", + "rules": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules", + "self": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787" }, "meta": { "rights": [ @@ -59392,6 +66073,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -60568,10 +67250,10 @@ }, "response": { "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:38.353Z", + "created_at": "2022-02-04T21:08:15.866Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -60579,7 +67261,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:38.353Z", + "updated_at": "2022-02-04T21:08:15.866Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -60589,40 +67271,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/libraries" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/revisions" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/notes" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/property" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/origin" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/origin" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -60631,7 +67313,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -60640,9 +67322,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d", - "self": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d", + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387", + "self": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -61910,6 +68592,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -63062,14 +69745,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } } @@ -63079,18 +69762,18 @@ }, "response": { "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:38.756Z", + "created_at": "2022-02-04T21:08:18.527Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:38.756Z", + "updated_at": "2022-02-04T21:08:18.527Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -63102,49 +69785,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/libraries" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/revisions" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/notes" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/property" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/origin" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/origin" }, "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/extension" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/extension" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -63153,19 +69836,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension" }, "data": { - "id": "EX5594cb68d5e74058881349c692b29ef1", + "id": "EX75f607c96e3b430e99abe285cffd1c1b", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "self": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "extension": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d" + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" }, "meta": { "latest_revision_number": 0 @@ -63186,24 +69869,24 @@ "meta": { "action": "revise" }, - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "response": { "data": { - "id": "DEc413e8868a034a22bfd2f8797efa420c", + "id": "DEa7470bf6846849618b97b263bad5b271", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:38.871Z", + "created_at": "2022-02-04T21:08:18.993Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:08:38.871Z", + "updated_at": "2022-02-04T21:08:18.993Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -63215,49 +69898,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/notes" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/property" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/origin" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/origin" }, "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/extension" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/extension" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -63266,19 +69949,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension" }, "data": { - "id": "EX5594cb68d5e74058881349c692b29ef1", + "id": "EX75f607c96e3b430e99abe285cffd1c1b", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "self": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c", - "extension": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d" + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" }, "meta": { "latest_revision_number": 1 @@ -63296,18 +69979,18 @@ "response": { "data": [ { - "id": "DEc413e8868a034a22bfd2f8797efa420c", + "id": "DEa7470bf6846849618b97b263bad5b271", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:38.871Z", + "created_at": "2022-02-04T21:08:18.993Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:08:38.871Z", + "updated_at": "2022-02-04T21:08:18.993Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -63319,49 +70002,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/notes" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/property" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/origin" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/origin" }, "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/extension" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/extension" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -63370,37 +70053,37 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271/updated_with_extension" }, "data": { - "id": "EX5594cb68d5e74058881349c692b29ef1", + "id": "EX75f607c96e3b430e99abe285cffd1c1b", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "self": "https://reactor.adobe.io/data_elements/DEc413e8868a034a22bfd2f8797efa420c", - "extension": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d" + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEa7470bf6846849618b97b263bad5b271", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" }, "meta": { "latest_revision_number": 1 } }, { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:38.756Z", + "created_at": "2022-02-04T21:08:18.527Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:38 -0600", + "name": "My Data Element 2022-02-04 14:08:18 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:38.756Z", + "updated_at": "2022-02-04T21:08:18.527Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -63412,49 +70095,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/libraries" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/revisions" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/notes" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/property" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/property" }, "data": { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/origin" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/origin" }, "data": { - "id": "DE847f3574f67f4da9b5ce465b07e95b68", + "id": "DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/extension" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/extension" }, "data": { - "id": "EX519dc2b7b7d44a348e6bd97f83943f8d", + "id": "EX8830ed0315534a28a801b5d1a9288387", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -63463,19 +70146,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe/updated_with_extension" }, "data": { - "id": "EX5594cb68d5e74058881349c692b29ef1", + "id": "EX75f607c96e3b430e99abe285cffd1c1b", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e", - "origin": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "self": "https://reactor.adobe.io/data_elements/DE847f3574f67f4da9b5ce465b07e95b68", - "extension": "https://reactor.adobe.io/extensions/EX519dc2b7b7d44a348e6bd97f83943f8d" + "property": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787", + "origin": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "self": "https://reactor.adobe.io/data_elements/DEbe7ebb0fdf70498c97ebaf27d5b8c9fe", + "extension": "https://reactor.adobe.io/extensions/EX8830ed0315534a28a801b5d1a9288387" }, "meta": { "latest_revision_number": 1 @@ -63509,7 +70192,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -63582,7 +70265,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -63649,16 +70332,16 @@ "response": { "data": [ { - "id": "PR12ee427e44ec46fc9f9997e935edad5e", + "id": "PR2b43fb7acfa24dc389bc5c782d08e787", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:32.976Z", + "created_at": "2022-02-04T21:08:08.705Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:32.976Z", + "updated_at": "2022-02-04T21:08:08.705Z", "platform": "web", "development": false, - "token": "6f3464ec4f24", + "token": "e60d1d5a8f86", "domains": [ "example.com" ], @@ -63668,7 +70351,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/company" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -63677,52 +70360,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/callbacks" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/hosts" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/environments" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/libraries" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/data_elements" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/extensions" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/rules" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/notes" + "related": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/environments", - "extensions": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/extensions", - "rules": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e/rules", - "self": "https://reactor.adobe.io/properties/PR12ee427e44ec46fc9f9997e935edad5e" + "data_elements": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/environments", + "extensions": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/extensions", + "rules": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787/rules", + "self": "https://reactor.adobe.io/properties/PR2b43fb7acfa24dc389bc5c782d08e787" }, "meta": { "rights": [ @@ -63751,7 +70434,7 @@ }, { "name": "data_elements.get_the_origin_of_a_data_element", - "endpoint": "/properties/PR12ee427e44ec46fc9f9997e935edad5e", + "endpoint": "/properties/PR2b43fb7acfa24dc389bc5c782d08e787", "method": "DELETE", "request": null, "response": null, @@ -63798,16 +70481,16 @@ }, "response": { "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:39.454Z", + "created_at": "2022-02-04T21:08:23.377Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:39.454Z", + "updated_at": "2022-02-04T21:08:23.377Z", "platform": "web", "development": false, - "token": "94bb61a56645", + "token": "2f34b9862712", "domains": [ "example.com" ], @@ -63817,7 +70500,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/company" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -63826,52 +70509,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/callbacks" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/hosts" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/environments" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/libraries" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/data_elements" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/extensions" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/rules" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/notes" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/environments", - "extensions": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/extensions", - "rules": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/rules", - "self": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd" + "data_elements": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments", + "extensions": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions", + "rules": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules", + "self": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b" }, "meta": { "rights": [ @@ -65167,6 +71850,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -66343,10 +73027,10 @@ }, "response": { "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:44.776Z", + "created_at": "2022-02-04T21:08:30.243Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -66354,7 +73038,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:44.776Z", + "updated_at": "2022-02-04T21:08:30.243Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -66364,40 +73048,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/libraries" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/revisions" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/notes" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/property" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/property" }, "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/origin" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/origin" }, "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -66406,7 +73090,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd/extension_package" + "related": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -66415,9 +73099,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd", - "origin": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd", - "self": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd", + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f", + "self": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -67685,6 +74369,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -68837,14 +75522,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:45 -0600", + "name": "My Data Element 2022-02-04 14:08:31 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } } @@ -68854,18 +75539,18 @@ }, "response": { "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:45.100Z", + "created_at": "2022-02-04T21:08:31.389Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:45 -0600", + "name": "My Data Element 2022-02-04 14:08:31 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:45.100Z", + "updated_at": "2022-02-04T21:08:31.389Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -68877,49 +75562,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/libraries" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/revisions" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/notes" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/property" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/property" }, "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/origin" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/origin" }, "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/extension" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/extension" }, "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -68928,19 +75613,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension" }, "data": { - "id": "EXfbd548587fec4f4a95173028aec31e1d", + "id": "EX069ad0371c014463a7881757ed77f691", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd", - "origin": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "self": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "extension": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd" + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "self": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" }, "meta": { "latest_revision_number": 0 @@ -68961,24 +75646,24 @@ "meta": { "action": "revise" }, - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements" } }, "response": { "data": { - "id": "DE264d09c54d9745e198cedcc2b8131c12", + "id": "DEa86cb179e2004bfbb87d55a9c08495b8", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:45.245Z", + "created_at": "2022-02-04T21:08:31.790Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:45 -0600", + "name": "My Data Element 2022-02-04 14:08:31 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:08:45.245Z", + "updated_at": "2022-02-04T21:08:31.790Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -68990,49 +75675,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/notes" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/property" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/property" }, "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/origin" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/origin" }, "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/extension" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/extension" }, "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -69041,19 +75726,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8/updated_with_extension" }, "data": { - "id": "EXfbd548587fec4f4a95173028aec31e1d", + "id": "EX069ad0371c014463a7881757ed77f691", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd", - "origin": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "self": "https://reactor.adobe.io/data_elements/DE264d09c54d9745e198cedcc2b8131c12", - "extension": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd" + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "self": "https://reactor.adobe.io/data_elements/DEa86cb179e2004bfbb87d55a9c08495b8", + "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" }, "meta": { "latest_revision_number": 1 @@ -69070,18 +75755,18 @@ "request": null, "response": { "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:45.100Z", + "created_at": "2022-02-04T21:08:31.389Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:45 -0600", + "name": "My Data Element 2022-02-04 14:08:31 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:45.100Z", + "updated_at": "2022-02-04T21:08:31.389Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -69093,49 +75778,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/libraries" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/revisions" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/notes" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/property" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/property" }, "data": { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/origin" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/origin" }, "data": { - "id": "DE21818ade1daa4b798ad7b82cc2e52760", + "id": "DEe2a038f5b7594db5a112667cd9306da8", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/extension" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/extension" }, "data": { - "id": "EX7eec11b9f41149e89b49ba5a9eeca5fd", + "id": "EX760d98ff93e64e68af4a4de262d2e78f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -69144,19 +75829,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8/updated_with_extension" }, "data": { - "id": "EXfbd548587fec4f4a95173028aec31e1d", + "id": "EX069ad0371c014463a7881757ed77f691", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd", - "origin": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "self": "https://reactor.adobe.io/data_elements/DE21818ade1daa4b798ad7b82cc2e52760", - "extension": "https://reactor.adobe.io/extensions/EX7eec11b9f41149e89b49ba5a9eeca5fd" + "property": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b", + "origin": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "self": "https://reactor.adobe.io/data_elements/DEe2a038f5b7594db5a112667cd9306da8", + "extension": "https://reactor.adobe.io/extensions/EX760d98ff93e64e68af4a4de262d2e78f" }, "meta": { "latest_revision_number": 1 @@ -69180,7 +75865,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -69253,7 +75938,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -69320,16 +76005,16 @@ "response": { "data": [ { - "id": "PR75782ae5029c45eea9b16a605ea4bcdd", + "id": "PRa50cad000cab4663a8d754cb8b437d0b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:39.454Z", + "created_at": "2022-02-04T21:08:23.377Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:39.454Z", + "updated_at": "2022-02-04T21:08:23.377Z", "platform": "web", "development": false, - "token": "94bb61a56645", + "token": "2f34b9862712", "domains": [ "example.com" ], @@ -69339,7 +76024,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/company" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -69348,52 +76033,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/callbacks" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/hosts" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/environments" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/libraries" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/data_elements" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/extensions" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/rules" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/notes" + "related": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/environments", - "extensions": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/extensions", - "rules": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd/rules", - "self": "https://reactor.adobe.io/properties/PR75782ae5029c45eea9b16a605ea4bcdd" + "data_elements": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/environments", + "extensions": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/extensions", + "rules": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b/rules", + "self": "https://reactor.adobe.io/properties/PRa50cad000cab4663a8d754cb8b437d0b" }, "meta": { "rights": [ @@ -69422,7 +76107,7 @@ }, { "name": "data_elements.get_the_extension_for_a_data_element", - "endpoint": "/properties/PR75782ae5029c45eea9b16a605ea4bcdd", + "endpoint": "/properties/PRa50cad000cab4663a8d754cb8b437d0b", "method": "DELETE", "request": null, "response": null, @@ -69469,16 +76154,16 @@ }, "response": { "data": { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:45.863Z", + "created_at": "2022-02-04T21:08:33.825Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:45.863Z", + "updated_at": "2022-02-04T21:08:33.825Z", "platform": "web", "development": false, - "token": "43077f35915b", + "token": "2873aa83b9fe", "domains": [ "example.com" ], @@ -69488,7 +76173,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/company" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -69497,52 +76182,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/callbacks" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/hosts" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/environments" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/libraries" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/data_elements" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/extensions" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/rules" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/notes" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/environments", - "extensions": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/extensions", - "rules": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/rules", - "self": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e" + "data_elements": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments", + "extensions": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions", + "rules": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules", + "self": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4" }, "meta": { "rights": [ @@ -70838,6 +77523,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -72014,10 +78700,10 @@ }, "response": { "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:51.281Z", + "created_at": "2022-02-04T21:08:40.489Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -72025,7 +78711,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:51.281Z", + "updated_at": "2022-02-04T21:08:40.489Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -72035,40 +78721,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/libraries" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/revisions" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/notes" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/property" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/property" }, "data": { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/origin" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/origin" }, "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -72077,7 +78763,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -72086,9 +78772,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e", - "origin": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517", - "self": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517", + "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", + "origin": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", + "self": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -73356,6 +80042,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -74508,14 +81195,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:51 -0600", + "name": "My Data Element 2022-02-04 14:08:41 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions" } } @@ -74525,18 +81212,18 @@ }, "response": { "data": { - "id": "DEf8e3259296914dfaa5568a708864eeb6", + "id": "DE93393bd31f734702a5859f5d6535c254", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:51.590Z", + "created_at": "2022-02-04T21:08:41.669Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:51 -0600", + "name": "My Data Element 2022-02-04 14:08:41 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:51.590Z", + "updated_at": "2022-02-04T21:08:41.669Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -74548,49 +81235,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/libraries" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/revisions" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/notes" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/property" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/property" }, "data": { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/origin" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/origin" }, "data": { - "id": "DEf8e3259296914dfaa5568a708864eeb6", + "id": "DE93393bd31f734702a5859f5d6535c254", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/extension" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/extension" }, "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -74599,19 +81286,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254/updated_with_extension" }, "data": { - "id": "EXf3ccd971f2974e4cb24dca992c173258", + "id": "EXe9b88da7f0ec4f688290249ca49672f7", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e", - "origin": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6", - "self": "https://reactor.adobe.io/data_elements/DEf8e3259296914dfaa5568a708864eeb6", - "extension": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517" + "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", + "origin": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254", + "self": "https://reactor.adobe.io/data_elements/DE93393bd31f734702a5859f5d6535c254", + "extension": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126" }, "meta": { "latest_revision_number": 0 @@ -74628,10 +81315,10 @@ "request": null, "response": { "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:51.281Z", + "created_at": "2022-02-04T21:08:40.489Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -74639,7 +81326,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:51.281Z", + "updated_at": "2022-02-04T21:08:40.489Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -74649,40 +81336,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/libraries" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/revisions" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/notes" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/property" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/property" }, "data": { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/origin" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/origin" }, "data": { - "id": "EX96d2151ffd47440a8272c4874f36d517", + "id": "EXf3c2293183be4bf085adeb7893bb2126", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -74691,7 +81378,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -74700,9 +81387,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e", - "origin": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517", - "self": "https://reactor.adobe.io/extensions/EX96d2151ffd47440a8272c4874f36d517", + "property": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4", + "origin": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", + "self": "https://reactor.adobe.io/extensions/EXf3c2293183be4bf085adeb7893bb2126", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -74728,7 +81415,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -74801,7 +81488,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -74868,16 +81555,16 @@ "response": { "data": [ { - "id": "PR8c4d1af7a5e44a048d3edd4cf45e850e", + "id": "PR98931498177a4ccfb3c90a1541426be4", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:45.863Z", + "created_at": "2022-02-04T21:08:33.825Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:45.863Z", + "updated_at": "2022-02-04T21:08:33.825Z", "platform": "web", "development": false, - "token": "43077f35915b", + "token": "2873aa83b9fe", "domains": [ "example.com" ], @@ -74887,7 +81574,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/company" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -74896,52 +81583,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/callbacks" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/hosts" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/environments" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/libraries" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/data_elements" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/extensions" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/rules" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/notes" + "related": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/environments", - "extensions": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/extensions", - "rules": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e/rules", - "self": "https://reactor.adobe.io/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e" + "data_elements": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/environments", + "extensions": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/extensions", + "rules": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4/rules", + "self": "https://reactor.adobe.io/properties/PR98931498177a4ccfb3c90a1541426be4" }, "meta": { "rights": [ @@ -74970,7 +81657,7 @@ }, { "name": "data_elements.create_a_note_on_a_data_element", - "endpoint": "/properties/PR8c4d1af7a5e44a048d3edd4cf45e850e", + "endpoint": "/properties/PR98931498177a4ccfb3c90a1541426be4", "method": "DELETE", "request": null, "response": null, @@ -75017,16 +81704,16 @@ }, "response": { "data": { - "id": "PR1febe088663b465e86766487b72b8c44", + "id": "PR2a261de3ad584b05833ca29e4e2b7023", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:52.108Z", + "created_at": "2022-02-04T21:08:43.643Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:52.108Z", + "updated_at": "2022-02-04T21:08:43.643Z", "platform": "web", "development": false, - "token": "354852eea93a", + "token": "58d282c6f940", "domains": [ "example.com" ], @@ -75036,7 +81723,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/company" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -75045,52 +81732,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/callbacks" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/hosts" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/environments" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/libraries" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/data_elements" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/extensions" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/rules" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/notes" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/environments", - "extensions": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/extensions", - "rules": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/rules", - "self": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44" + "data_elements": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments", + "extensions": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions", + "rules": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules", + "self": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023" }, "meta": { "rights": [ @@ -76386,6 +83073,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -77562,10 +84250,10 @@ }, "response": { "data": { - "id": "EXa5869a8713004057a8a5645ca7dbd8f4", + "id": "EX09f1b68856594e3daedbf13dca24169e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:08:57.459Z", + "created_at": "2022-02-04T21:08:50.128Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -77573,7 +84261,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:57.459Z", + "updated_at": "2022-02-04T21:08:50.128Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -77583,40 +84271,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/libraries" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/revisions" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/notes" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/property" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/property" }, "data": { - "id": "PR1febe088663b465e86766487b72b8c44", + "id": "PR2a261de3ad584b05833ca29e4e2b7023", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/origin" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/origin" }, "data": { - "id": "EXa5869a8713004057a8a5645ca7dbd8f4", + "id": "EX09f1b68856594e3daedbf13dca24169e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -77625,7 +84313,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4/extension_package" + "related": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -77634,9 +84322,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44", - "origin": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4", - "self": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4", + "property": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023", + "origin": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e", + "self": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -78904,6 +85592,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -80056,14 +86745,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:08:57 -0600", + "name": "My Data Element 2022-02-04 14:08:50 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EXa5869a8713004057a8a5645ca7dbd8f4", + "id": "EX09f1b68856594e3daedbf13dca24169e", "type": "extensions" } } @@ -80073,18 +86762,18 @@ }, "response": { "data": { - "id": "DE3f1cce7b73564fe8b84c7faf565c2403", + "id": "DEe59f325f6387458e985c7ffd739e231b", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:08:57.751Z", + "created_at": "2022-02-04T21:08:51.072Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:08:57 -0600", + "name": "My Data Element 2022-02-04 14:08:50 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:08:57.751Z", + "updated_at": "2022-02-04T21:08:51.072Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -80096,49 +86785,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/libraries" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/revisions" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/notes" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/property" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/property" }, "data": { - "id": "PR1febe088663b465e86766487b72b8c44", + "id": "PR2a261de3ad584b05833ca29e4e2b7023", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/origin" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/origin" }, "data": { - "id": "DE3f1cce7b73564fe8b84c7faf565c2403", + "id": "DEe59f325f6387458e985c7ffd739e231b", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/extension" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/extension" }, "data": { - "id": "EXa5869a8713004057a8a5645ca7dbd8f4", + "id": "EX09f1b68856594e3daedbf13dca24169e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -80147,19 +86836,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b/updated_with_extension" }, "data": { - "id": "EXe0d2887c9abe4a81ae6909a631139daf", + "id": "EX2bddeca8c2c64eb4adbf3928bc2df8cc", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44", - "origin": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403", - "self": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403", - "extension": "https://reactor.adobe.io/extensions/EXa5869a8713004057a8a5645ca7dbd8f4" + "property": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023", + "origin": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", + "self": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", + "extension": "https://reactor.adobe.io/extensions/EX09f1b68856594e3daedbf13dca24169e" }, "meta": { "latest_revision_number": 0 @@ -80183,28 +86872,28 @@ }, "response": { "data": { - "id": "NT73457581eeac436a9ae321d57a920d12", + "id": "NTa26ffd18b40c4f17b51f3695d98f7c04", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:08:57.859Z", + "created_at": "2022-02-04T21:08:51.434Z", "text": "this note on a data element intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403" + "related": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b" }, "data": { - "id": "DE3f1cce7b73564fe8b84c7faf565c2403", + "id": "DEe59f325f6387458e985c7ffd739e231b", "type": "data_elements" } } }, "links": { - "resource": "https://reactor.adobe.io/data_elements/DE3f1cce7b73564fe8b84c7faf565c2403", - "self": "https://reactor.adobe.io/notes/NT73457581eeac436a9ae321d57a920d12" + "resource": "https://reactor.adobe.io/data_elements/DEe59f325f6387458e985c7ffd739e231b", + "self": "https://reactor.adobe.io/notes/NTa26ffd18b40c4f17b51f3695d98f7c04" } } }, @@ -80225,7 +86914,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -80298,7 +86987,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -80365,16 +87054,16 @@ "response": { "data": [ { - "id": "PR1febe088663b465e86766487b72b8c44", + "id": "PR2a261de3ad584b05833ca29e4e2b7023", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:52.108Z", + "created_at": "2022-02-04T21:08:43.643Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:52.108Z", + "updated_at": "2022-02-04T21:08:43.643Z", "platform": "web", "development": false, - "token": "354852eea93a", + "token": "58d282c6f940", "domains": [ "example.com" ], @@ -80384,7 +87073,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/company" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -80393,52 +87082,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/callbacks" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/hosts" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/environments" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/libraries" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/data_elements" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/extensions" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/rules" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/notes" + "related": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/environments", - "extensions": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/extensions", - "rules": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44/rules", - "self": "https://reactor.adobe.io/properties/PR1febe088663b465e86766487b72b8c44" + "data_elements": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/environments", + "extensions": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/extensions", + "rules": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023/rules", + "self": "https://reactor.adobe.io/properties/PR2a261de3ad584b05833ca29e4e2b7023" }, "meta": { "rights": [ @@ -80467,7 +87156,7 @@ }, { "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/properties/PR1febe088663b465e86766487b72b8c44", + "endpoint": "/properties/PR2a261de3ad584b05833ca29e4e2b7023", "method": "DELETE", "request": null, "response": null, @@ -80514,16 +87203,16 @@ }, "response": { "data": { - "id": "PR5f558d14c28f46038ae599ba57a945db", + "id": "PR0b3966229a074cdf9347bbd967e6bb36", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:58.237Z", + "created_at": "2022-02-04T21:08:52.829Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:58.237Z", + "updated_at": "2022-02-04T21:08:52.829Z", "platform": "web", "development": false, - "token": "bec046929d8f", + "token": "a34e23084df9", "domains": [ "example.com" ], @@ -80533,7 +87222,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/company" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -80542,52 +87231,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/callbacks" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/hosts" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/environments" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/libraries" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/data_elements" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/extensions" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/rules" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/notes" + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/environments", - "extensions": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/extensions", - "rules": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/rules", - "self": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db" + "data_elements": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules", + "self": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36" }, "meta": { "rights": [ @@ -81883,6 +88572,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -82819,365 +89509,1229 @@ "type": "boolean" } }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX6e123231b3d54683adeeb7102df55238", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:08:59.202Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:08:59.202Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/property" + }, + "data": { + "id": "PR0b3966229a074cdf9347bbd967e6bb36", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/origin" + }, + "data": { + "id": "EX6e123231b3d54683adeeb7102df55238", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36", + "origin": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238", + "self": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false + "minItems": 1 + } }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" + "additionalProperties": false }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" + "additionalProperties": false }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" + "additionalProperties": false }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 }, - "additionalProperties": false + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "additionalProperties": false }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { "type": "object", "required": [ - "name", - "value" + "operator" ], "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], "type": "string" }, - "valueIsRegex": { + "caseInsensitive": { "type": "boolean" } }, "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { "type": "object", "required": [ - "name", - "value" + "operator" ], "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], "type": "string" }, - "valueIsRegex": { + "caseInsensitive": { "type": "boolean" } }, "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/properties/:property_id/extensions", - "method": "POST", - "request": { - "data": { - "attributes": { - }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" - } - }, - "response": { - "data": { - "id": "EX6668d3bfce1941558ce2941e750511ca", - "type": "extensions", - "attributes": { - "created_at": "2021-10-05T19:09:03.604Z", - "deleted_at": null, - "dirty": false, - "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2021-10-05T19:09:03.604Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" - }, - "relationships": { - "libraries": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/libraries" - } - }, - "revisions": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/revisions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/notes" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/property" - }, - "data": { - "id": "PR5f558d14c28f46038ae599ba57a945db", - "type": "properties" - } - }, - "origin": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/origin" - }, - "data": { - "id": "EX6668d3bfce1941558ce2941e750511ca", - "type": "extensions" - } - }, - "updated_with_extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - }, - "extension_package": { - "links": { - "related": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db", - "origin": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca", - "self": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "latest_revision_number": 1 - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ { "required": [ - "language", - "source" + "leftOperand", + "comparison", + "rightOperand" ], "properties": { - "global": { - "type": "boolean" + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false }, - "source": { + "leftOperand": { "type": "string", - "minLength": 1 + "pattern": "^%([^%]+)%$" }, - "language": { - "enum": [ - "javascript" + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } ] } }, @@ -83185,18 +90739,31 @@ }, { "required": [ - "language", - "source" + "leftOperand", + "comparison" ], "properties": { - "source": { - "type": "string", - "minLength": 1 + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false }, - "language": { - "enum": [ - "html" - ] + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" } }, "additionalProperties": false @@ -83204,82 +90771,111 @@ ], "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, { - "id": "kessel-test::conditions::browser", - "name": "browser", + "id": "kessel-test::conditions::variable", + "name": "variable", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "browsers" + "name", + "value" ], "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" }, { - "id": "kessel-test::conditions::cookie", + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" + } + ], + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", "name": "cookie", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name", - "value" + "name" ], "properties": { "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { "type": "string", "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" }, { - "id": "kessel-test::conditions::custom-code", + "id": "kessel-test::dataElements::custom-code", "name": "custom-code", "schema": { "type": "object", @@ -83295,2371 +90891,4321 @@ }, "additionalProperties": false }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" }, { - "id": "kessel-test::conditions::date-range", - "name": "date-range", + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], "properties": { - "end": { + "elementProperty": { "type": "string", - "format": "date-time" + "minLength": 1 }, - "start": { + "elementSelector": { "type": "string", - "format": "date-time" + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 }, - "timezone": { - "type": "string" + "caseInsensitive": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" }, { - "id": "kessel-test::conditions::device-type", - "name": "device-type", + "id": "kessel-test::dataElements::random-number", + "name": "random-number", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "deviceTypes" + "min", + "max" ], "properties": { - "deviceTypes": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" + } + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" + "type": "object", + "required": [ + "name", + "value" ], - "type": "string" + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" }, { - "id": "kessel-test::conditions::domain", - "name": "domain", + "id": "kessel-test::events::custom-code", + "name": "custom-code", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "domains" + "source" ], "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } + "source": { + "type": "string", + "minLength": 1 } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" }, { - "id": "kessel-test::conditions::hash", - "name": "hash", + "id": "kessel-test::events::custom-event", + "name": "custom-event", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "hashes" + "type" ], "properties": { - "hashes": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" }, { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "page" + "name" ], "properties": { - "page": { + "name": { "type": "string", "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", "categoryName": "Other" }, { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", + "id": "kessel-test::events::direct-call", + "name": "direct-call", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "isNewVisitor" + "identifier" ], "properties": { - "isNewVisitor": { - "type": "boolean" + "identifier": { + "type": "string", + "minLength": 1 } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" }, { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "operatingSystems" + "elementSelector" ], "properties": { - "operatingSystems": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" + "type": "object", + "required": [ + "name", + "value" ], - "type": "string" + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false } } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" }, { - "id": "kessel-test::conditions::page-views", - "name": "page-views", + "id": "kessel-test::events::media-ended", + "name": "media-ended", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], "properties": { - "count": { - "type": "number" + "bubbleStop": { + "type": "boolean" }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" + "elementSelector": { + "type": "string", + "minLength": 1 }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" }, { - "id": "kessel-test::conditions::path", - "name": "path", + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "paths" + "elementSelector" ], "properties": { - "paths": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 + } } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" }, { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", + "id": "kessel-test::events::focus", + "name": "focus", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], "properties": { - "paths": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" }, { - "id": "kessel-test::conditions::protocol", - "name": "protocol", + "id": "kessel-test::events::hover", + "name": "hover", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "protocol" + "elementSelector" ], "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" }, { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", + "id": "kessel-test::events::key-press", + "name": "key-press", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], "properties": { - "width": { - "type": "number" + "bubbleStop": { + "type": "boolean" }, - "height": { - "type": "number" + "elementSelector": { + "type": "string", + "minLength": 1 }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" }, { - "id": "kessel-test::conditions::sampling", - "name": "sampling", + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" }, { - "id": "kessel-test::conditions::sessions", - "name": "sessions", + "id": "kessel-test::events::history-change", + "name": "history-change", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" }, { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", + "id": "kessel-test::events::mousedown", + "name": "mousedown", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], "properties": { - "subdomains": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" }, { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" }, { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], "properties": { - "source": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { "type": "string", "minLength": 1 }, - "sourceIsRegex": { + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" }, { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", + "id": "kessel-test::events::media-play", + "name": "media-play", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], "properties": { - "name": { - "type": "string", - "minLength": 1 + "bubbleStop": { + "type": "boolean" }, - "value": { + "elementSelector": { "type": "string", "minLength": 1 }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } + "value": { + "type": "string" }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" + "valueIsRegex": { + "type": "boolean" + } }, - "rightOperand": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false + "additionalProperties": false + } }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - } - }, - "additionalProperties": false + "bubbleFireIfParent": { + "type": "boolean" }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false + "bubbleFireIfChildFired": { + "type": "boolean" } - ], - "$schema": "http://json-schema.org/draft-04/schema#" + }, + "additionalProperties": false }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" }, { - "id": "kessel-test::conditions::variable", - "name": "variable", + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], "properties": { - "name": { - "type": "string", - "minLength": 1 + "bubbleStop": { + "type": "boolean" }, - "value": { + "elementSelector": { "type": "string", "minLength": 1 }, - "valueIsRegex": { + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" }, { - "id": "kessel-test::conditions::window-size", - "name": "window-size", + "id": "kessel-test::events::submit", + "name": "submit", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], "properties": { - "width": { - "type": "number" + "bubbleStop": { + "type": "boolean" }, - "height": { - "type": "number" + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "bubbleFireIfParent": { + "type": "boolean" }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name" + "timeOnPage" ], "properties": { - "name": { - "type": "string", - "minLength": 1 + "timeOnPage": { + "type": "number", + "minimum": 1 } }, "additionalProperties": false }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" }, { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "source" + "amount", + "unit" ], "properties": { - "source": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { "type": "string", "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" }, { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 + "bubbleStop": { + "type": "boolean" }, "elementSelector": { "type": "string", "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/properties/:property_id/data_elements", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Data Element 2022-02-04 14:08:59 -0700", + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "extension": { + "data": { + "id": "EX6e123231b3d54683adeeb7102df55238", + "type": "extensions" + } + } + }, + "type": "data_elements" + } + }, + "response": { + "data": { + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", + "type": "data_elements", + "attributes": { + "created_at": "2022-02-04T21:09:00.035Z", + "deleted_at": null, + "dirty": true, + "enabled": true, + "name": "My Data Element 2022-02-04 14:08:59 -0700", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:09:00.035Z", + "clean_text": false, + "default_value": null, + "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", + "force_lower_case": false, + "review_status": "unsubmitted", + "storage_duration": null, + "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/property" + }, + "data": { + "id": "PR0b3966229a074cdf9347bbd967e6bb36", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/origin" + }, + "data": { + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", + "type": "data_elements" + } + }, + "extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/extension" + }, + "data": { + "id": "EX6e123231b3d54683adeeb7102df55238", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "updated_with_extension": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c/updated_with_extension" + }, + "data": { + "id": "EX04783ef2b99040a4af0f0adbe02976d0", + "type": "extensions" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36", + "origin": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "self": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "extension": "https://reactor.adobe.io/extensions/EX6e123231b3d54683adeeb7102df55238" + }, + "meta": { + "latest_revision_number": 0 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/data_elements/:data_element_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on a data element" + } + } + }, + "response": { + "data": { + "id": "NTde392a7f9f6048d1842b229573db2f16", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:09:00.644Z", + "text": "this is a note on a data element" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c" + }, + "data": { + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", + "type": "data_elements" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "self": "https://reactor.adobe.io/notes/NTde392a7f9f6048d1842b229573db2f16" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "data_elements.list_notes_for_a_data_element", + "endpoint": "/data_elements/:data_element_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NTde392a7f9f6048d1842b229573db2f16", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:09:00.644Z", + "text": "this is a note on a data element" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c" + }, + "data": { + "id": "DE33f6803cc5e440bb8b97e87ae3b6d60c", + "type": "data_elements" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/data_elements/DE33f6803cc5e440bb8b97e87ae3b6d60c", + "self": "https://reactor.adobe.io/notes/NTde392a7f9f6048d1842b229573db2f16" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0b3966229a074cdf9347bbd967e6bb36", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:08:52.829Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:08:52.829Z", + "platform": "web", + "development": false, + "token": "a34e23084df9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/environments", + "extensions": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/extensions", + "rules": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36/rules", + "self": "https://reactor.adobe.io/properties/PR0b3966229a074cdf9347bbd967e6bb36" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/properties/PR0b3966229a074cdf9347bbd967e6bb36", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:02.116Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:02.116Z", + "platform": "web", + "development": false, + "token": "6cce2efde75a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments", + "extensions": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions", + "rules": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules", + "self": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT1311acffa7724c438a3152736d1c8ec3", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:07.646Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:07.646Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT1311acffa7724c438a3152736d1c8ec3/property" + }, + "data": { + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1", + "self": "https://reactor.adobe.io/hosts/HT1311acffa7724c438a3152736d1c8ec3" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_environment_with_required_attributes", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Dev Environment A" + }, + "relationships": { + "host": { + "data": { + "id": "HT1311acffa7724c438a3152736d1c8ec3", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENd4069e52fe574b9ea9064dd6cd340b91", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:07.889Z", + "library_path": "17e0df72ece8/6cce2efde75a", + "library_name": "launch-f472b9996138-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-f472b9996138-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.min.js" + ], + "license_path": "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" + }, + { + "library_name": "launch-f472b9996138-development.js", + "minified": false, + "references": [ + "17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" + ] + } + ], + "name": "Dev Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:07.889Z", + "status": "succeeded", + "token": "f472b9996138" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/host", + "self": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/relationships/host" + }, + "data": { + "id": "HT1311acffa7724c438a3152736d1c8ec3", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91/property" + }, + "data": { + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1", + "self": "https://reactor.adobe.io/environments/ENd4069e52fe574b9ea9064dd6cd340b91" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/6cce2efde75a/launch-f472b9996138-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR72dd205ffd2541d1b603cf4b42470eb1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:02.116Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:02.116Z", + "platform": "web", + "development": false, + "token": "6cce2efde75a", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/callbacks" + } }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/hosts" + } }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments" + } }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/libraries" + } }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements" + } }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions" + } }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/notes" + } } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/environments", + "extensions": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/extensions", + "rules": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1/rules", + "self": "https://reactor.adobe.io/properties/PR72dd205ffd2541d1b603cf4b42470eb1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/properties/PR72dd205ffd2541d1b603cf4b42470eb1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:09.128Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:09.128Z", + "platform": "web", + "development": false, + "token": "288e63b64582", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/company" }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules", + "self": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:15.169Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:15.169Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTe4ea19c45bc44d27bdb27dc2db3f62b7/property" }, + "data": { + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706", + "self": "https://reactor.adobe.io/hosts/HTe4ea19c45bc44d27bdb27dc2db3f62b7" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.create_an_akamai_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Akamai Dev Environment" + }, + "relationships": { + "host": { + "data": { + "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENf13417697bf44ee28f22d34fe5fb70af", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:16.271Z", + "library_path": "17e0df72ece8/288e63b64582", + "library_name": "launch-927ff4fcb3c1-development.min.js", + "library_entry_points": [ { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" + "library_name": "launch-927ff4fcb3c1-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.min.js" + ], + "license_path": "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" }, { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" + "library_name": "launch-927ff4fcb3c1-development.js", + "minified": false, + "references": [ + "17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" + ] + } + ], + "name": "Akamai Dev Environment", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:16.271Z", + "status": "succeeded", + "token": "927ff4fcb3c1" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/library" }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/host", + "self": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/relationships/host" }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" + "data": { + "id": "HTe4ea19c45bc44d27bdb27dc2db3f62b7", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af/property" }, + "data": { + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706", + "self": "https://reactor.adobe.io/environments/ENf13417697bf44ee28f22d34fe5fb70af" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/288e63b64582/launch-927ff4fcb3c1-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR0cb6f5e523fd4adaae59f3159ff28706", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:09.128Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:09.128Z", + "platform": "web", + "development": false, + "token": "288e63b64582", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/company" }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/callbacks" + } }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/hosts" + } }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments" + } }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/libraries" + } }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements" + } }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions" + } }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules" + } }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706/rules", + "self": "https://reactor.adobe.io/properties/PR0cb6f5e523fd4adaae59f3159ff28706" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/properties/PR0cb6f5e523fd4adaae59f3159ff28706", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:19.362Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:19.362Z", + "platform": "web", + "development": false, + "token": "b9568deb6e08", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/company" }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments", + "extensions": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions", + "rules": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules", + "self": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTe17fe0c387724ad6b0b050346edf94cd", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:26.243Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:26.243Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTe17fe0c387724ad6b0b050346edf94cd/property" }, + "data": { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "self": "https://reactor.adobe.io/hosts/HTe17fe0c387724ad6b0b050346edf94cd" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTe17fe0c387724ad6b0b050346edf94cd", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN68bac62b21284769913690bffb6cfc45", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:26.761Z", + "library_path": "17e0df72ece8/b9568deb6e08", + "library_name": "launch-f651160df3b1-development.min.js", + "library_entry_points": [ { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" + "library_name": "launch-f651160df3b1-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js" + ], + "license_path": "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" }, { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" + "library_name": "launch-f651160df3b1-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:26.761Z", + "status": "succeeded", + "token": "f651160df3b1" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/host", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/relationships/host" + }, + "data": { + "id": "HTe17fe0c387724ad6b0b050346edf94cd", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/property" }, + "data": { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_an_environment", + "endpoint": "/environments/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EN68bac62b21284769913690bffb6cfc45", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:26.761Z", + "library_path": "17e0df72ece8/b9568deb6e08", + "library_name": "launch-f651160df3b1-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-f651160df3b1-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js" + ], + "license_path": "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" }, { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" + "library_name": "launch-f651160df3b1-development.js", + "minified": false, + "references": [ + "17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:26.761Z", + "status": "succeeded", + "token": "f651160df3b1" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/host", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/relationships/host" + }, + "data": { + "id": "HTe17fe0c387724ad6b0b050346edf94cd", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45/property" }, + "data": { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "self": "https://reactor.adobe.io/environments/EN68bac62b21284769913690bffb6cfc45" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/b9568deb6e08/launch-f651160df3b1-development.js" + } + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:19.362Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:19.362Z", + "platform": "web", + "development": false, + "token": "b9568deb6e08", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/company" }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/callbacks" + } }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/hosts" + } }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments" + } }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/libraries" + } }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements" + } }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/notes" + } } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/environments", + "extensions": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/extensions", + "rules": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb/rules", + "self": "https://reactor.adobe.io/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/properties/PR2e910f1a3e134d1ab2ed921d8ffd85eb", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:28.584Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:28.584Z", "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" + "development": false, + "token": "4e376ca99b09", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/notes" + } + } }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments", + "extensions": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions", + "rules": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules", + "self": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9" }, "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] } } }, - "response_code": 200, - "response_message": "OK" + "response_code": 201, + "response_message": "Created" }, { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/properties/:property_id/data_elements", + "name": "environments.update_an_environment", + "endpoint": "/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts", "method": "POST", "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:09:03 -0600", - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:34.553Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:34.553Z", + "username": null }, "relationships": { - "extension": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT25a9e7ea29b343b9bf418ecc056cd8c3/property" + }, "data": { - "id": "EX6668d3bfce1941558ce2941e750511ca", - "type": "extensions" + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", + "type": "properties" } } }, - "type": "data_elements" + "links": { + "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "self": "https://reactor.adobe.io/hosts/HT25a9e7ea29b343b9bf418ecc056cd8c3" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", + "type": "hosts" + } + } + }, + "type": "environments" } }, "response": { "data": { - "id": "DE62a59600565a4160ac3d31e979944dc3", - "type": "data_elements", + "id": "EN1d43f5058b274d60818aec1be7a89520", + "type": "environments", "attributes": { - "created_at": "2021-10-05T19:09:03.921Z", - "deleted_at": null, - "dirty": true, - "enabled": true, - "name": "My Data Element 2021-10-05 13:09:03 -0600", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2021-10-05T19:09:03.921Z", - "clean_text": false, - "default_value": null, - "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", - "force_lower_case": false, - "review_status": "unsubmitted", - "storage_duration": null, - "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" + "archive": false, + "created_at": "2022-02-04T21:09:35.477Z", + "library_path": "17e0df72ece8/4e376ca99b09", + "library_name": "launch-0dee55967521-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-0dee55967521-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js" + ], + "license_path": "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + }, + { + "library_name": "launch-0dee55967521-development.js", + "minified": false, + "references": [ + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:35.477Z", + "status": "succeeded", + "token": "0dee55967521" }, "relationships": { - "libraries": { + "library": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/libraries" - } + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/library" + }, + "data": null }, - "revisions": { + "builds": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/revisions" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/builds" } }, - "notes": { + "host": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/notes" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/host", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/relationships/host" + }, + "data": { + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", + "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/property" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/property" }, "data": { - "id": "PR5f558d14c28f46038ae599ba57a945db", + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", "type": "properties" } - }, - "origin": { + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.update_an_environment", + "endpoint": "/environments/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "New environment name" + }, + "id": "EN1d43f5058b274d60818aec1be7a89520", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN1d43f5058b274d60818aec1be7a89520", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:09:35.477Z", + "library_path": "17e0df72ece8/4e376ca99b09", + "library_name": "launch-0dee55967521-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-0dee55967521-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js" + ], + "license_path": "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + }, + { + "library_name": "launch-0dee55967521-development.js", + "minified": false, + "references": [ + "17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + ] + } + ], + "name": "New environment name", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:36.208Z", + "status": "succeeded", + "token": "0dee55967521" + }, + "relationships": { + "library": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/origin" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/library" }, - "data": { - "id": "DE62a59600565a4160ac3d31e979944dc3", - "type": "data_elements" + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/builds" } }, - "extension": { + "host": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/extension" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/host", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/relationships/host" }, "data": { - "id": "EX6668d3bfce1941558ce2941e750511ca", - "type": "extensions" + "id": "HT25a9e7ea29b343b9bf418ecc056cd8c3", + "type": "hosts" } }, - "updated_with_extension_package": { + "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/updated_with_extension_package" + "related": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520/property" }, "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "self": "https://reactor.adobe.io/environments/EN1d43f5058b274d60818aec1be7a89520" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/4e376ca99b09/launch-0dee55967521-development.js" + } + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } } }, - "updated_with_extension": { + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR6061856fe5af43eea5c73bcffd4c29d9", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:28.584Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:28.584Z", + "platform": "web", + "development": false, + "token": "4e376ca99b09", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/environments", + "extensions": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/extensions", + "rules": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9/rules", + "self": "https://reactor.adobe.io/properties/PR6061856fe5af43eea5c73bcffd4c29d9" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/properties/PR6061856fe5af43eea5c73bcffd4c29d9", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR0770a84d7198481c8de3d192ee6fb40d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:09:39.143Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:09:39.143Z", + "platform": "web", + "development": false, + "token": "d7edcebabe96", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3/updated_with_extension" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/company" }, "data": { - "id": "EX0e246d2207574e4a807b55eed26cfd2e", - "type": "extensions" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/notes" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db", - "origin": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3", - "self": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3", - "extension": "https://reactor.adobe.io/extensions/EX6668d3bfce1941558ce2941e750511ca" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments", + "extensions": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions", + "rules": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules", + "self": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d" }, "meta": { - "latest_revision_number": 0 + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] } } }, @@ -85667,41 +95213,153 @@ "response_message": "Created" }, { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/data_elements/:data_element_id/notes", + "name": "environments.list_environments_for_a_property", + "endpoint": "/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts", "method": "POST", "request": { "data": { - "type": "notes", "attributes": { - "text": "this is a note on a data element" + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:09:45.463Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:09:45.463Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTadcaa8a160864f96a1dbf15d4fef874e/property" + }, + "data": { + "id": "PR0770a84d7198481c8de3d192ee6fb40d", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "self": "https://reactor.adobe.io/hosts/HTadcaa8a160864f96a1dbf15d4fef874e" } } }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.list_environments_for_a_property", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, "response": { "data": { - "id": "NT3b9a66d5feec4b30a63dd54af269c3a8", - "type": "notes", + "id": "EN6b2e523a2c284051b41806fbcd73c33e", + "type": "environments", "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:09:04.026Z", - "text": "this is a note on a data element" + "archive": false, + "created_at": "2022-02-04T21:09:46.025Z", + "library_path": "17e0df72ece8/d7edcebabe96", + "library_name": "launch-0eb2a60475a9-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-0eb2a60475a9-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js" + ], + "license_path": "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + }, + { + "library_name": "launch-0eb2a60475a9-development.js", + "minified": false, + "references": [ + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:46.025Z", + "status": "succeeded", + "token": "0eb2a60475a9" }, "relationships": { - "resource": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/builds" + } + }, + "host": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/host", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/relationships/host" }, "data": { - "id": "DE62a59600565a4160ac3d31e979944dc3", - "type": "data_elements" + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/property" + }, + "data": { + "id": "PR0770a84d7198481c8de3d192ee6fb40d", + "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3", - "self": "https://reactor.adobe.io/notes/NT3b9a66d5feec4b30a63dd54af269c3a8" + "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + } + ] } } }, @@ -85709,35 +95367,90 @@ "response_message": "Created" }, { - "name": "data_elements.list_notes_for_a_data_element", - "endpoint": "/data_elements/:data_element_id/notes", + "name": "environments.list_environments_for_a_property", + "endpoint": "/properties/:property_id/environments", "method": "GET", "request": null, "response": { "data": [ { - "id": "NT3b9a66d5feec4b30a63dd54af269c3a8", - "type": "notes", + "id": "EN6b2e523a2c284051b41806fbcd73c33e", + "type": "environments", "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:09:04.026Z", - "text": "this is a note on a data element" + "archive": false, + "created_at": "2022-02-04T21:09:46.025Z", + "library_path": "17e0df72ece8/d7edcebabe96", + "library_name": "launch-0eb2a60475a9-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-0eb2a60475a9-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js" + ], + "license_path": "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + }, + { + "library_name": "launch-0eb2a60475a9-development.js", + "minified": false, + "references": [ + "17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:09:46.025Z", + "status": "succeeded", + "token": "0eb2a60475a9" }, "relationships": { - "resource": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/builds" + } + }, + "host": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3" + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/host", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/relationships/host" }, "data": { - "id": "DE62a59600565a4160ac3d31e979944dc3", - "type": "data_elements" + "id": "HTadcaa8a160864f96a1dbf15d4fef874e", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e/property" + }, + "data": { + "id": "PR0770a84d7198481c8de3d192ee6fb40d", + "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/data_elements/DE62a59600565a4160ac3d31e979944dc3", - "self": "https://reactor.adobe.io/notes/NT3b9a66d5feec4b30a63dd54af269c3a8" + "property": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d", + "self": "https://reactor.adobe.io/environments/EN6b2e523a2c284051b41806fbcd73c33e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/d7edcebabe96/launch-0eb2a60475a9-development.js" + } + ] } } ], @@ -85755,7 +95468,7 @@ "response_message": "OK" }, { - "name": "environments.create_an_environment_with_required_attributes", + "name": "environments.delete_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -85768,7 +95481,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -85828,7 +95541,7 @@ "response_message": "OK" }, { - "name": "environments.create_an_environment_with_required_attributes", + "name": "environments.delete_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -85841,7 +95554,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -85901,23 +95614,23 @@ "response_message": "OK" }, { - "name": "environments.create_an_environment_with_required_attributes", + "name": "environments.delete_an_environment", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR5f558d14c28f46038ae599ba57a945db", + "id": "PR0770a84d7198481c8de3d192ee6fb40d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:08:58.237Z", + "created_at": "2022-02-04T21:09:39.143Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:08:58.237Z", + "updated_at": "2022-02-04T21:09:39.143Z", "platform": "web", "development": false, - "token": "bec046929d8f", + "token": "d7edcebabe96", "domains": [ "example.com" ], @@ -85927,7 +95640,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/company" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -85936,52 +95649,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/callbacks" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/hosts" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/environments" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/libraries" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/data_elements" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/extensions" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/rules" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/notes" + "related": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/environments", - "extensions": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/extensions", - "rules": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db/rules", - "self": "https://reactor.adobe.io/properties/PR5f558d14c28f46038ae599ba57a945db" + "data_elements": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/environments", + "extensions": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/extensions", + "rules": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d/rules", + "self": "https://reactor.adobe.io/properties/PR0770a84d7198481c8de3d192ee6fb40d" }, "meta": { "rights": [ @@ -86009,8 +95722,8 @@ "response_message": "OK" }, { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/properties/PR5f558d14c28f46038ae599ba57a945db", + "name": "environments.delete_an_environment", + "endpoint": "/properties/PR0770a84d7198481c8de3d192ee6fb40d", "method": "DELETE", "request": null, "response": null, @@ -86018,7 +95731,7 @@ "response_message": "No Content" }, { - "name": "environments.create_an_environment_with_required_attributes", + "name": "environments.delete_an_environment", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -86040,7 +95753,7 @@ "response_message": "OK" }, { - "name": "environments.create_an_environment_with_required_attributes", + "name": "environments.delete_an_environment", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -86057,16 +95770,16 @@ }, "response": { "data": { - "id": "PR05a428962f7f44fcb5286e4fcef6a6de", + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:04.484Z", + "created_at": "2022-02-04T21:09:48.785Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:04.484Z", + "updated_at": "2022-02-04T21:09:48.785Z", "platform": "web", "development": false, - "token": "d4bf6fbeb772", + "token": "7e46ea991920", "domains": [ "example.com" ], @@ -86076,7 +95789,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/company" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -86085,52 +95798,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/callbacks" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/hosts" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/environments" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/libraries" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/data_elements" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/extensions" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/rules" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/notes" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/data_elements", - "environments": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/environments", - "extensions": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/extensions", - "rules": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/rules", - "self": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de" + "data_elements": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments", + "extensions": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions", + "rules": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules", + "self": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c" }, "meta": { "rights": [ @@ -86148,8 +95861,8 @@ "response_message": "Created" }, { - "name": "environments.create_an_environment_with_required_attributes", - "endpoint": "/properties/PR05a428962f7f44fcb5286e4fcef6a6de/hosts", + "name": "environments.delete_an_environment", + "endpoint": "/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts", "method": "POST", "request": { "data": { @@ -86162,33 +95875,33 @@ }, "response": { "data": { - "id": "HT6245a6c3cf1b499ebf54bcabc55295c9", + "id": "HTf9a91007a75b431e8d1c325104d37a2e", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:09.675Z", + "created_at": "2022-02-04T21:09:54.921Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:09.675Z", + "updated_at": "2022-02-04T21:09:54.921Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT6245a6c3cf1b499ebf54bcabc55295c9/property" + "related": "https://reactor.adobe.io/hosts/HTf9a91007a75b431e8d1c325104d37a2e/property" }, "data": { - "id": "PR05a428962f7f44fcb5286e4fcef6a6de", + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de", - "self": "https://reactor.adobe.io/hosts/HT6245a6c3cf1b499ebf54bcabc55295c9" + "property": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c", + "self": "https://reactor.adobe.io/hosts/HTf9a91007a75b431e8d1c325104d37a2e" } } }, @@ -86196,18 +95909,19 @@ "response_message": "Created" }, { - "name": "environments.create_an_environment_with_required_attributes", + "name": "environments.delete_an_environment", "endpoint": "/properties/:property_id/environments", "method": "POST", "request": { "data": { "attributes": { - "name": "Dev Environment A" + "name": "Development Environment A", + "stage": "development" }, "relationships": { "host": { "data": { - "id": "HT6245a6c3cf1b499ebf54bcabc55295c9", + "id": "HTf9a91007a75b431e8d1c325104d37a2e", "type": "hosts" } } @@ -86217,77 +95931,82 @@ }, "response": { "data": { - "id": "EN9c156b412b3c41889bdeb93f4c9efd37", + "id": "EN0d2f208ac06b499f820dca902f64c178", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:09.756Z", - "library_path": "17e0df72ece8/d4bf6fbeb772", - "library_name": "launch-e5f236ada8c9-development.min.js", + "created_at": "2022-02-04T21:09:55.321Z", + "library_path": "17e0df72ece8/7e46ea991920", + "library_name": "launch-4eadaf53fb1b-development.min.js", "library_entry_points": [ { - "library_name": "launch-e5f236ada8c9-development.min.js", + "library_name": "launch-4eadaf53fb1b-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d4bf6fbeb772/launch-e5f236ada8c9-development.min.js" + "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.min.js" ], - "license_path": "17e0df72ece8/d4bf6fbeb772/launch-e5f236ada8c9-development.js" + "license_path": "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" }, { - "library_name": "launch-e5f236ada8c9-development.js", + "library_name": "launch-4eadaf53fb1b-development.js", "minified": false, "references": [ - "17e0df72ece8/d4bf6fbeb772/launch-e5f236ada8c9-development.js" + "17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" ] } ], - "name": "Dev Environment A", + "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:09.756Z", + "updated_at": "2022-02-04T21:09:55.321Z", "status": "succeeded", - "token": "e5f236ada8c9" + "token": "4eadaf53fb1b" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/library" + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/builds" + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/host", - "self": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/relationships/host" + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/host", + "self": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/relationships/host" }, "data": { - "id": "HT6245a6c3cf1b499ebf54bcabc55295c9", + "id": "HTf9a91007a75b431e8d1c325104d37a2e", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37/property" + "related": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178/property" }, "data": { - "id": "PR05a428962f7f44fcb5286e4fcef6a6de", + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de", - "self": "https://reactor.adobe.io/environments/EN9c156b412b3c41889bdeb93f4c9efd37" + "property": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c", + "self": "https://reactor.adobe.io/environments/EN0d2f208ac06b499f820dca902f64c178" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/7e46ea991920/launch-4eadaf53fb1b-development.js" + } ] } } @@ -86296,7 +96015,16 @@ "response_message": "Created" }, { - "name": "environments.create_an_akamai_environment", + "name": "environments.delete_an_environment", + "endpoint": "/environments/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "environments.get_the_environment_for_a_library", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -86309,7 +96037,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -86369,7 +96097,7 @@ "response_message": "OK" }, { - "name": "environments.create_an_akamai_environment", + "name": "environments.get_the_environment_for_a_library", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -86382,7 +96110,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -86442,23 +96170,23 @@ "response_message": "OK" }, { - "name": "environments.create_an_akamai_environment", + "name": "environments.get_the_environment_for_a_library", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR05a428962f7f44fcb5286e4fcef6a6de", + "id": "PRba5bb0c44e9940f5a499fed1f883e29c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:04.484Z", + "created_at": "2022-02-04T21:09:48.785Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:04.484Z", + "updated_at": "2022-02-04T21:09:48.785Z", "platform": "web", "development": false, - "token": "d4bf6fbeb772", + "token": "7e46ea991920", "domains": [ "example.com" ], @@ -86468,7 +96196,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/company" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -86477,52 +96205,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/callbacks" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/hosts" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/environments" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/libraries" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/data_elements" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/extensions" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/rules" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/notes" + "related": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/data_elements", - "environments": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/environments", - "extensions": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/extensions", - "rules": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de/rules", - "self": "https://reactor.adobe.io/properties/PR05a428962f7f44fcb5286e4fcef6a6de" + "data_elements": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/data_elements", + "environments": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/environments", + "extensions": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/extensions", + "rules": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c/rules", + "self": "https://reactor.adobe.io/properties/PRba5bb0c44e9940f5a499fed1f883e29c" }, "meta": { "rights": [ @@ -86550,8 +96278,8 @@ "response_message": "OK" }, { - "name": "environments.create_an_akamai_environment", - "endpoint": "/properties/PR05a428962f7f44fcb5286e4fcef6a6de", + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/properties/PRba5bb0c44e9940f5a499fed1f883e29c", "method": "DELETE", "request": null, "response": null, @@ -86559,7 +96287,7 @@ "response_message": "No Content" }, { - "name": "environments.create_an_akamai_environment", + "name": "environments.get_the_environment_for_a_library", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -86581,7 +96309,7 @@ "response_message": "OK" }, { - "name": "environments.create_an_akamai_environment", + "name": "environments.get_the_environment_for_a_library", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -86598,16 +96326,16 @@ }, "response": { "data": { - "id": "PRd8152b44c58b42d4910cce7d7c27c40e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:10.140Z", + "created_at": "2022-02-04T21:09:59.536Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:10.140Z", + "updated_at": "2022-02-04T21:09:59.536Z", "platform": "web", "development": false, - "token": "2b4b011f7124", + "token": "970870272a1a", "domains": [ "example.com" ], @@ -86617,7 +96345,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/company" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -86626,52 +96354,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/callbacks" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/hosts" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/environments" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/libraries" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/data_elements" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/extensions" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/rules" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/notes" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/environments", - "extensions": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/extensions", - "rules": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/rules", - "self": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e" + "data_elements": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments", + "extensions": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions", + "rules": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules", + "self": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52" }, "meta": { "rights": [ @@ -86689,8 +96417,8 @@ "response_message": "Created" }, { - "name": "environments.create_an_akamai_environment", - "endpoint": "/properties/PRd8152b44c58b42d4910cce7d7c27c40e/hosts", + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/properties/PRe549969fd21441258538b4c32c6b7c52/hosts", "method": "POST", "request": { "data": { @@ -86703,33 +96431,33 @@ }, "response": { "data": { - "id": "HTc97d67f687cf4cf3bce936759a69c395", + "id": "HT3cce178838c541b6966a15864fec968c", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:15.356Z", + "created_at": "2022-02-04T21:10:05.960Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:15.356Z", + "updated_at": "2022-02-04T21:10:05.960Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTc97d67f687cf4cf3bce936759a69c395/property" + "related": "https://reactor.adobe.io/hosts/HT3cce178838c541b6966a15864fec968c/property" }, "data": { - "id": "PRd8152b44c58b42d4910cce7d7c27c40e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e", - "self": "https://reactor.adobe.io/hosts/HTc97d67f687cf4cf3bce936759a69c395" + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/hosts/HT3cce178838c541b6966a15864fec968c" } } }, @@ -86737,18 +96465,19 @@ "response_message": "Created" }, { - "name": "environments.create_an_akamai_environment", + "name": "environments.get_the_environment_for_a_library", "endpoint": "/properties/:property_id/environments", "method": "POST", "request": { "data": { "attributes": { - "name": "Akamai Dev Environment" + "name": "Development Environment A", + "stage": "development" }, "relationships": { "host": { "data": { - "id": "HTc97d67f687cf4cf3bce936759a69c395", + "id": "HT3cce178838c541b6966a15864fec968c", "type": "hosts" } } @@ -86758,77 +96487,82 @@ }, "response": { "data": { - "id": "ENf9b890f3763245c8aab2ae3832e795c0", + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:15.434Z", - "library_path": "17e0df72ece8/2b4b011f7124", - "library_name": "launch-a7333382e7f7-development.min.js", + "created_at": "2022-02-04T21:10:06.570Z", + "library_path": "17e0df72ece8/970870272a1a", + "library_name": "launch-8ba4512c2bc2-development.min.js", "library_entry_points": [ { - "library_name": "launch-a7333382e7f7-development.min.js", + "library_name": "launch-8ba4512c2bc2-development.min.js", "minified": true, "references": [ - "17e0df72ece8/2b4b011f7124/launch-a7333382e7f7-development.min.js" + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js" ], - "license_path": "17e0df72ece8/2b4b011f7124/launch-a7333382e7f7-development.js" + "license_path": "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" }, { - "library_name": "launch-a7333382e7f7-development.js", + "library_name": "launch-8ba4512c2bc2-development.js", "minified": false, "references": [ - "17e0df72ece8/2b4b011f7124/launch-a7333382e7f7-development.js" + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" ] } ], - "name": "Akamai Dev Environment", + "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:15.434Z", + "updated_at": "2022-02-04T21:10:06.570Z", "status": "succeeded", - "token": "a7333382e7f7" + "token": "8ba4512c2bc2" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/library" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/builds" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/host", - "self": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/relationships/host" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/host", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/relationships/host" }, "data": { - "id": "HTc97d67f687cf4cf3bce936759a69c395", + "id": "HT3cce178838c541b6966a15864fec968c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0/property" + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/property" }, "data": { - "id": "PRd8152b44c58b42d4910cce7d7c27c40e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e", - "self": "https://reactor.adobe.io/environments/ENf9b890f3763245c8aab2ae3832e795c0" + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + } ] } } @@ -86837,7 +96571,214 @@ "response_message": "Created" }, { - "name": "environments.get_an_environment", + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB250598a233054430a9cc10ba712026b4", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:10:06.899Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:10:06.899Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/data_elements", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/extensions", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/rules", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/property" + }, + "data": { + "id": "PRe549969fd21441258538b4c32c6b7c52", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/environment", + "self": "https://reactor.adobe.io/libraries/LB250598a233054430a9cc10ba712026b4/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_library", + "endpoint": "/libraries/:library_id/environment", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EN41e3c51b46a64291bdb0bc6784cc10ef", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:10:06.570Z", + "library_path": "17e0df72ece8/970870272a1a", + "library_name": "launch-8ba4512c2bc2-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-8ba4512c2bc2-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js" + ], + "license_path": "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + }, + { + "library_name": "launch-8ba4512c2bc2-development.js", + "minified": false, + "references": [ + "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:10:07.542Z", + "status": "succeeded", + "token": "8ba4512c2bc2" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/library" + }, + "data": { + "id": "LB250598a233054430a9cc10ba712026b4", + "type": "libraries" + } + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/host", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/relationships/host" + }, + "data": { + "id": "HT3cce178838c541b6966a15864fec968c", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/property" + }, + "data": { + "id": "PRe549969fd21441258538b4c32c6b7c52", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52", + "self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js" + } + ] + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_build", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -86850,7 +96791,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -86910,7 +96851,7 @@ "response_message": "OK" }, { - "name": "environments.get_an_environment", + "name": "environments.get_the_environment_for_a_build", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -86923,7 +96864,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -86983,23 +96924,23 @@ "response_message": "OK" }, { - "name": "environments.get_an_environment", + "name": "environments.get_the_environment_for_a_build", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PRd8152b44c58b42d4910cce7d7c27c40e", + "id": "PRe549969fd21441258538b4c32c6b7c52", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:10.140Z", + "created_at": "2022-02-04T21:09:59.536Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:10.140Z", + "updated_at": "2022-02-04T21:09:59.536Z", "platform": "web", "development": false, - "token": "2b4b011f7124", + "token": "970870272a1a", "domains": [ "example.com" ], @@ -87009,7 +96950,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/company" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -87018,52 +96959,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/callbacks" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/hosts" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/environments" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/libraries" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/data_elements" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/extensions" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/rules" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/notes" + "related": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/environments", - "extensions": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/extensions", - "rules": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e/rules", - "self": "https://reactor.adobe.io/properties/PRd8152b44c58b42d4910cce7d7c27c40e" + "data_elements": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/environments", + "extensions": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/extensions", + "rules": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52/rules", + "self": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52" }, "meta": { "rights": [ @@ -87091,8 +97032,8 @@ "response_message": "OK" }, { - "name": "environments.get_an_environment", - "endpoint": "/properties/PRd8152b44c58b42d4910cce7d7c27c40e", + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/properties/PRe549969fd21441258538b4c32c6b7c52", "method": "DELETE", "request": null, "response": null, @@ -87100,7 +97041,7 @@ "response_message": "No Content" }, { - "name": "environments.get_an_environment", + "name": "environments.get_the_environment_for_a_build", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -87122,7 +97063,7 @@ "response_message": "OK" }, { - "name": "environments.get_an_environment", + "name": "environments.get_the_environment_for_a_build", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -87139,16 +97080,16 @@ }, "response": { "data": { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:15.929Z", + "created_at": "2022-02-04T21:10:10.803Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:15.929Z", + "updated_at": "2022-02-04T21:10:10.803Z", "platform": "web", "development": false, - "token": "7ac82014013a", + "token": "0330e1a06f8f", "domains": [ "example.com" ], @@ -87158,7 +97099,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/company" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -87167,52 +97108,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/callbacks" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/hosts" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/environments" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/libraries" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/data_elements" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/extensions" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/rules" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/notes" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/environments", - "extensions": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/extensions", - "rules": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/rules", - "self": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4" + "data_elements": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments", + "extensions": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions", + "rules": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules", + "self": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4" }, "meta": { "rights": [ @@ -87230,8 +97171,8 @@ "response_message": "Created" }, { - "name": "environments.get_an_environment", - "endpoint": "/properties/PR595941d2987c4aed9ef541e3c8ae75b4/hosts", + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts", "method": "POST", "request": { "data": { @@ -87244,33 +97185,33 @@ }, "response": { "data": { - "id": "HTd5c317e65a8d4a4db710afcad72d7b78", + "id": "HT99ff323e360f48b2a934a3a4fd030c96", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:09:21.186Z", + "created_at": "2022-02-04T21:10:18.099Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:09:21.186Z", + "updated_at": "2022-02-04T21:10:18.099Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd5c317e65a8d4a4db710afcad72d7b78/property" + "related": "https://reactor.adobe.io/hosts/HT99ff323e360f48b2a934a3a4fd030c96/property" }, "data": { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4", - "self": "https://reactor.adobe.io/hosts/HTd5c317e65a8d4a4db710afcad72d7b78" + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/hosts/HT99ff323e360f48b2a934a3a4fd030c96" } } }, @@ -87278,7 +97219,7 @@ "response_message": "Created" }, { - "name": "environments.get_an_environment", + "name": "environments.get_the_environment_for_a_build", "endpoint": "/properties/:property_id/environments", "method": "POST", "request": { @@ -87290,7 +97231,7 @@ "relationships": { "host": { "data": { - "id": "HTd5c317e65a8d4a4db710afcad72d7b78", + "id": "HT99ff323e360f48b2a934a3a4fd030c96", "type": "hosts" } } @@ -87300,77 +97241,82 @@ }, "response": { "data": { - "id": "EN98b4f781797e4e0d82a5e4fb8d166b16", + "id": "EN2f4bc4ea09224212a49574c442332fe6", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:21.280Z", - "library_path": "17e0df72ece8/7ac82014013a", - "library_name": "launch-cc8c6d6bc722-development.min.js", + "created_at": "2022-02-04T21:10:18.589Z", + "library_path": "17e0df72ece8/0330e1a06f8f", + "library_name": "launch-dd88c3052edf-development.min.js", "library_entry_points": [ { - "library_name": "launch-cc8c6d6bc722-development.min.js", + "library_name": "launch-dd88c3052edf-development.min.js", "minified": true, "references": [ - "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.min.js" + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js" ], - "license_path": "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.js" + "license_path": "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" }, { - "library_name": "launch-cc8c6d6bc722-development.js", + "library_name": "launch-dd88c3052edf-development.js", "minified": false, "references": [ - "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.js" + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:21.280Z", + "updated_at": "2022-02-04T21:10:18.589Z", "status": "succeeded", - "token": "cc8c6d6bc722" + "token": "dd88c3052edf" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/library" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/builds" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/host", - "self": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/host", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/relationships/host" }, "data": { - "id": "HTd5c317e65a8d4a4db710afcad72d7b78", + "id": "HT99ff323e360f48b2a934a3a4fd030c96", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/property" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/property" }, "data": { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4", - "self": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16" + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" + } ] } } @@ -87379,83 +97325,280 @@ "response_message": "Created" }, { - "name": "environments.get_an_environment", - "endpoint": "/environments/:id", + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/properties/:property_id/libraries", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "My Library" + }, + "type": "libraries" + } + }, + "response": { + "data": { + "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:10:19.019Z", + "name": "My Library", + "published_at": null, + "state": "development", + "updated_at": "2022-02-04T21:10:19.019Z", + "build_required": true + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/data_elements", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/extensions", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/rules", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/property" + }, + "data": { + "id": "PR9c010e3766544af5bca7585da55ebcb4", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/last_build" + }, + "data": null + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0" + }, + "meta": { + "build_status": null, + "build_required_detail": "No build found since last state change" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN2f4bc4ea09224212a49574c442332fe6", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN2f4bc4ea09224212a49574c442332fe6", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/environment", + "self": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLe3d249ac3bc24f0782edaf5f354e756c", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:10:23.357Z", + "status": "pending", + "updated_at": "2022-02-04T21:10:23.357Z", + "token": "abcd8ac802d1" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/environment" + }, + "data": { + "id": "EN2f4bc4ea09224212a49574c442332fe6", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/library" + }, + "data": { + "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c/property" + }, + "data": { + "id": "PR9c010e3766544af5bca7585da55ebcb4", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6", + "library": "https://reactor.adobe.io/libraries/LB01c664cff83f4f0e8e7e45ec8ffecfd0", + "self": "https://reactor.adobe.io/builds/BLe3d249ac3bc24f0782edaf5f354e756c" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/abcd8ac802d1/launch-dd88c3052edf-development.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_build", + "endpoint": "/builds/:build_id/environment", "method": "GET", "request": null, "response": { "data": { - "id": "EN98b4f781797e4e0d82a5e4fb8d166b16", + "id": "EN2f4bc4ea09224212a49574c442332fe6", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:09:21.280Z", - "library_path": "17e0df72ece8/7ac82014013a", - "library_name": "launch-cc8c6d6bc722-development.min.js", + "created_at": "2022-02-04T21:10:18.589Z", + "library_path": "17e0df72ece8/0330e1a06f8f", + "library_name": "launch-dd88c3052edf-development.min.js", "library_entry_points": [ { - "library_name": "launch-cc8c6d6bc722-development.min.js", + "library_name": "launch-dd88c3052edf-development.min.js", "minified": true, "references": [ - "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.min.js" + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js" ], - "license_path": "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.js" + "license_path": "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" }, { - "library_name": "launch-cc8c6d6bc722-development.js", + "library_name": "launch-dd88c3052edf-development.js", "minified": false, "references": [ - "17e0df72ece8/7ac82014013a/launch-cc8c6d6bc722-development.js" + "17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:09:21.280Z", + "updated_at": "2022-02-04T21:10:19.979Z", "status": "succeeded", - "token": "cc8c6d6bc722" + "token": "dd88c3052edf" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/library" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/library" }, - "data": null + "data": { + "id": "LB01c664cff83f4f0e8e7e45ec8ffecfd0", + "type": "libraries" + } }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/builds" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/host", - "self": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/host", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/relationships/host" }, "data": { - "id": "HTd5c317e65a8d4a4db710afcad72d7b78", + "id": "HT99ff323e360f48b2a934a3a4fd030c96", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16/property" + "related": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6/property" }, "data": { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4", - "self": "https://reactor.adobe.io/environments/EN98b4f781797e4e0d82a5e4fb8d166b16" + "property": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4", + "self": "https://reactor.adobe.io/environments/EN2f4bc4ea09224212a49574c442332fe6" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0330e1a06f8f/launch-dd88c3052edf-development.js" + } ] } } @@ -87464,7 +97607,7 @@ "response_message": "OK" }, { - "name": "environments.update_an_environment", + "name": "environments.get_the_environment_for_a_secret", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -87477,7 +97620,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -87537,7 +97680,7 @@ "response_message": "OK" }, { - "name": "environments.update_an_environment", + "name": "environments.get_the_environment_for_a_secret", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -87550,7 +97693,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -87610,23 +97753,23 @@ "response_message": "OK" }, { - "name": "environments.update_an_environment", + "name": "environments.get_the_environment_for_a_secret", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR595941d2987c4aed9ef541e3c8ae75b4", + "id": "PR9c010e3766544af5bca7585da55ebcb4", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:15.929Z", + "created_at": "2022-02-04T21:10:10.803Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:15.929Z", + "updated_at": "2022-02-04T21:10:10.803Z", "platform": "web", "development": false, - "token": "7ac82014013a", + "token": "0330e1a06f8f", "domains": [ "example.com" ], @@ -87636,7 +97779,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/company" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -87645,52 +97788,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/callbacks" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/hosts" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/environments" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/libraries" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/data_elements" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/extensions" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/rules" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/notes" + "related": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/environments", - "extensions": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/extensions", - "rules": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4/rules", - "self": "https://reactor.adobe.io/properties/PR595941d2987c4aed9ef541e3c8ae75b4" + "data_elements": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/environments", + "extensions": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/extensions", + "rules": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4/rules", + "self": "https://reactor.adobe.io/properties/PR9c010e3766544af5bca7585da55ebcb4" }, "meta": { "rights": [ @@ -87718,8 +97861,8 @@ "response_message": "OK" }, { - "name": "environments.update_an_environment", - "endpoint": "/properties/PR595941d2987c4aed9ef541e3c8ae75b4", + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/properties/PR9c010e3766544af5bca7585da55ebcb4", "method": "DELETE", "request": null, "response": null, @@ -87727,8 +97870,8 @@ "response_message": "No Content" }, { - "name": "environments.update_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", "method": "GET", "request": null, "response": { @@ -87749,43 +97892,35 @@ "response_message": "OK" }, { - "name": "environments.update_an_environment", + "name": "environments.get_the_environment_for_a_secret", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { "data": { "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" + "name": "Kessel Edge Example Property", + "platform": "edge" }, "type": "properties" } }, "response": { "data": { - "id": "PR07af760bb6634844bcdc14c0c37ef351", + "id": "PR98f50b4c2244447183975c6c1bb93389", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:21.732Z", + "created_at": "2022-02-04T21:10:28.052Z", "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:21.732Z", - "platform": "web", + "name": "Kessel Edge Example Property", + "updated_at": "2022-02-04T21:10:28.052Z", + "platform": "edge", "development": false, - "token": "97f1e02cd22a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "token": "e7693cc283cc" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/company" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -87794,304 +97929,923 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/callbacks" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/hosts" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/environments" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/libraries" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/data_elements" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/extensions" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/rules" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments", + "extensions": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions", + "rules": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules", + "self": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/properties/PR98f50b4c2244447183975c6c1bb93389/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Managed by Adobe", + "type_of": "cloudflare_worker" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:10:34.198Z", + "server": null, + "name": "Managed by Adobe", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "cloudflare_worker", + "updated_at": "2022-02-04T21:10:34.198Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT8c2a9f52f30640589c6905db2ea2d2bf/property" + }, + "data": { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", + "self": "https://reactor.adobe.io/hosts/HT8c2a9f52f30640589c6905db2ea2d2bf" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENb06115cd221d4157808807c7c0097710", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:10:34.645Z", + "library_path": "17e0df72ece8/e7693cc283cc", + "library_name": "launch-cbffdf9d3736-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-cbffdf9d3736-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.min.js" + ], + "license_path": "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" + }, + { + "library_name": "launch-cbffdf9d3736-development.js", + "minified": false, + "references": [ + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:10:34.645Z", + "status": "succeeded", + "token": "cbffdf9d3736" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/host", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/relationships/host" + }, + "data": { + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/property" + }, + "data": { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/properties/:property_id/secrets", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Secret", + "type_of": "token", + "credentials": { + "token": "my secret token" + } + }, + "relationships": { + "environment": { + "data": { + "id": "ENb06115cd221d4157808807c7c0097710", + "type": "environments" + } + } + }, + "type": "secrets" + } + }, + "response": { + "data": { + "id": "SE7e228c9446be48a48a05a1a4eade8279", + "type": "secrets", + "attributes": { + "created_at": "2022-02-04T21:10:35.416Z", + "updated_at": "2022-02-04T21:10:35.416Z", + "name": "Example Secret", + "type_of": "token", + "activated_at": null, + "expires_at": null, + "refresh_at": null, + "status": "pending", + "credentials": { + } + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/property" + }, + "data": { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/environment" + }, + "data": { + "id": "ENb06115cd221d4157808807c7c0097710", + "type": "environments" + }, + "meta": { + "stage": "development" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/notes" + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/notes" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/data_elements" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279", + "property": "https://reactor.adobe.io/secrets/SE7e228c9446be48a48a05a1a4eade8279/property" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "environments.get_the_environment_for_a_secret", + "endpoint": "/secrets/:secret_id/environment", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "ENb06115cd221d4157808807c7c0097710", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:10:34.645Z", + "library_path": "17e0df72ece8/e7693cc283cc", + "library_name": "launch-cbffdf9d3736-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-cbffdf9d3736-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.min.js" + ], + "license_path": "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" + }, + { + "library_name": "launch-cbffdf9d3736-development.js", + "minified": false, + "references": [ + "17e0df72ece8/e7693cc283cc/launch-cbffdf9d3736-development.js" + ] + } + ], + "name": "Development Environment A", + "path": null, + "stage": "development", + "updated_at": "2022-02-04T21:10:34.645Z", + "status": "succeeded", + "token": "cbffdf9d3736" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/host", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/relationships/host" + }, + "data": { + "id": "HT8c2a9f52f30640589c6905db2ea2d2bf", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710/property" + }, + "data": { + "id": "PR98f50b4c2244447183975c6c1bb93389", + "type": "properties" } } }, "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/environments", - "extensions": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/extensions", - "rules": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/rules", - "self": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "property": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389", + "self": "https://reactor.adobe.io/environments/ENb06115cd221d4157808807c7c0097710" + }, + "meta": { + "archive_encrypted": false + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "/extension_packages", + "method": "POST", + "request": { + "package": "@[PACKAGE_PATH]" + }, + "response": { + "data": { + "id": "EPd4b049ce30cb46918d281737eedeef19", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "name": "Adobe Systems", + "url": "http://adobe.com", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:38.819Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009036", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:38.819Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" + } + } + }, + "response_code": 202, + "response_message": "Accepted" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EPd4b049ce30cb46918d281737eedeef19", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:38.819Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009036", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:38.819Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EPd4b049ce30cb46918d281737eedeef19", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:38.819Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009036", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:38.819Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EPd4b049ce30cb46918d281737eedeef19", + "type": "extension_packages", + "attributes": { + "actions": [ + + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd4b049ce30cb46918d281737eedeef19", + "conditions": [ + + ], + "configuration": null, + "created_at": "2022-02-04T21:10:38.819Z", + "data_elements": [ + + ], + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": [ + + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "test-1644009036", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-02-04T21:10:51.934Z", + "version": "1.0.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4b049ce30cb46918d281737eedeef19" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.create_an_extension_package", + "endpoint": "/extension_packages/EPd4b049ce30cb46918d281737eedeef19", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "/extension_packages", + "method": "POST", + "request": { + "package": "@[PACKAGE_PATH]" + }, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "name": "Adobe Systems", + "url": "http://adobe.com", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:56.152Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + } + }, + "response_code": 202, + "response_message": "Accepted" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:56.152Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "attributes": { + "actions": null, + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": null, + "conditions": null, + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": null, + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": null, + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": null, + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "pending", + "platform": "web", + "updated_at": "2022-02-04T21:10:56.152Z", + "version": "1.0.0", + "view_base_path": null + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "environments.update_an_environment", - "endpoint": "/properties/PR07af760bb6634844bcdc14c0c37ef351/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "method": "GET", + "request": null, "response": { "data": { - "id": "HT4833c2c567734f7096e51c0dc6a744a0", - "type": "hosts", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", "attributes": { - "created_at": "2021-10-05T19:09:26.983Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, + "actions": [ + + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "development", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "conditions": [ + + ], + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": [ + + ], + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": [ + + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:09:26.983Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT4833c2c567734f7096e51c0dc6a744a0/property" - }, - "data": { - "id": "PR07af760bb6634844bcdc14c0c37ef351", - "type": "properties" - } - } + "platform": "web", + "updated_at": "2022-02-04T21:11:05.995Z", + "version": "1.0.0", + "view_base_path": "dist/" }, "links": { - "property": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351", - "self": "https://reactor.adobe.io/hosts/HT4833c2c567734f7096e51c0dc6a744a0" + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "environments.update_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "/extension_packages/:id", + "method": "PATCH", "request": { "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT4833c2c567734f7096e51c0dc6a744a0", - "type": "hosts" - } - } - }, - "type": "environments" + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", + "meta": { + "action": "release_private" + } } }, "response": { "data": { - "id": "ENd547937d65214ef1abdda814718cf11c", - "type": "environments", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:27.094Z", - "library_path": "17e0df72ece8/97f1e02cd22a", - "library_name": "launch-5be9616f5ea2-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-5be9616f5ea2-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.min.js" - ], - "license_path": "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.js" - }, - { - "library_name": "launch-5be9616f5ea2-development.js", - "minified": false, - "references": [ - "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.js" - ] - } + "actions": [ + ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:09:27.094Z", - "status": "succeeded", - "token": "5be9616f5ea2" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/host", - "self": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/relationships/host" - }, - "data": { - "id": "HT4833c2c567734f7096e51c0dc6a744a0", - "type": "hosts" - } + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/property" - }, - "data": { - "id": "PR07af760bb6634844bcdc14c0c37ef351", - "type": "properties" - } - } + "availability": "private", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "conditions": [ + + ], + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": [ + + ], + "description": "Provides nothing.", + "discontinued": false, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": [ + + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-02-04T21:11:10.110Z", + "version": "1.0.0", + "view_base_path": "dist/" }, "links": { - "property": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351", - "self": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "environments.update_an_environment", - "endpoint": "/environments/:id", + "name": "extension_packages.discontinue_an_extension_package", + "endpoint": "/extension_packages/:id", "method": "PATCH", "request": { "data": { "attributes": { - "name": "New environment name" + "discontinued": true }, - "id": "ENd547937d65214ef1abdda814718cf11c", - "type": "environments" + "type": "extension_packages", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5" } }, "response": { "data": { - "id": "ENd547937d65214ef1abdda814718cf11c", - "type": "environments", + "id": "EP372a4e10fb0844aea8e2672d0e1b7fb5", + "type": "extension_packages", "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:27.094Z", - "library_path": "17e0df72ece8/97f1e02cd22a", - "library_name": "launch-5be9616f5ea2-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-5be9616f5ea2-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.min.js" - ], - "license_path": "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.js" - }, - { - "library_name": "launch-5be9616f5ea2-development.js", - "minified": false, - "references": [ - "17e0df72ece8/97f1e02cd22a/launch-5be9616f5ea2-development.js" - ] - } + "actions": [ + ], - "name": "New environment name", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:09:27.189Z", - "status": "succeeded", - "token": "5be9616f5ea2" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/host", - "self": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/relationships/host" - }, - "data": { - "id": "HT4833c2c567734f7096e51c0dc6a744a0", - "type": "hosts" - } + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c/property" - }, - "data": { - "id": "PR07af760bb6634844bcdc14c0c37ef351", - "type": "properties" - } - } + "availability": "private", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP372a4e10fb0844aea8e2672d0e1b7fb5", + "conditions": [ + + ], + "configuration": null, + "created_at": "2022-02-04T21:10:56.152Z", + "data_elements": [ + + ], + "description": "Provides nothing.", + "discontinued": true, + "display_name": "Kessel Template Test", + "ecma_version": null, + "events": [ + + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "test-1644009055", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-02-04T21:11:10.586Z", + "version": "1.0.0", + "view_base_path": "dist/" }, "links": { - "property": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351", - "self": "https://reactor.adobe.io/environments/ENd547937d65214ef1abdda814718cf11c" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] + "self": "https://reactor.adobe.io/extension_packages/EP372a4e10fb0844aea8e2672d0e1b7fb5" } } }, @@ -88099,2068 +98853,2402 @@ "response_message": "OK" }, { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "name": "extension_packages.get_an_extension_package", + "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, "response": { "data": [ { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" + }, + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" + }, + { + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" + }, + { + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" + }, + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" + }, + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" + }, + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR07af760bb6634844bcdc14c0c37ef351", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:21.732Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:21.732Z", - "platform": "web", - "development": false, - "token": "97f1e02cd22a", - "domains": [ - "example.com" ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/company" + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/environments", - "extensions": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/extensions", - "rules": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351/rules", - "self": "https://reactor.adobe.io/properties/PR07af760bb6634844bcdc14c0c37ef351" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/PR07af760bb6634844bcdc14c0c37ef351", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR26f7074e912348259e4a30f794d6dd0d", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:27.584Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:27.584Z", - "platform": "web", - "development": false, - "token": "35999c01895e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/environments", - "extensions": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/extensions", - "rules": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/rules", - "self": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/PR26f7074e912348259e4a30f794d6dd0d/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTb20d5bf33c9449688b5dcd842823b69d", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:09:32.819Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:09:32.819Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTb20d5bf33c9449688b5dcd842823b69d/property" - }, - "data": { - "id": "PR26f7074e912348259e4a30f794d6dd0d", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d", - "self": "https://reactor.adobe.io/hosts/HTb20d5bf33c9449688b5dcd842823b69d" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTb20d5bf33c9449688b5dcd842823b69d", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENb1f6d822c0cb4ca487d7af1361d4a1a0", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:32.910Z", - "library_path": "17e0df72ece8/35999c01895e", - "library_name": "launch-3e99f012616e-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-3e99f012616e-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.min.js" - ], - "license_path": "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.js" - }, - { - "library_name": "launch-3e99f012616e-development.js", - "minified": false, - "references": [ - "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:09:32.910Z", - "status": "succeeded", - "token": "3e99f012616e" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/host", - "self": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/relationships/host" - }, - "data": { - "id": "HTb20d5bf33c9449688b5dcd842823b69d", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/property" - }, - "data": { - "id": "PR26f7074e912348259e4a30f794d6dd0d", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d", - "self": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.list_environments_for_a_property", - "endpoint": "/properties/:property_id/environments", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "ENb1f6d822c0cb4ca487d7af1361d4a1a0", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:32.910Z", - "library_path": "17e0df72ece8/35999c01895e", - "library_name": "launch-3e99f012616e-development.min.js", - "library_entry_points": [ { - "library_name": "launch-3e99f012616e-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.min.js" - ], - "license_path": "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.js" + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" }, { - "library_name": "launch-3e99f012616e-development.js", - "minified": false, - "references": [ - "17e0df72ece8/35999c01895e/launch-3e99f012616e-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:09:32.910Z", - "status": "succeeded", - "token": "3e99f012616e" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/library" + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/host", - "self": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/relationships/host" + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" }, - "data": { - "id": "HTb20d5bf33c9449688b5dcd842823b69d", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0/property" + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" }, - "data": { - "id": "PR26f7074e912348259e4a30f794d6dd0d", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d", - "self": "https://reactor.adobe.io/environments/ENb1f6d822c0cb4ca487d7af1361d4a1a0" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PR26f7074e912348259e4a30f794d6dd0d", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:27.584Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:27.584Z", - "platform": "web", - "development": false, - "token": "35999c01895e", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/company" + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/environments", - "extensions": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/extensions", - "rules": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d/rules", - "self": "https://reactor.adobe.io/properties/PR26f7074e912348259e4a30f794d6dd0d" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/properties/PR26f7074e912348259e4a30f794d6dd0d", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRce9f849616c641a8ba7af3d4e44a3857", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:33.363Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:33.363Z", - "platform": "web", - "development": false, - "token": "6ef2062ad287", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/data_elements", - "environments": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/environments", - "extensions": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/extensions", - "rules": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/rules", - "self": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/properties/PRce9f849616c641a8ba7af3d4e44a3857/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT036b49eaf2d24b61a584a27b128636e2", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:09:38.592Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:09:38.592Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT036b49eaf2d24b61a584a27b128636e2/property" - }, - "data": { - "id": "PRce9f849616c641a8ba7af3d4e44a3857", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857", - "self": "https://reactor.adobe.io/hosts/HT036b49eaf2d24b61a584a27b128636e2" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT036b49eaf2d24b61a584a27b128636e2", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENeda3da5a27084815ad6fc355b4e8deef", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:38.679Z", - "library_path": "17e0df72ece8/6ef2062ad287", - "library_name": "launch-878f3d1d4d61-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-878f3d1d4d61-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/6ef2062ad287/launch-878f3d1d4d61-development.min.js" - ], - "license_path": "17e0df72ece8/6ef2062ad287/launch-878f3d1d4d61-development.js" - }, - { - "library_name": "launch-878f3d1d4d61-development.js", - "minified": false, - "references": [ - "17e0df72ece8/6ef2062ad287/launch-878f3d1d4d61-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:09:38.679Z", - "status": "succeeded", - "token": "878f3d1d4d61" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/host", - "self": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/relationships/host" - }, - "data": { - "id": "HT036b49eaf2d24b61a584a27b128636e2", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef/property" - }, - "data": { - "id": "PRce9f849616c641a8ba7af3d4e44a3857", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857", - "self": "https://reactor.adobe.io/environments/ENeda3da5a27084815ad6fc355b4e8deef" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.delete_an_environment", - "endpoint": "/environments/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRce9f849616c641a8ba7af3d4e44a3857", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:33.363Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:33.363Z", - "platform": "web", - "development": false, - "token": "6ef2062ad287", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/company" + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/data_elements", - "environments": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/environments", - "extensions": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/extensions", - "rules": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857/rules", - "self": "https://reactor.adobe.io/properties/PRce9f849616c641a8ba7af3d4e44a3857" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/PRce9f849616c641a8ba7af3d4e44a3857", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:39.177Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:39.177Z", - "platform": "web", - "development": false, - "token": "0548606019db", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/data_elements", - "environments": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/environments", - "extensions": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/extensions", - "rules": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/rules", - "self": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/PR487f72f5789e4723b79c1637e623da71/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTf5918c01d1cd4b5c81b4a51c652c883d", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:09:44.352Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:09:44.352Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTf5918c01d1cd4b5c81b4a51c652c883d/property" - }, - "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71", - "self": "https://reactor.adobe.io/hosts/HTf5918c01d1cd4b5c81b4a51c652c883d" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTf5918c01d1cd4b5c81b4a51c652c883d", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENf2508c8d05c045ccbebbccb088a2f2c3", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:44.438Z", - "library_path": "17e0df72ece8/0548606019db", - "library_name": "launch-0cec6989d165-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-0cec6989d165-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/0548606019db/launch-0cec6989d165-development.min.js" - ], - "license_path": "17e0df72ece8/0548606019db/launch-0cec6989d165-development.js" - }, - { - "library_name": "launch-0cec6989d165-development.js", - "minified": false, - "references": [ - "17e0df72ece8/0548606019db/launch-0cec6989d165-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:09:44.438Z", - "status": "succeeded", - "token": "0cec6989d165" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/host", - "self": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/relationships/host" - }, - "data": { - "id": "HTf5918c01d1cd4b5c81b4a51c652c883d", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/property" - }, - "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71", - "self": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB9b0e9c5538e649deb37db8d9bf14fec8", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:09:44.528Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2021-10-05T19:09:44.528Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/extensions", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/rules", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/property" - }, - "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/last_build" - }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "ENf2508c8d05c045ccbebbccb088a2f2c3", - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENf2508c8d05c045ccbebbccb088a2f2c3", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/environment", - "self": "https://reactor.adobe.io/libraries/LB9b0e9c5538e649deb37db8d9bf14fec8/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_library", - "endpoint": "/libraries/:library_id/environment", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ENf2508c8d05c045ccbebbccb088a2f2c3", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:44.438Z", - "library_path": "17e0df72ece8/0548606019db", - "library_name": "launch-0cec6989d165-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-0cec6989d165-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/0548606019db/launch-0cec6989d165-development.min.js" - ], - "license_path": "17e0df72ece8/0548606019db/launch-0cec6989d165-development.js" - }, - { - "library_name": "launch-0cec6989d165-development.js", - "minified": false, - "references": [ - "17e0df72ece8/0548606019db/launch-0cec6989d165-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:09:44.635Z", - "status": "succeeded", - "token": "0cec6989d165" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/library" - }, - "data": { - "id": "LB9b0e9c5538e649deb37db8d9bf14fec8", - "type": "libraries" - } - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/host", - "self": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/relationships/host" - }, - "data": { - "id": "HTf5918c01d1cd4b5c81b4a51c652c883d", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3/property" - }, - "data": { - "id": "PR487f72f5789e4723b79c1637e623da71", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71", - "self": "https://reactor.adobe.io/environments/ENf2508c8d05c045ccbebbccb088a2f2c3" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" } } ], @@ -90178,1812 +101266,2401 @@ "response_message": "OK" }, { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "name": "extension_packages.get_an_extension_package", + "endpoint": "/extension_packages/:id", "method": "GET", "request": null, "response": { - "data": [ - { - "id": "PR487f72f5789e4723b79c1637e623da71", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:39.177Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:39.177Z", - "platform": "web", - "development": false, - "token": "0548606019db", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "kessel-test::actions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "language", + "source" + ], + "properties": { + "global": { + "type": "boolean" + }, + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "javascript" + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "language", + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "language": { + "enum": [ + "html" + ] + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe Systems", + "email": "reactor@adobe.com" }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/company" + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "conditions": [ + { + "id": "kessel-test::conditions::browser", + "name": "browser", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "browsers" + ], + "properties": { + "browsers": { + "type": "array", + "items": { + "enum": [ + "Chrome", + "Firefox", + "IE", + "Edge", + "Safari", + "Mobile Safari" + ], + "type": "string" + } + } + }, + "additionalProperties": false }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } + "libPath": "src/lib/conditions/browser.js", + "viewPath": "conditions/browser.html", + "displayName": "Browser", + "categoryName": "Technology" }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/callbacks" - } + { + "id": "kessel-test::conditions::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/cookie.js", + "viewPath": "conditions/cookie.html", + "displayName": "Cookie", + "categoryName": "Data" }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/hosts" - } + { + "id": "kessel-test::conditions::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "displayName": "Custom Code", + "categoryName": "Data" + }, + { + "id": "kessel-test::conditions::date-range", + "name": "date-range", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "end": { + "type": "string", + "format": "date-time" + }, + "start": { + "type": "string", + "format": "date-time" + }, + "timezone": { + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/dateRange.js", + "viewPath": "conditions/dateRange.html", + "displayName": "Date Range", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::device-type", + "name": "device-type", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "deviceTypes" + ], + "properties": { + "deviceTypes": { + "type": "array", + "items": { + "enum": [ + "Desktop", + "iPhone", + "iPad", + "iPod", + "Nokia", + "Windows Phone", + "Blackberry", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/deviceType.js", + "viewPath": "conditions/deviceType.html", + "displayName": "Device Type", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::domain", + "name": "domain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "domains" + ], + "properties": { + "domains": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/domain.js", + "viewPath": "conditions/domain.html", + "displayName": "Domain", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::hash", + "name": "hash", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "hashes" + ], + "properties": { + "hashes": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/hash.js", + "viewPath": "conditions/hash.html", + "displayName": "Hash", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::landing-page", + "name": "landing-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "page" + ], + "properties": { + "page": { + "type": "string", + "minLength": 1 + }, + "pageIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/landingPage.js", + "viewPath": "conditions/landingPage.html", + "displayName": "Landing Page", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::max-frequency", + "name": "max-frequency", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "count", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "pageView", + "session", + "visitor", + "second", + "minute", + "day", + "week", + "month" + ], + "type": "string" + }, + "count": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "unit" + ], + "properties": { + "unit": { + "enum": [ + "visitor" + ], + "type": "string" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/maxFrequency.js", + "viewPath": "conditions/maxFrequency.html", + "displayName": "Max Frequency", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::new-returning-visitor", + "name": "new-returning-visitor", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "isNewVisitor" + ], + "properties": { + "isNewVisitor": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/newReturningVisitor.js", + "viewPath": "conditions/newReturningVisitor.html", + "displayName": "New/Returning Visitor", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::operating-system", + "name": "operating-system", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operatingSystems" + ], + "properties": { + "operatingSystems": { + "type": "array", + "items": { + "enum": [ + "Windows", + "MacOS", + "Linux", + "Unix", + "iOS", + "Android" + ], + "type": "string" + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/operatingSystem.js", + "viewPath": "conditions/operatingSystem.html", + "displayName": "Operating System", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::page-views", + "name": "page-views", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count", + "duration" + ], + "properties": { + "count": { + "type": "number" + }, + "duration": { + "enum": [ + "lifetime", + "session" + ], + "type": "string" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pageViews.js", + "viewPath": "conditions/pageViews.html", + "displayName": "Page Views", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::path", + "name": "path", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/path.js", + "viewPath": "conditions/path.html", + "displayName": "Path Without Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::path-and-querystring", + "name": "path-and-querystring", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "paths" + ], + "properties": { + "paths": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/pathAndQuerystring.js", + "viewPath": "conditions/pathAndQuerystring.html", + "displayName": "Path And Query String", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::protocol", + "name": "protocol", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "protocol" + ], + "properties": { + "protocol": { + "enum": [ + "http:", + "https:" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/protocol.js", + "viewPath": "conditions/protocol.html", + "displayName": "Protocol", + "categoryName": "URL" + }, + { + "id": "kessel-test::conditions::screen-resolution", + "name": "screen-resolution", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/screenResolution.js", + "viewPath": "conditions/screenResolution.html", + "displayName": "Screen Resolution", + "categoryName": "Technology" + }, + { + "id": "kessel-test::conditions::sampling", + "name": "sampling", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "rate" + ], + "properties": { + "rate": { + "type": "number", + "maximum": 1, + "minimum": 0 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sampling.js", + "viewPath": "conditions/sampling.html", + "displayName": "Sampling", + "categoryName": "Other" + }, + { + "id": "kessel-test::conditions::sessions", + "name": "sessions", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "count" + ], + "properties": { + "count": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/sessions.js", + "viewPath": "conditions/sessions.html", + "displayName": "Sessions", + "categoryName": "Engagement" + }, + { + "id": "kessel-test::conditions::subdomain", + "name": "subdomain", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "subdomains" + ], + "properties": { + "subdomains": { + "type": "array", + "items": { + "type": "object", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "minItems": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/subdomain.js", + "viewPath": "conditions/subdomain.html", + "displayName": "Subdomain", + "categoryName": "URL" }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/environments" - } + { + "id": "kessel-test::conditions::time-on-site", + "name": "time-on-site", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "operator", + "minutes" + ], + "properties": { + "minutes": { + "type": "number" + }, + "operator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/timeOnSite.js", + "viewPath": "conditions/timeOnSite.html", + "displayName": "Time On Site", + "categoryName": "Engagement" }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/libraries" - } + { + "id": "kessel-test::conditions::traffic-source", + "name": "traffic-source", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + }, + "sourceIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/trafficSource.js", + "viewPath": "conditions/trafficSource.html", + "displayName": "Traffic Source", + "categoryName": "Engagement" }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/data_elements" - } + { + "id": "kessel-test::conditions::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/queryStringParameter.js", + "viewPath": "conditions/queryStringParameter.html", + "displayName": "Query String Parameter", + "categoryName": "URL" }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/extensions" - } + { + "id": "kessel-test::conditions::value-comparison", + "name": "value-comparison", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/conditions/valueComparison.js", + "viewPath": "conditions/valueComparison.html", + "displayName": "Value Comparison", + "categoryName": "Data" }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/rules" - } + { + "id": "kessel-test::conditions::variable", + "name": "variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string", + "minLength": 1 + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/variable.js", + "viewPath": "conditions/variable.html", + "displayName": "Variable", + "categoryName": "Data" }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/notes" - } + { + "id": "kessel-test::conditions::window-size", + "name": "window-size", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "widthOperator", + "width", + "heightOperator", + "height" + ], + "properties": { + "width": { + "type": "number" + }, + "height": { + "type": "number" + }, + "widthOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + }, + "heightOperator": { + "enum": [ + ">", + "=", + "<" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/conditions/windowSize.js", + "viewPath": "conditions/windowSize.html", + "displayName": "Window Size", + "categoryName": "Technology" } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/data_elements", - "environments": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/environments", - "extensions": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/extensions", - "rules": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71/rules", - "self": "https://reactor.adobe.io/properties/PR487f72f5789e4723b79c1637e623da71" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/PR487f72f5789e4723b79c1637e623da71", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:45.148Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:45.148Z", - "platform": "web", - "development": false, - "token": "d87a6f3628d1", - "domains": [ - "example.com" ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/company" + "configuration": null, + "created_at": "2021-10-05T17:23:04.927Z", + "data_elements": [ + { + "id": "kessel-test::dataElements::cookie", + "name": "cookie", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/cookie.js", + "viewPath": "dataElements/cookie.html", + "displayName": "Cookie" }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/environments", - "extensions": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/extensions", - "rules": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/rules", - "self": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/PRde3c61d336104043a2272ad644b8eeeb/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTfeb4259873394f6d822d5b758c030b5b", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:09:50.390Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:09:50.390Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTfeb4259873394f6d822d5b758c030b5b/property" + { + "id": "kessel-test::dataElements::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/customCode.js", + "viewPath": "dataElements/customCode.html", + "displayName": "Custom Code" }, - "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb", - "self": "https://reactor.adobe.io/hosts/HTfeb4259873394f6d822d5b758c030b5b" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTfeb4259873394f6d822d5b758c030b5b", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:50.470Z", - "library_path": "17e0df72ece8/d87a6f3628d1", - "library_name": "launch-375f7792c3d6-development.min.js", - "library_entry_points": [ { - "library_name": "launch-375f7792c3d6-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.min.js" - ], - "license_path": "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.js" + "id": "kessel-test::dataElements::dom-attribute", + "name": "dom-attribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/domAttribute.js", + "viewPath": "dataElements/domAttribute.html", + "displayName": "DOM Attribute" }, { - "library_name": "launch-375f7792c3d6-development.js", - "minified": false, - "references": [ - "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:09:50.470Z", - "status": "succeeded", - "token": "375f7792c3d6" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/library" + "id": "kessel-test::dataElements::local-storage", + "name": "local-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/localStorage.js", + "viewPath": "dataElements/localStorage.html", + "displayName": "Local Storage" }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/host", - "self": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/relationships/host" + { + "id": "kessel-test::dataElements::page-info", + "name": "page-info", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "url", + "hostname", + "pathname", + "protocol", + "referrer", + "title" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/pageInfo.js", + "viewPath": "dataElements/pageInfo.html", + "displayName": "Page Info" }, - "data": { - "id": "HTfeb4259873394f6d822d5b758c030b5b", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/property" + { + "id": "kessel-test::dataElements::query-string-parameter", + "name": "query-string-parameter", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" }, - "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb", - "self": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/properties/:property_id/libraries", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "My Library" - }, - "type": "libraries" - } - }, - "response": { - "data": { - "id": "LB6f28498168e249f6bcc8e92263fc9888", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:09:50.557Z", - "name": "My Library", - "published_at": null, - "state": "development", - "updated_at": "2021-10-05T19:09:50.557Z", - "build_required": true - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/environment" + { + "id": "kessel-test::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/data_elements", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/extensions", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/rules", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/property" + { + "id": "kessel-test::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" }, - "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/last_build" + { + "id": "kessel-test::dataElements::javascript-variable", + "name": "javascript-variable", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "path" + ], + "properties": { + "path": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" }, - "data": null - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888" - }, - "meta": { - "build_status": null, - "build_required_detail": "No build found since last state change" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", - "type": "environments" - } - }, - "response": { - "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/environment", - "self": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLd69de6e692d64a74a67aa2c52d80000d", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:09:50.814Z", - "status": "pending", - "updated_at": "2021-10-05T19:09:50.814Z", - "token": "860f79631f71" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/rules" + { + "id": "kessel-test::dataElements::visitor-behavior", + "name": "visitor-behavior", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "attribute" + ], + "properties": { + "attribute": { + "enum": [ + "landingPage", + "trafficSource", + "minutesOnSite", + "sessionCount", + "sessionPageViewCount", + "lifetimePageViewCount", + "isNewVisitor" + ] + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/visitorBehavior.js", + "viewPath": "dataElements/visitorBehavior.html", + "displayName": "Visitor Behavior" } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/environment" + ], + "description": "Provides default event, condition, and data element types available to all Launch users.", + "discontinued": false, + "display_name": "Kessel Test", + "ecma_version": "es5", + "events": [ + { + "id": "kessel-test::events::blur", + "name": "blur", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/blur.js", + "viewPath": "events/blur.html", + "displayName": "Blur", + "categoryName": "Form" }, - "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/library" + { + "id": "kessel-test::events::change", + "name": "change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "value": { + "type": "string" + }, + "bubbleStop": { + "type": "boolean" + }, + "valueIsRegex": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/change.js", + "viewPath": "events/change.html", + "displayName": "Change", + "categoryName": "Form" }, - "data": { - "id": "LB6f28498168e249f6bcc8e92263fc9888", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d/property" + { + "id": "kessel-test::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "anchorDelay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/click.js", + "viewPath": "events/click.html", + "displayName": "Click", + "categoryName": "Mouse" }, - "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7", - "library": "https://reactor.adobe.io/libraries/LB6f28498168e249f6bcc8e92263fc9888", - "self": "https://reactor.adobe.io/builds/BLd69de6e692d64a74a67aa2c52d80000d" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d87a6f3628d1/860f79631f71/launch-375f7792c3d6-development.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_build", - "endpoint": "/builds/:build_id/environment", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "ENd3844cf9db684695a1267c573991a4d7", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:50.470Z", - "library_path": "17e0df72ece8/d87a6f3628d1", - "library_name": "launch-375f7792c3d6-development.min.js", - "library_entry_points": [ { - "library_name": "launch-375f7792c3d6-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.min.js" - ], - "license_path": "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.js" + "id": "kessel-test::events::custom-code", + "name": "custom-code", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "source" + ], + "properties": { + "source": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customCode.js", + "viewPath": "events/customCode.html", + "displayName": "Custom Code", + "categoryName": "Other" }, { - "library_name": "launch-375f7792c3d6-development.js", - "minified": false, - "references": [ - "17e0df72ece8/d87a6f3628d1/launch-375f7792c3d6-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:09:50.664Z", - "status": "succeeded", - "token": "375f7792c3d6" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/library" + "id": "kessel-test::events::custom-event", + "name": "custom-event", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "minLength": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/customEvent.js", + "viewPath": "events/customEvent.html", + "displayName": "Custom Event", + "categoryName": "Other" }, - "data": { - "id": "LB6f28498168e249f6bcc8e92263fc9888", - "type": "libraries" - } - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/host", - "self": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/relationships/host" + { + "id": "kessel-test::events::data-element-change", + "name": "data-element-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/dataElementChange.js", + "viewPath": "events/dataElementChange.html", + "displayName": "Data Element Change", + "categoryName": "Other" }, - "data": { - "id": "HTfeb4259873394f6d822d5b758c030b5b", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7/property" + { + "id": "kessel-test::events::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" }, - "data": { - "id": "PRde3c61d336104043a2272ad644b8eeeb", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb", - "self": "https://reactor.adobe.io/environments/ENd3844cf9db684695a1267c573991a4d7" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies", - "attributes": { - "created_at": "2021-10-05T15:03:14.763Z", - "name": "Reactor QE", - "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", - "token": "17e0df72ece8", - "cjm_enabled": true, - "edge_enabled": true, - "edge_events_allotment": null, - "edge_fanout_ratio": null, - "premium_cdn_enabled": false, - "sla_enabled": true - }, - "relationships": { - "properties": { - "links": { - "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" - }, - "meta": { - "rights": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "platform_rights": { - "edge": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "web": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ], - "mobile": [ - "develop_extensions", - "manage_properties", - "manage_app_configurations" - ] - } - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "PRde3c61d336104043a2272ad644b8eeeb", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:45.148Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:09:45.148Z", - "platform": "web", - "development": false, - "token": "d87a6f3628d1", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/company" + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/callbacks" - } + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/hosts" - } + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/environments" - } + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/libraries" - } + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/data_elements" - } + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/extensions" - } + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/rules" - } + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/environments", - "extensions": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/extensions", - "rules": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb/rules", - "self": "https://reactor.adobe.io/properties/PRde3c61d336104043a2272ad644b8eeeb" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/PRde3c61d336104043a2272ad644b8eeeb", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Edge Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Edge Example Property", - "platform": "edge" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:09:51.473Z", - "enabled": true, - "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:09:51.473Z", - "platform": "edge", - "development": false, - "token": "07ba0b13b4db" - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/company" + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/environments", - "extensions": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/extensions", - "rules": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/rules", - "self": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/PR163b871bc2624ba498884e4d43b560a8/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Managed by Adobe", - "type_of": "cloudflare_worker" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT7d01566a438f40a4a8669d04e6741ade", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:09:56.809Z", - "server": null, - "name": "Managed by Adobe", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:09:56.809Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT7d01566a438f40a4a8669d04e6741ade/property" + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" }, - "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8", - "self": "https://reactor.adobe.io/hosts/HT7d01566a438f40a4a8669d04e6741ade" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HT7d01566a438f40a4a8669d04e6741ade", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN0a8a4d7551164bdeba62ffdf07b7051f", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:56.924Z", - "library_path": "17e0df72ece8/07ba0b13b4db", - "library_name": "launch-30b815eeb58a-development.min.js", - "library_entry_points": [ { - "library_name": "launch-30b815eeb58a-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.min.js" - ], - "license_path": "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.js" + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" }, { - "library_name": "launch-30b815eeb58a-development.js", - "minified": false, - "references": [ - "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2021-10-05T19:09:56.924Z", - "status": "succeeded", - "token": "30b815eeb58a" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/library" + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/host", - "self": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/relationships/host" + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" }, - "data": { - "id": "HT7d01566a438f40a4a8669d04e6741ade", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/property" + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" }, - "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8", - "self": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/properties/:property_id/secrets", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Secret", - "type_of": "token", - "credentials": { - "token": "my secret token" - } - }, - "relationships": { - "environment": { - "data": { - "id": "EN0a8a4d7551164bdeba62ffdf07b7051f", - "type": "environments" - } - } - }, - "type": "secrets" - } - }, - "response": { - "data": { - "id": "SEb0b1d396dda44611bb39606313488238", - "type": "secrets", - "attributes": { - "created_at": "2021-10-05T19:09:57.065Z", - "updated_at": "2021-10-05T19:09:57.065Z", - "name": "Example Secret", - "type_of": "token", - "activated_at": null, - "expires_at": null, - "refresh_at": null, - "status": "pending", - "credentials": { - } - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/property" + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" }, - "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", - "type": "properties" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/environment" + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" }, - "data": { - "id": "EN0a8a4d7551164bdeba62ffdf07b7051f", - "type": "environments" + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" }, - "meta": { - "stage": "development" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/notes" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/data_elements" - } - } - }, - "links": { - "self": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238", - "property": "https://reactor.adobe.io/secrets/SEb0b1d396dda44611bb39606313488238/property" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "environments.get_the_environment_for_a_secret", - "endpoint": "/secrets/:secret_id/environment", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EN0a8a4d7551164bdeba62ffdf07b7051f", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:09:56.924Z", - "library_path": "17e0df72ece8/07ba0b13b4db", - "library_name": "launch-30b815eeb58a-development.min.js", - "library_entry_points": [ { - "library_name": "launch-30b815eeb58a-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.min.js" - ], - "license_path": "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.js" + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" }, { - "library_name": "launch-30b815eeb58a-development.js", - "minified": false, - "references": [ - "17e0df72ece8/07ba0b13b4db/launch-30b815eeb58a-development.js" - ] - } - ], - "name": "Development Environment A", - "path": null, - "stage": "development", - "updated_at": "2021-10-05T19:09:56.924Z", - "status": "succeeded", - "token": "30b815eeb58a" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/library" + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/host", - "self": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/relationships/host" + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" }, - "data": { - "id": "HT7d01566a438f40a4a8669d04e6741ade", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f/property" + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" }, - "data": { - "id": "PR163b871bc2624ba498884e4d43b560a8", - "type": "properties" + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8", - "self": "https://reactor.adobe.io/environments/EN0a8a4d7551164bdeba62ffdf07b7051f" - }, - "meta": { - "archive_encrypted": false - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.create_an_extension_package", - "endpoint": "/extension_packages", - "method": "POST", - "request": { - "package": "@[PACKAGE_PATH]" - }, - "response": { - "data": { - "id": "EP70d18cba57fa48988267fbf324c4e461", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "name": "Adobe Systems", - "url": "http://adobe.com", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2021-10-05T19:09:57.527Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1633460997", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2021-10-05T19:09:57.527Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461" - } - } - }, - "response_code": 202, - "response_message": "Accepted" - }, - { - "name": "extension_packages.create_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP70d18cba57fa48988267fbf324c4e461", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2021-10-05T19:09:57.527Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1633460997", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2021-10-05T19:09:57.527Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.create_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP70d18cba57fa48988267fbf324c4e461", - "type": "extension_packages", - "attributes": { - "actions": [ - - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP70d18cba57fa48988267fbf324c4e461", - "conditions": [ - - ], - "configuration": null, - "created_at": "2021-10-05T19:09:57.527Z", - "data_elements": [ - - ], - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "events": [ - ], "exchange_url": null, "hosted_lib_files": null, "icon_path": "resources/icons/core.svg", "main": null, - "name": "test-1633460997", + "name": "kessel-test", "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", "resources": null, "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T19:09:58.152Z", - "version": "1.0.0", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", "view_base_path": "dist/" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP70d18cba57fa48988267fbf324c4e461" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.create_an_extension_package", - "endpoint": "/extension_packages/EP70d18cba57fa48988267fbf324c4e461", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "/extension_packages", - "method": "POST", - "request": { - "package": "@[PACKAGE_PATH]" - }, - "response": { - "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "name": "Adobe Systems", - "url": "http://adobe.com", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1633461002", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2021-10-05T19:10:03.077Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" - } - } - }, - "response_code": 202, - "response_message": "Accepted" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", - "type": "extension_packages", - "attributes": { - "actions": null, - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": null, - "conditions": null, - "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", - "data_elements": null, - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "events": null, - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": null, - "main": null, - "name": "test-1633461002", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "pending", - "platform": "web", - "updated_at": "2021-10-05T19:10:03.077Z", - "version": "1.0.0", - "view_base_path": null - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", - "type": "extension_packages", - "attributes": { - "actions": [ - - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "development", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8bee821457f44b3daf98c0836e4c0925", - "conditions": [ - - ], - "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", - "data_elements": [ - - ], - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "events": [ - - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "test-1633461002", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T19:10:03.752Z", - "version": "1.0.0", - "view_base_path": "dist/" + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "/extension_packages/:id", - "method": "PATCH", - "request": { - "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", - "type": "extension_packages", "meta": { - "action": "release_private" - } - } - }, - "response": { - "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", - "type": "extension_packages", - "attributes": { - "actions": [ - - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "private", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8bee821457f44b3daf98c0836e4c0925", - "conditions": [ - - ], - "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", - "data_elements": [ - - ], - "description": "Provides nothing.", - "discontinued": false, - "display_name": "Kessel Template Test", - "events": [ - - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "test-1633461002", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T19:10:08.320Z", - "version": "1.0.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.discontinue_an_extension_package", - "endpoint": "/extension_packages/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "discontinued": true - }, - "type": "extension_packages", - "id": "EP8bee821457f44b3daf98c0836e4c0925" - } - }, - "response": { - "data": { - "id": "EP8bee821457f44b3daf98c0836e4c0925", - "type": "extension_packages", - "attributes": { - "actions": [ - - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "private", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8bee821457f44b3daf98c0836e4c0925", - "conditions": [ - - ], - "configuration": null, - "created_at": "2021-10-05T19:10:03.077Z", - "data_elements": [ - - ], - "description": "Provides nothing.", - "discontinued": true, - "display_name": "Kessel Template Test", - "events": [ - - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "test-1633461002", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T19:10:08.473Z", - "version": "1.0.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP8bee821457f44b3daf98c0836e4c0925" + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" } } }, @@ -91991,7 +103668,7 @@ "response_message": "OK" }, { - "name": "extension_packages.get_an_extension_package", + "name": "extension_packages.list_all_extension_packages", "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", "method": "GET", "request": null, @@ -93247,6 +104924,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -93582,423 +105260,16 @@ } } }, - "additionalProperties": false - }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { - }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" }, { - "id": "kessel-test::events::media-pause", - "name": "media-pause", + "id": "kessel-test::events::media-ended", + "name": "media-ended", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -94042,20 +105313,24 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", "categoryName": "Media" }, { - "id": "kessel-test::events::media-play", - "name": "media-play", + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { - "bubbleStop": { - "type": "boolean" + "delay": { + "type": "number", + "minimum": 1 }, "elementSelector": { "type": "string", @@ -94083,24 +105358,18 @@ }, "additionalProperties": false } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" }, { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", + "id": "kessel-test::events::focus", + "name": "focus", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -94144,18 +105413,25 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" }, { - "id": "kessel-test::events::submit", - "name": "submit", + "id": "kessel-test::events::hover", + "name": "hover", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, "bubbleStop": { "type": "boolean" }, @@ -94195,73 +105471,18 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" }, { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", + "id": "kessel-test::events::key-press", + "name": "key-press", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, "bubbleStop": { "type": "boolean" }, @@ -94301,14 +105522,14 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" }, { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -94352,2471 +105573,1259 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", "categoryName": "Media" }, { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", + "id": "kessel-test::events::history-change", + "name": "history-change", "schema": { }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.get_an_extension_package", - "endpoint": "/extension_packages/:id", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "kessel-test::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "displayName": "Custom Code" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe Systems", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", - "conditions": [ - { - "id": "kessel-test::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } + "elementSelector": { + "type": "string", + "minLength": 1 }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::path", - "name": "path", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::path-and-querystring", - "name": "path-and-querystring", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], - "properties": { - "paths": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "additionalProperties": false + } }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::protocol", - "name": "protocol", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::screen-resolution", - "name": "screen-resolution", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" - }, - { - "id": "kessel-test::conditions::sampling", - "name": "sampling", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "rate" - ], - "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", - "categoryName": "Other" - }, - { - "id": "kessel-test::conditions::sessions", - "name": "sessions", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count" - ], - "properties": { - "count": { - "type": "number" - }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "bubbleFireIfParent": { + "type": "boolean" }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "type": "number" + "bubbleFireIfChildFired": { + "type": "boolean" + } }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::traffic-source", - "name": "traffic-source", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "sourceIsRegex": { - "type": "boolean" - } + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { }, - "additionalProperties": false + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" - }, - { - "id": "kessel-test::conditions::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { }, - "additionalProperties": false + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, - { - "id": "kessel-test::conditions::value-comparison", - "name": "value-comparison", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", + "schema": { + }, + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::media-pause", + "name": "media-pause", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { "type": "object", "required": [ - "operator" + "name", + "value" ], "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], + "name": { + "type": "string", + "minLength": 1 + }, + "value": { "type": "string" }, - "caseInsensitive": { + "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] } }, - "additionalProperties": false + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-play", + "name": "media-play", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { "type": "object", "required": [ - "operator" + "name", + "value" ], "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], + "name": { + "type": "string", + "minLength": 1 + }, + "value": { "type": "string" }, - "caseInsensitive": { + "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 } }, - "additionalProperties": false + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { "type": "object", "required": [ - "operator" + "name", + "value" ], "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], + "name": { + "type": "string", + "minLength": 1 + }, + "value": { "type": "string" + }, + "valueIsRegex": { + "type": "boolean" } }, "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] } }, - "additionalProperties": false + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } }, - { - "required": [ - "leftOperand", - "comparison" - ], - "properties": { - "comparison": { + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::submit", + "name": "submit", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { "type": "object", "required": [ - "operator" + "name", + "value" ], "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], + "name": { + "type": "string", + "minLength": 1 + }, + "value": { "type": "string" + }, + "valueIsRegex": { + "type": "boolean" } }, "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" } }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/valueComparison.js", - "viewPath": "conditions/valueComparison.html", - "displayName": "Value Comparison", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::variable", - "name": "variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", - "categoryName": "Data" - }, - { - "id": "kessel-test::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" - } - ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", - "data_elements": [ - { - "id": "kessel-test::dataElements::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" - }, - { - "id": "kessel-test::dataElements::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/customCode.js", - "viewPath": "dataElements/customCode.html", - "displayName": "Custom Code" - }, - { - "id": "kessel-test::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "kessel-test::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "kessel-test::dataElements::page-info", - "name": "page-info", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, - { - "id": "kessel-test::dataElements::query-string-parameter", - "name": "query-string-parameter", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" - }, - "min": { - "type": "integer" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" - }, - { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, - { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], - "properties": { - "path": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" - }, - { - "id": "kessel-test::dataElements::visitor-behavior", - "name": "visitor-behavior", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" - } - ], - "description": "Provides default event, condition, and data element types available to all Launch users.", - "discontinued": false, - "display_name": "Kessel Test", - "events": [ - { - "id": "kessel-test::events::blur", - "name": "blur", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::change", - "name": "change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "value": { - "type": "string" - }, - "bubbleStop": { - "type": "boolean" - }, - "valueIsRegex": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::click", - "name": "click", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "anchorDelay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + { + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { }, - "additionalProperties": false + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { }, - "additionalProperties": false + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "displayName": "Custom Code", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::custom-event", - "name": "custom-event", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "minLength": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::data-element-change", - "name": "data-element-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", - "schema": { - }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::element-exists", - "name": "element-exists", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-ended", - "name": "media-ended", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, - "bubbleFireIfParent": { - "type": "boolean" + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } }, - "bubbleFireIfChildFired": { - "type": "boolean" - } + "additionalProperties": false }, - "additionalProperties": false + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" + { + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extension_packages.list_all_extension_packages", + "endpoint": "/extension_packages", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "EP15ad9902f1d743e28357a6e1d652cbf0", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "air_mount::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" }, - { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP15ad9902f1d743e28357a6e1d652cbf0", + "conditions": [ + { + "id": "air_mount::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "air_mount::extensionConfiguration::config", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "elementSelector" + "reportSuiteId" ], "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } + "reportSuiteId": { + "type": "string" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" + "viewPath": "extensionConfiguration.html" }, - { - "id": "kessel-test::events::focus", - "name": "focus", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } + "created_at": "2022-01-31T16:51:48.477Z", + "data_elements": [ + { + "id": "air_mount::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" }, - "additionalProperties": false + "maxItems": 1, + "minItems": 1 } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::hover", - "name": "hover", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], - "properties": { - "delay": { - "type": "number", - "minimum": 1 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "air_mount::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false - }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::key-press", - "name": "key-press", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Quam similique velit non tempore est ea mollitia quia.", + "discontinued": false, + "display_name": "Air Mount", + "ecma_version": null, + "events": [ + { + "id": "air_mount::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } } - }, - "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" - }, - { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" + { + "id": "air_mount::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } } - }, - "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { - }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.air_mount.html", + "hosted_lib_files": null, + "icon_path": "eaque-nihil/icon.png", + "main": null, + "name": "air_mount", + "owner_org_id": "45FEE20EE371F8611BCCA8B1@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:51:48.546Z", + "version": "8.29.27", + "view_base_path": "occaecati-voluptatum/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP15ad9902f1d743e28357a6e1d652cbf0" + } + }, + { + "id": "EPcb35cda2768a417fb90d0ba2a2b71cfd", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "air_receiver::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" }, - { - "id": "kessel-test::events::mousedown", - "name": "mousedown", + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPcb35cda2768a417fb90d0ba2a2b71cfd", + "conditions": [ + { + "id": "air_receiver::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "air_receiver::extensionConfiguration::config", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" + "reportSuiteId": { + "type": "string" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, - { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", - "schema": { - }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", - "schema": { - }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" - }, - { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", - "schema": { - }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" - }, - { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", - "schema": { + } }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" + "viewPath": "extensionConfiguration.html" }, - { - "id": "kessel-test::events::media-pause", - "name": "media-pause", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } + "created_at": "2022-01-31T17:08:59.667Z", + "data_elements": [ + { + "id": "air_receiver::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" }, - "additionalProperties": false + "maxItems": 1, + "minItems": 1 } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-play", - "name": "media-play", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false + { + "id": "air_receiver::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Saepe amet delectus dolor repellat vitae modi reprehenderit.", + "discontinued": false, + "display_name": "Air Receiver", + "ecma_version": null, + "events": [ + { + "id": "air_receiver::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } } - }, - "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" + { + "id": "air_receiver::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } } - }, - "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.air_receiver.html", + "hosted_lib_files": null, + "icon_path": "at-reprehenderit/icon.png", + "main": null, + "name": "air_receiver", + "owner_org_id": "8A54040D7B78FBB4D755AA59@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:08:59.741Z", + "version": "33.7.10", + "view_base_path": "provident_necessitatibus/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPcb35cda2768a417fb90d0ba2a2b71cfd" + } + }, + { + "id": "EPf414ab4fe91c4f07a8b391c3bf722ad6", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "audible_direct_component::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPf414ab4fe91c4f07a8b391c3bf722ad6", + "conditions": [ + { + "id": "audible_direct_component::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "audible_direct_component::extensionConfiguration::config", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "timeOnPage" + "reportSuiteId" ], "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 + "reportSuiteId": { + "type": "string" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "viewPath": "extensionConfiguration.html" }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } + "created_at": "2022-01-31T16:52:19.333Z", + "data_elements": [ + { + "id": "audible_direct_component::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" }, - "additionalProperties": false + "maxItems": 1, + "minItems": 1 } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" + { + "id": "audible_direct_component::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Velit adipisci neque culpa nostrum.", + "discontinued": false, + "display_name": "Audible Direct Component", + "ecma_version": null, + "events": [ + { + "id": "audible_direct_component::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } } - }, - "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" } }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + { + "id": "audible_direct_component::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.audible_direct_component.html", + "hosted_lib_files": null, + "icon_path": "itaque.laboriosam/icon.png", + "main": null, + "name": "audible_direct_component", + "owner_org_id": "3671D85F98EEFDC61B1ADA46@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:52:19.408Z", + "version": "25.9.26", + "view_base_path": "laudantium.quod/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPf414ab4fe91c4f07a8b391c3bf722ad6" + } }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.list_all_extension_packages", - "endpoint": "/extension_packages?filter[name]=EQ%20kessel-test", - "method": "GET", - "request": null, - "response": { - "data": [ { - "id": "EP0a210026dfb94796a7dce97a90a8f357", + "id": "EP56a06c4685ae4a469e3f5f3b929a822c", "type": "extension_packages", "attributes": { "actions": [ { - "id": "kessel-test::actions::custom-code", + "id": "core::actions::custom-code", "name": "custom-code", "schema": { "type": "object", @@ -96865,19 +106874,46 @@ }, "libPath": "src/lib/actions/customCode.js", "viewPath": "actions/customCode.html", + "transforms": [ + { + "type": "customCode", + "propertyPath": "source" + } + ], "displayName": "Custom Code" + }, + { + "id": "core::actions::direct-call", + "name": "direct-call", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "identifier" + ], + "properties": { + "identifier": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/actions/directCall.js", + "viewPath": "actions/directCall.html", + "displayName": "Trigger Direct Call" } ], "author": { "url": "http://adobe.com", - "name": "Adobe Systems", + "name": "Adobe", "email": "reactor@adobe.com" }, "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0a210026dfb94796a7dce97a90a8f357", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP56a06c4685ae4a469e3f5f3b929a822c", "conditions": [ { - "id": "kessel-test::conditions::browser", + "id": "core::conditions::browser", "name": "browser", "schema": { "type": "object", @@ -96909,7 +106945,7 @@ "categoryName": "Technology" }, { - "id": "kessel-test::conditions::cookie", + "id": "core::conditions::cookie", "name": "cookie", "schema": { "type": "object", @@ -96938,7 +106974,7 @@ "categoryName": "Data" }, { - "id": "kessel-test::conditions::custom-code", + "id": "core::conditions::custom-code", "name": "custom-code", "schema": { "type": "object", @@ -96956,11 +106992,21 @@ }, "libPath": "src/lib/conditions/customCode.js", "viewPath": "conditions/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "event", + "target" + ], + "propertyPath": "source" + } + ], "displayName": "Custom Code", "categoryName": "Data" }, { - "id": "kessel-test::conditions::date-range", + "id": "core::conditions::date-range", "name": "date-range", "schema": { "type": "object", @@ -96982,11 +107028,17 @@ }, "libPath": "src/lib/conditions/dateRange.js", "viewPath": "conditions/dateRange.html", + "transforms": [ + { + "type": "remove", + "propertyPath": "timezone" + } + ], "displayName": "Date Range", "categoryName": "Other" }, { - "id": "kessel-test::conditions::device-type", + "id": "core::conditions::device-type", "name": "device-type", "schema": { "type": "object", @@ -97020,7 +107072,7 @@ "categoryName": "Technology" }, { - "id": "kessel-test::conditions::domain", + "id": "core::conditions::domain", "name": "domain", "schema": { "type": "object", @@ -97044,7 +107096,7 @@ "categoryName": "URL" }, { - "id": "kessel-test::conditions::hash", + "id": "core::conditions::hash", "name": "hash", "schema": { "type": "object", @@ -97082,7 +107134,7 @@ "categoryName": "URL" }, { - "id": "kessel-test::conditions::landing-page", + "id": "core::conditions::landing-page", "name": "landing-page", "schema": { "type": "object", @@ -97107,7 +107159,7 @@ "categoryName": "Engagement" }, { - "id": "kessel-test::conditions::max-frequency", + "id": "core::conditions::max-frequency", "name": "max-frequency", "schema": { "type": "object", @@ -97161,7 +107213,7 @@ "categoryName": "Other" }, { - "id": "kessel-test::conditions::new-returning-visitor", + "id": "core::conditions::new-returning-visitor", "name": "new-returning-visitor", "schema": { "type": "object", @@ -97182,7 +107234,7 @@ "categoryName": "Engagement" }, { - "id": "kessel-test::conditions::operating-system", + "id": "core::conditions::operating-system", "name": "operating-system", "schema": { "type": "object", @@ -97214,7 +107266,7 @@ "categoryName": "Technology" }, { - "id": "kessel-test::conditions::page-views", + "id": "core::conditions::page-views", "name": "page-views", "schema": { "type": "object", @@ -97252,7 +107304,7 @@ "categoryName": "Engagement" }, { - "id": "kessel-test::conditions::path", + "id": "core::conditions::path", "name": "path", "schema": { "type": "object", @@ -97290,7 +107342,7 @@ "categoryName": "URL" }, { - "id": "kessel-test::conditions::path-and-querystring", + "id": "core::conditions::path-and-querystring", "name": "path-and-querystring", "schema": { "type": "object", @@ -97328,7 +107380,7 @@ "categoryName": "URL" }, { - "id": "kessel-test::conditions::protocol", + "id": "core::conditions::protocol", "name": "protocol", "schema": { "type": "object", @@ -97353,7 +107405,7 @@ "categoryName": "URL" }, { - "id": "kessel-test::conditions::screen-resolution", + "id": "core::conditions::screen-resolution", "name": "screen-resolution", "schema": { "type": "object", @@ -97396,7 +107448,7 @@ "categoryName": "Technology" }, { - "id": "kessel-test::conditions::sampling", + "id": "core::conditions::sampling", "name": "sampling", "schema": { "type": "object", @@ -97409,6 +107461,9 @@ "type": "number", "maximum": 1, "minimum": 0 + }, + "persistCohort": { + "type": "boolean" } }, "additionalProperties": false @@ -97419,7 +107474,7 @@ "categoryName": "Other" }, { - "id": "kessel-test::conditions::sessions", + "id": "core::conditions::sessions", "name": "sessions", "schema": { "type": "object", @@ -97449,7 +107504,7 @@ "categoryName": "Engagement" }, { - "id": "kessel-test::conditions::subdomain", + "id": "core::conditions::subdomain", "name": "subdomain", "schema": { "type": "object", @@ -97487,7 +107542,7 @@ "categoryName": "URL" }, { - "id": "kessel-test::conditions::time-on-site", + "id": "core::conditions::time-on-site", "name": "time-on-site", "schema": { "type": "object", @@ -97498,7 +107553,15 @@ ], "properties": { "minutes": { - "type": "number" + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] }, "operator": { "enum": [ @@ -97517,7 +107580,7 @@ "categoryName": "Engagement" }, { - "id": "kessel-test::conditions::traffic-source", + "id": "core::conditions::traffic-source", "name": "traffic-source", "schema": { "type": "object", @@ -97542,7 +107605,7 @@ "categoryName": "Engagement" }, { - "id": "kessel-test::conditions::query-string-parameter", + "id": "core::conditions::query-string-parameter", "name": "query-string-parameter", "schema": { "type": "object", @@ -97572,7 +107635,7 @@ "categoryName": "URL" }, { - "id": "kessel-test::conditions::value-comparison", + "id": "core::conditions::value-comparison", "name": "value-comparison", "schema": { "type": "object", @@ -97746,7 +107809,7 @@ "categoryName": "Data" }, { - "id": "kessel-test::conditions::variable", + "id": "core::conditions::variable", "name": "variable", "schema": { "type": "object", @@ -97776,7 +107839,7 @@ "categoryName": "Data" }, { - "id": "kessel-test::conditions::window-size", + "id": "core::conditions::window-size", "name": "window-size", "schema": { "type": "object", @@ -97819,11 +107882,266 @@ "categoryName": "Technology" } ], - "configuration": null, - "created_at": "2021-10-05T17:23:04.927Z", + "configuration": { + "id": "core::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "cspNonce": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + }, + "viewPath": "configuration/configuration.html" + }, + "created_at": "2021-10-05T16:00:29.018Z", "data_elements": [ { - "id": "kessel-test::dataElements::cookie", + "id": "core::dataElements::conditional-value", + "name": "conditional-value", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "leftOperand", + "comparison", + "rightOperand" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "equals", + "doesNotEqual" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + }, + "fallbackValue": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + }, + "conditionalValue": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string" + } + ] + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand", + "conditionalValue", + "fallbackValue" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "contains", + "doesNotContain", + "startsWith", + "doesNotStartWith", + "endsWith", + "doesNotEndWith", + "matchesRegex", + "doesNotMatchRegex" + ], + "type": "string" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "type": "string", + "minLength": 1 + }, + "fallbackValue": { + "type": "string" + }, + "conditionalValue": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "rightOperand", + "conditionalValue", + "fallbackValue" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "lessThan", + "lessThanOrEqual", + "greaterThan", + "greaterThanOrEqual" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "rightOperand": { + "oneOf": [ + { + "type": "number" + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "fallbackValue": { + "type": "string" + }, + "conditionalValue": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + { + "required": [ + "leftOperand", + "comparison", + "conditionalValue", + "fallbackValue" + ], + "properties": { + "comparison": { + "type": "object", + "required": [ + "operator" + ], + "properties": { + "operator": { + "enum": [ + "isTrue", + "isTruthy", + "isFalse", + "isFalsy" + ], + "type": "string" + } + }, + "additionalProperties": false + }, + "leftOperand": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "fallbackValue": { + "type": "string" + }, + "conditionalValue": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + } + ], + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "src/lib/dataElements/conditionalValue.js", + "viewPath": "dataElements/conditionalValue.html", + "displayName": "Conditional Value" + }, + { + "id": "core::dataElements::constant", + "name": "constant", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "value" + ], + "properties": { + "value": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/constant.js", + "viewPath": "dataElements/constant.html", + "displayName": "Constant" + }, + { + "id": "core::dataElements::cookie", "name": "cookie", "schema": { "type": "object", @@ -97844,7 +108162,7 @@ "displayName": "Cookie" }, { - "id": "kessel-test::dataElements::custom-code", + "id": "core::dataElements::custom-code", "name": "custom-code", "schema": { "type": "object", @@ -97862,10 +108180,19 @@ }, "libPath": "src/lib/dataElements/customCode.js", "viewPath": "dataElements/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "event" + ], + "propertyPath": "source" + } + ], "displayName": "Custom Code" }, { - "id": "kessel-test::dataElements::dom-attribute", + "id": "core::dataElements::dom-attribute", "name": "dom-attribute", "schema": { "type": "object", @@ -97891,7 +108218,33 @@ "displayName": "DOM Attribute" }, { - "id": "kessel-test::dataElements::local-storage", + "id": "core::dataElements::runtime-environment", + "name": "runtime-environment", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "attribute": { + "enum": [ + "environmentStage", + "buildDate", + "propertyName", + "propertyId", + "ruleName", + "ruleId", + "eventType", + "eventDetail", + "DCRIdentifier" + ] + } + } + }, + "libPath": "src/lib/dataElements/runtimeEnvironment.js", + "viewPath": "dataElements/runtimeEnvironment.html", + "displayName": "Runtime Environment" + }, + { + "id": "core::dataElements::local-storage", "name": "local-storage", "schema": { "type": "object", @@ -97912,7 +108265,32 @@ "displayName": "Local Storage" }, { - "id": "kessel-test::dataElements::page-info", + "id": "core::dataElements::merged-objects", + "name": "merged-objects", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "objects" + ], + "properties": { + "objects": { + "type": "array", + "items": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/mergedObjects.js", + "viewPath": "dataElements/mergedObjects.html", + "displayName": "Merged Objects" + }, + { + "id": "core::dataElements::page-info", "name": "page-info", "schema": { "type": "object", @@ -97939,7 +108317,7 @@ "displayName": "Page Info" }, { - "id": "kessel-test::dataElements::query-string-parameter", + "id": "core::dataElements::query-string-parameter", "name": "query-string-parameter", "schema": { "type": "object", @@ -97952,84 +108330,294 @@ "type": "string", "minLength": 1 }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" - }, - { - "id": "kessel-test::dataElements::random-number", - "name": "random-number", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "min", - "max" - ], - "properties": { - "max": { - "type": "integer" + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/queryStringParameter.js", + "viewPath": "dataElements/queryStringParameter.html", + "displayName": "Query String Parameter" + }, + { + "id": "core::dataElements::random-number", + "name": "random-number", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "min", + "max" + ], + "properties": { + "max": { + "type": "integer" + }, + "min": { + "type": "integer" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/randomNumber.js", + "viewPath": "dataElements/randomNumber.html", + "displayName": "Random Number" + }, + { + "id": "core::dataElements::session-storage", + "name": "session-storage", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/dataElements/sessionStorage.js", + "viewPath": "dataElements/sessionStorage.html", + "displayName": "Session Storage" + }, + { + "id": "core::dataElements::javascript-tools", + "name": "javascript-tools", + "schema": { + "type": "object", + "oneOf": [ + { + "required": [ + "sourceValue", + "operator", + "searchValue" + ], + "properties": { + "operator": { + "enum": [ + "simpleReplace" + ] + }, + "searchValue": { + "type": "string", + "minLength": 1 + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "replacementValue": { + "type": "string" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator", + "regexInput" + ], + "properties": { + "operator": { + "enum": [ + "regexReplace" + ] + }, + "regexInput": { + "type": "string", + "minLength": 1 + }, + "replaceAll": { + "type": "boolean" + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "caseInsensitive": { + "type": "boolean" + }, + "replacementValue": { + "type": "string" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator", + "start" + ], + "properties": { + "end": { + "type": "number" + }, + "start": { + "type": "number" + }, + "operator": { + "enum": [ + "substring", + "slice" + ] + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator", + "regexInput" + ], + "properties": { + "operator": { + "enum": [ + "regexMatch" + ] + }, + "regexInput": { + "type": "string", + "minLength": 1 + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + }, + "caseInsensitive": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator" + ], + "properties": { + "operator": { + "enum": [ + "length", + "arrayPop", + "arrayShift" + ] + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false + }, + { + "required": [ + "sourceValue", + "operator", + "searchValue" + ], + "properties": { + "operator": { + "enum": [ + "indexOf", + "lastIndexOf" + ] + }, + "searchValue": { + "type": "string", + "minLength": 1 + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false }, - "min": { - "type": "integer" + { + "required": [ + "sourceValue", + "operator", + "delimiter" + ], + "properties": { + "operator": { + "enum": [ + "join", + "split" + ] + }, + "delimiter": { + "type": "string", + "minLength": 1 + }, + "sourceValue": { + "type": "string", + "pattern": "^%([^%]+)%$" + } + }, + "additionalProperties": false } - }, - "additionalProperties": false + ], + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" + "libPath": "src/lib/dataElements/javascriptTools.js", + "viewPath": "dataElements/javascriptTools.html", + "displayName": "JavaScript Tools" }, { - "id": "kessel-test::dataElements::session-storage", - "name": "session-storage", + "id": "core::dataElements::javascript-variable", + "name": "javascript-variable", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name" + "path" ], "properties": { - "name": { + "path": { "type": "string", "minLength": 1 } }, "additionalProperties": false }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" + "libPath": "src/lib/dataElements/javascriptVariable.js", + "viewPath": "dataElements/javascriptVariable.html", + "displayName": "JavaScript Variable" }, { - "id": "kessel-test::dataElements::javascript-variable", - "name": "javascript-variable", + "id": "core::dataElements::device-attributes", + "name": "device-attributes", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "path" - ], "properties": { - "path": { - "type": "string", - "minLength": 1 + "attribute": { + "enum": [ + "windowSize", + "screenSize" + ] } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" + "libPath": "src/lib/dataElements/deviceAttributes.js", + "viewPath": "dataElements/deviceAttributes.html", + "displayName": "Device Attributes" }, { - "id": "kessel-test::dataElements::visitor-behavior", + "id": "core::dataElements::visitor-behavior", "name": "visitor-behavior", "schema": { "type": "object", @@ -98057,12 +108645,13 @@ "displayName": "Visitor Behavior" } ], - "description": "Provides default event, condition, and data element types available to all Launch users.", + "description": "Provides default event, condition, and data element types available to all Launch properties.", "discontinued": false, - "display_name": "Kessel Test", + "display_name": "Core", + "ecma_version": "es5", "events": [ { - "id": "kessel-test::events::blur", + "id": "core::events::blur", "name": "blur", "schema": { "type": "object", @@ -98113,7 +108702,7 @@ "categoryName": "Form" }, { - "id": "kessel-test::events::change", + "id": "core::events::change", "name": "change", "schema": { "type": "object", @@ -98170,7 +108759,7 @@ "categoryName": "Form" }, { - "id": "kessel-test::events::click", + "id": "core::events::click", "name": "click", "schema": { "type": "object", @@ -98180,8 +108769,16 @@ "type": "boolean" }, "anchorDelay": { - "type": "number", - "minimum": 1 + "oneOf": [ + { + "type": "number", + "minimum": 1 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] }, "elementSelector": { "type": "string", @@ -98225,7 +108822,7 @@ "categoryName": "Mouse" }, { - "id": "kessel-test::events::custom-code", + "id": "core::events::custom-code", "name": "custom-code", "schema": { "type": "object", @@ -98243,11 +108840,20 @@ }, "libPath": "src/lib/events/customCode.js", "viewPath": "events/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "trigger" + ], + "propertyPath": "source" + } + ], "displayName": "Custom Code", "categoryName": "Other" }, { - "id": "kessel-test::events::custom-event", + "id": "core::events::custom-event", "name": "custom-event", "schema": { "type": "object", @@ -98305,7 +108911,7 @@ "categoryName": "Other" }, { - "id": "kessel-test::events::data-element-change", + "id": "core::events::data-element-change", "name": "data-element-change", "schema": { "type": "object", @@ -98327,7 +108933,7 @@ "categoryName": "Other" }, { - "id": "kessel-test::events::direct-call", + "id": "core::events::direct-call", "name": "direct-call", "schema": { "type": "object", @@ -98349,7 +108955,7 @@ "categoryName": "Other" }, { - "id": "kessel-test::events::dom-ready", + "id": "core::events::dom-ready", "name": "dom-ready", "schema": { }, @@ -98358,7 +108964,7 @@ "categoryName": "Page Load" }, { - "id": "kessel-test::events::element-exists", + "id": "core::events::element-exists", "name": "element-exists", "schema": { "type": "object", @@ -98403,7 +109009,7 @@ "categoryName": "Other" }, { - "id": "kessel-test::events::media-ended", + "id": "core::events::media-ended", "name": "media-ended", "schema": { "type": "object", @@ -98454,7 +109060,7 @@ "categoryName": "Media" }, { - "id": "kessel-test::events::enters-viewport", + "id": "core::events::enters-viewport", "name": "enters-viewport", "schema": { "type": "object", @@ -98464,8 +109070,23 @@ ], "properties": { "delay": { - "type": "number", - "minimum": 1 + "oneOf": [ + { + "type": "number", + "minimum": 1 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "frequency": { + "enum": [ + "firstEntry", + "everyEntry" + ], + "type": "string" }, "elementSelector": { "type": "string", @@ -98503,7 +109124,7 @@ "categoryName": "Other" }, { - "id": "kessel-test::events::focus", + "id": "core::events::focus", "name": "focus", "schema": { "type": "object", @@ -98554,7 +109175,7 @@ "categoryName": "Form" }, { - "id": "kessel-test::events::hover", + "id": "core::events::hover", "name": "hover", "schema": { "type": "object", @@ -98564,8 +109185,16 @@ ], "properties": { "delay": { - "type": "number", - "minimum": 1 + "oneOf": [ + { + "type": "number", + "minimum": 1 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] }, "bubbleStop": { "type": "boolean" @@ -98612,7 +109241,7 @@ "categoryName": "Mouse" }, { - "id": "kessel-test::events::key-press", + "id": "core::events::key-press", "name": "key-press", "schema": { "type": "object", @@ -98663,7 +109292,7 @@ "categoryName": "Keyboard" }, { - "id": "kessel-test::events::media-loaded-data", + "id": "core::events::media-loaded-data", "name": "media-loaded-data", "schema": { "type": "object", @@ -98714,7 +109343,7 @@ "categoryName": "Media" }, { - "id": "kessel-test::events::history-change", + "id": "core::events::history-change", "name": "history-change", "schema": { }, @@ -98723,7 +109352,7 @@ "categoryName": "Other" }, { - "id": "kessel-test::events::mousedown", + "id": "core::events::mousedown", "name": "mousedown", "schema": { "type": "object", @@ -98774,7 +109403,7 @@ "categoryName": "Mouse" }, { - "id": "kessel-test::events::window-loaded", + "id": "core::events::window-loaded", "name": "window-loaded", "schema": { }, @@ -98783,7 +109412,7 @@ "categoryName": "Page Load" }, { - "id": "kessel-test::events::orientation-change", + "id": "core::events::orientation-change", "name": "orientation-change", "schema": { }, @@ -98792,7 +109421,7 @@ "categoryName": "Mobile" }, { - "id": "kessel-test::events::page-bottom", + "id": "core::events::page-bottom", "name": "page-bottom", "schema": { }, @@ -98801,7 +109430,7 @@ "categoryName": "Page Load" }, { - "id": "kessel-test::events::library-loaded", + "id": "core::events::library-loaded", "name": "library-loaded", "schema": { }, @@ -98810,7 +109439,7 @@ "categoryName": "Page Load" }, { - "id": "kessel-test::events::media-pause", + "id": "core::events::media-pause", "name": "media-pause", "schema": { "type": "object", @@ -98861,7 +109490,7 @@ "categoryName": "Media" }, { - "id": "kessel-test::events::media-play", + "id": "core::events::media-play", "name": "media-play", "schema": { "type": "object", @@ -98897,1146 +109526,376 @@ "additionalProperties": false } }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::submit", - "name": "submit", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, - { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", - "schema": { - }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", - "schema": { - }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" - }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" - }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" - } - ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", - "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" - }, - "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "extension_packages.list_all_extension_packages", - "endpoint": "/extension_packages", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "EP56a06c4685ae4a469e3f5f3b929a822c", - "type": "extension_packages", - "attributes": { - "actions": [ - { - "id": "core::actions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "language", - "source" - ], - "properties": { - "global": { - "type": "boolean" - }, - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "javascript" - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "language", - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - }, - "language": { - "enum": [ - "html" - ] - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/actions/customCode.js", - "viewPath": "actions/customCode.html", - "transforms": [ - { - "type": "customCode", - "propertyPath": "source" - } - ], - "displayName": "Custom Code" - }, - { - "id": "core::actions::direct-call", - "name": "direct-call", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "identifier" - ], - "properties": { - "identifier": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/actions/directCall.js", - "viewPath": "actions/directCall.html", - "displayName": "Trigger Direct Call" - } - ], - "author": { - "url": "http://adobe.com", - "name": "Adobe", - "email": "reactor@adobe.com" - }, - "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP56a06c4685ae4a469e3f5f3b929a822c", - "conditions": [ - { - "id": "core::conditions::browser", - "name": "browser", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "browsers" - ], - "properties": { - "browsers": { - "type": "array", - "items": { - "enum": [ - "Chrome", - "Firefox", - "IE", - "Edge", - "Safari", - "Mobile Safari" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/browser.js", - "viewPath": "conditions/browser.html", - "displayName": "Browser", - "categoryName": "Technology" - }, - { - "id": "core::conditions::cookie", - "name": "cookie", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "pattern": "^[A-Za-z0-9!#$%&'*+\\-.^_|~]+$" - }, - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/cookie.js", - "viewPath": "conditions/cookie.html", - "displayName": "Cookie", - "categoryName": "Data" - }, - { - "id": "core::conditions::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/customCode.js", - "viewPath": "conditions/customCode.html", - "transforms": [ - { - "type": "function", - "parameters": [ - "event", - "target" - ], - "propertyPath": "source" - } - ], - "displayName": "Custom Code", - "categoryName": "Data" - }, - { - "id": "core::conditions::date-range", - "name": "date-range", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "end": { - "type": "string", - "format": "date-time" - }, - "start": { - "type": "string", - "format": "date-time" - }, - "timezone": { - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/dateRange.js", - "viewPath": "conditions/dateRange.html", - "transforms": [ - { - "type": "remove", - "propertyPath": "timezone" - } - ], - "displayName": "Date Range", - "categoryName": "Other" - }, - { - "id": "core::conditions::device-type", - "name": "device-type", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "deviceTypes" - ], - "properties": { - "deviceTypes": { - "type": "array", - "items": { - "enum": [ - "Desktop", - "iPhone", - "iPad", - "iPod", - "Nokia", - "Windows Phone", - "Blackberry", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/deviceType.js", - "viewPath": "conditions/deviceType.html", - "displayName": "Device Type", - "categoryName": "Technology" - }, - { - "id": "core::conditions::domain", - "name": "domain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "domains" - ], - "properties": { - "domains": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/domain.js", - "viewPath": "conditions/domain.html", - "displayName": "Domain", - "categoryName": "URL" - }, - { - "id": "core::conditions::hash", - "name": "hash", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "hashes" - ], - "properties": { - "hashes": { - "type": "array", - "items": { - "type": "object", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/hash.js", - "viewPath": "conditions/hash.html", - "displayName": "Hash", - "categoryName": "URL" - }, - { - "id": "core::conditions::landing-page", - "name": "landing-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "page" - ], - "properties": { - "page": { - "type": "string", - "minLength": 1 - }, - "pageIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/landingPage.js", - "viewPath": "conditions/landingPage.html", - "displayName": "Landing Page", - "categoryName": "Engagement" - }, - { - "id": "core::conditions::max-frequency", - "name": "max-frequency", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "count", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "pageView", - "session", - "visitor", - "second", - "minute", - "day", - "week", - "month" - ], - "type": "string" - }, - "count": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "unit" - ], - "properties": { - "unit": { - "enum": [ - "visitor" - ], - "type": "string" - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/conditions/maxFrequency.js", - "viewPath": "conditions/maxFrequency.html", - "displayName": "Max Frequency", - "categoryName": "Other" - }, - { - "id": "core::conditions::new-returning-visitor", - "name": "new-returning-visitor", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "isNewVisitor" - ], - "properties": { - "isNewVisitor": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/newReturningVisitor.js", - "viewPath": "conditions/newReturningVisitor.html", - "displayName": "New/Returning Visitor", - "categoryName": "Engagement" - }, - { - "id": "core::conditions::operating-system", - "name": "operating-system", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operatingSystems" - ], - "properties": { - "operatingSystems": { - "type": "array", - "items": { - "enum": [ - "Windows", - "MacOS", - "Linux", - "Unix", - "iOS", - "Android" - ], - "type": "string" - } - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/operatingSystem.js", - "viewPath": "conditions/operatingSystem.html", - "displayName": "Operating System", - "categoryName": "Technology" - }, - { - "id": "core::conditions::page-views", - "name": "page-views", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "count", - "duration" - ], - "properties": { - "count": { - "type": "number" - }, - "duration": { - "enum": [ - "lifetime", - "session" - ], - "type": "string" + "bubbleFireIfParent": { + "type": "boolean" }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/pageViews.js", - "viewPath": "conditions/pageViews.html", - "displayName": "Page Views", - "categoryName": "Engagement" + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", + "categoryName": "Media" }, { - "id": "core::conditions::path", - "name": "path", + "id": "core::events::media-stalled", + "name": "media-stalled", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], "properties": { - "paths": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/path.js", - "viewPath": "conditions/path.html", - "displayName": "Path Without Query String", - "categoryName": "URL" + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" }, { - "id": "core::conditions::path-and-querystring", - "name": "path-and-querystring", + "id": "core::events::submit", + "name": "submit", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "paths" - ], "properties": { - "paths": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/pathAndQuerystring.js", - "viewPath": "conditions/pathAndQuerystring.html", - "displayName": "Path And Query String", - "categoryName": "URL" + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", + "categoryName": "Form" }, { - "id": "core::conditions::protocol", - "name": "protocol", + "id": "core::events::tab-blur", + "name": "tab-blur", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "protocol" - ], - "properties": { - "protocol": { - "enum": [ - "http:", - "https:" - ], - "type": "string" - } - }, - "additionalProperties": false }, - "libPath": "src/lib/conditions/protocol.js", - "viewPath": "conditions/protocol.html", - "displayName": "Protocol", - "categoryName": "URL" + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" }, { - "id": "core::conditions::screen-resolution", - "name": "screen-resolution", + "id": "core::events::tab-focus", + "name": "tab-focus", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false }, - "libPath": "src/lib/conditions/screenResolution.js", - "viewPath": "conditions/screenResolution.html", - "displayName": "Screen Resolution", - "categoryName": "Technology" + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" }, { - "id": "core::conditions::sampling", - "name": "sampling", + "id": "core::events::time-on-page", + "name": "time-on-page", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "rate" + "timeOnPage" ], "properties": { - "rate": { - "type": "number", - "maximum": 1, - "minimum": 0 - }, - "persistCohort": { - "type": "boolean" + "timeOnPage": { + "oneOf": [ + { + "type": "number", + "minimum": 1 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/sampling.js", - "viewPath": "conditions/sampling.html", - "displayName": "Sampling", + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", "categoryName": "Other" }, { - "id": "core::conditions::sessions", - "name": "sessions", + "id": "core::events::media-time-played", + "name": "media-time-played", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "operator", - "count" + "amount", + "unit" ], "properties": { - "count": { - "type": "number" - }, - "operator": { + "unit": { "enum": [ - ">", - "=", - "<" + "percent", + "second" ], "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/sessions.js", - "viewPath": "conditions/sessions.html", - "displayName": "Sessions", - "categoryName": "Engagement" - }, - { - "id": "core::conditions::subdomain", - "name": "subdomain", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "subdomains" - ], - "properties": { - "subdomains": { + }, + "amount": { + "oneOf": [ + { + "type": "number", + "minimum": 0 + }, + { + "type": "string", + "pattern": "^%([^%]+)%$" + } + ] + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { "type": "array", "items": { "type": "object", "required": [ + "name", "value" ], "properties": { - "value": { + "name": { "type": "string", "minLength": 1 }, + "value": { + "type": "string" + }, "valueIsRegex": { "type": "boolean" } }, "additionalProperties": false - }, - "minItems": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/subdomain.js", - "viewPath": "conditions/subdomain.html", - "displayName": "Subdomain", - "categoryName": "URL" - }, - { - "id": "core::conditions::time-on-site", - "name": "time-on-site", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "operator", - "minutes" - ], - "properties": { - "minutes": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] + } }, - "operator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/timeOnSite.js", - "viewPath": "conditions/timeOnSite.html", - "displayName": "Time On Site", - "categoryName": "Engagement" + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" }, { - "id": "core::conditions::traffic-source", - "name": "traffic-source", + "id": "core::events::media-volume-change", + "name": "media-volume-change", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], "properties": { - "source": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { "type": "string", "minLength": 1 }, - "sourceIsRegex": { + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/trafficSource.js", - "viewPath": "conditions/trafficSource.html", - "displayName": "Traffic Source", - "categoryName": "Engagement" + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" }, { - "id": "core::conditions::query-string-parameter", - "name": "query-string-parameter", + "id": "core::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "core", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T16:03:41.817Z", + "version": "3.2.1", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP56a06c4685ae4a469e3f5f3b929a822c.zip" + } + }, + { + "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "core::actions::custom-code", + "name": "custom-code", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name", - "value" + "keyName", + "source" ], "properties": { - "name": { + "source": { "type": "string", "minLength": 1 }, - "value": { + "keyName": { "type": "string", "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/queryStringParameter.js", - "viewPath": "conditions/queryStringParameter.html", - "displayName": "Query String Parameter", - "categoryName": "URL" - }, + "libPath": "src/lib/actions/customCode.js", + "viewPath": "actions/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "arc", + "utils" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code" + } + ], + "author": { + "url": "http://adobe.com", + "name": "Adobe", + "email": "reactor@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd0463ead2dbc45f5b74549cdc6d2bfc0", + "conditions": [ { "id": "core::conditions::value-comparison", "name": "value-comparison", @@ -100071,7 +109930,7 @@ }, "leftOperand": { "type": "string", - "pattern": "^%([^%]+)%$" + "pattern": "^{{([^}]+)}}$" }, "rightOperand": { "oneOf": [ @@ -100120,7 +109979,7 @@ }, "leftOperand": { "type": "string", - "pattern": "^%([^%]+)%$" + "pattern": "^{{([^}]+)}}$" }, "rightOperand": { "type": "string", @@ -100156,7 +110015,7 @@ }, "leftOperand": { "type": "string", - "pattern": "^%([^%]+)%$" + "pattern": "^{{([^}]+)}}$" }, "rightOperand": { "oneOf": [ @@ -100165,7 +110024,7 @@ }, { "type": "string", - "pattern": "^%([^%]+)%$" + "pattern": "^{{([^}]+)}}$" } ] } @@ -100198,7 +110057,7 @@ }, "leftOperand": { "type": "string", - "pattern": "^%([^%]+)%$" + "pattern": "^{{([^}]+)}}$" } }, "additionalProperties": false @@ -100212,357 +110071,61 @@ "categoryName": "Data" }, { - "id": "core::conditions::variable", - "name": "variable", + "id": "core::conditions::custom-code", + "name": "custom-code", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name", - "value" + "source" ], "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { + "source": { "type": "string", "minLength": 1 - }, - "valueIsRegex": { - "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/conditions/variable.js", - "viewPath": "conditions/variable.html", - "displayName": "Variable", + "libPath": "src/lib/conditions/customCode.js", + "viewPath": "conditions/customCode.html", + "transforms": [ + { + "type": "function", + "parameters": [ + "arc", + "utils" + ], + "propertyPath": "source" + } + ], + "displayName": "Custom Code", "categoryName": "Data" - }, - { - "id": "core::conditions::window-size", - "name": "window-size", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "widthOperator", - "width", - "heightOperator", - "height" - ], - "properties": { - "width": { - "type": "number" - }, - "height": { - "type": "number" - }, - "widthOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - }, - "heightOperator": { - "enum": [ - ">", - "=", - "<" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/conditions/windowSize.js", - "viewPath": "conditions/windowSize.html", - "displayName": "Window Size", - "categoryName": "Technology" } ], - "configuration": { - "id": "core::extensionConfiguration::config", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "cspNonce": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false - }, - "viewPath": "configuration/configuration.html" - }, - "created_at": "2021-10-05T16:00:29.018Z", + "configuration": null, + "created_at": "2021-10-05T15:44:33.998Z", "data_elements": [ { - "id": "core::dataElements::conditional-value", - "name": "conditional-value", - "schema": { - "type": "object", - "oneOf": [ - { - "required": [ - "leftOperand", - "comparison", - "rightOperand" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "equals", - "doesNotEqual" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - }, - "fallbackValue": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - }, - "conditionalValue": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand", - "conditionalValue", - "fallbackValue" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "contains", - "doesNotContain", - "startsWith", - "doesNotStartWith", - "endsWith", - "doesNotEndWith", - "matchesRegex", - "doesNotMatchRegex" - ], - "type": "string" - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "type": "string", - "minLength": 1 - }, - "fallbackValue": { - "type": "string" - }, - "conditionalValue": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "rightOperand", - "conditionalValue", - "fallbackValue" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "lessThan", - "lessThanOrEqual", - "greaterThan", - "greaterThanOrEqual" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "rightOperand": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - }, - "fallbackValue": { - "type": "string" - }, - "conditionalValue": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - { - "required": [ - "leftOperand", - "comparison", - "conditionalValue", - "fallbackValue" - ], - "properties": { - "comparison": { - "type": "object", - "required": [ - "operator" - ], - "properties": { - "operator": { - "enum": [ - "isTrue", - "isTruthy", - "isFalse", - "isFalsy" - ], - "type": "string" - } - }, - "additionalProperties": false - }, - "leftOperand": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "fallbackValue": { - "type": "string" - }, - "conditionalValue": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - } - ], - "$schema": "http://json-schema.org/draft-04/schema#" - }, - "libPath": "src/lib/dataElements/conditionalValue.js", - "viewPath": "dataElements/conditionalValue.html", - "displayName": "Conditional Value" - }, - { - "id": "core::dataElements::constant", - "name": "constant", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "value" - ], - "properties": { - "value": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/constant.js", - "viewPath": "dataElements/constant.html", - "displayName": "Constant" - }, - { - "id": "core::dataElements::cookie", - "name": "cookie", + "id": "core::dataElements::path", + "name": "path", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name" + "path" ], "properties": { - "name": { + "path": { "type": "string", "minLength": 1 } }, "additionalProperties": false }, - "libPath": "src/lib/dataElements/cookie.js", - "viewPath": "dataElements/cookie.html", - "displayName": "Cookie" + "libPath": "src/lib/dataElements/path.js", + "viewPath": "dataElements/path.html", + "displayName": "Path" }, { "id": "core::dataElements::custom-code", @@ -100587,7 +110150,8 @@ { "type": "function", "parameters": [ - "event" + "arc", + "utils" ], "propertyPath": "source" } @@ -100595,469 +110159,472 @@ "displayName": "Custom Code" }, { - "id": "core::dataElements::dom-attribute", - "name": "dom-attribute", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector", - "elementProperty" - ], - "properties": { - "elementProperty": { - "type": "string", - "minLength": 1 - }, - "elementSelector": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/domAttribute.js", - "viewPath": "dataElements/domAttribute.html", - "displayName": "DOM Attribute" - }, - { - "id": "core::dataElements::runtime-environment", - "name": "runtime-environment", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "attribute": { - "enum": [ - "environmentStage", - "buildDate", - "propertyName", - "propertyId", - "ruleName", - "ruleId", - "eventType", - "eventDetail", - "DCRIdentifier" - ] - } - } - }, - "libPath": "src/lib/dataElements/runtimeEnvironment.js", - "viewPath": "dataElements/runtimeEnvironment.html", - "displayName": "Runtime Environment" - }, - { - "id": "core::dataElements::local-storage", - "name": "local-storage", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/dataElements/localStorage.js", - "viewPath": "dataElements/localStorage.html", - "displayName": "Local Storage" - }, - { - "id": "core::dataElements::merged-objects", - "name": "merged-objects", + "id": "core::dataElements::secret", + "name": "secret", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "objects" - ], "properties": { - "objects": { - "type": "array", - "items": { - "type": "string", - "pattern": "^%([^%]+)%$" + "secrets": { + "type": "object", + "properties": { + "staging": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "production": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + }, + "development": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string", + "minLength": 1 + } + }, + "additionalProperties": false + } }, - "minLength": 1 + "additionalProperties": false } }, "additionalProperties": false }, - "libPath": "src/lib/dataElements/mergedObjects.js", - "viewPath": "dataElements/mergedObjects.html", - "displayName": "Merged Objects" - }, + "libPath": "src/lib/dataElements/secret.js", + "viewPath": "dataElements/secret.html", + "displayName": "Secret" + } + ], + "description": "Provides default condition and data element types available to all Launch properties.", + "discontinued": false, + "display_name": "Core", + "ecma_version": "es6", + "events": null, + "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "core", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "edge", + "updated_at": "2021-10-05T15:49:07.846Z", + "version": "1.1.3", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EPd0463ead2dbc45f5b74549cdc6d2bfc0.zip" + } + }, + { + "id": "EP51839e9934bb44508f75483388b8ef3d", + "type": "extension_packages", + "attributes": { + "actions": [ { - "id": "core::dataElements::page-info", - "name": "page-info", + "id": "digital_performance_system::actions::showVideo", + "name": "showVideo", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "attribute" - ], - "properties": { - "attribute": { - "enum": [ - "url", - "hostname", - "pathname", - "protocol", - "referrer", - "title" - ] - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/dataElements/pageInfo.js", - "viewPath": "dataElements/pageInfo.html", - "displayName": "Page Info" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP51839e9934bb44508f75483388b8ef3d", + "conditions": [ { - "id": "core::dataElements::query-string-parameter", - "name": "query-string-parameter", + "id": "digital_performance_system::conditions::html5Video", + "name": "html5Video", "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "caseInsensitive": { - "type": "boolean" - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/dataElements/queryStringParameter.js", - "viewPath": "dataElements/queryStringParameter.html", - "displayName": "Query String Parameter" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "digital_performance_system::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2021-10-14T21:07:45.496Z", + "data_elements": [ { - "id": "core::dataElements::random-number", - "name": "random-number", + "id": "digital_performance_system::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "min", - "max" + "script" ], "properties": { - "max": { - "type": "integer" + "script": { + "type": "string" }, - "min": { - "type": "integer" + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/randomNumber.js", - "viewPath": "dataElements/randomNumber.html", - "displayName": "Random Number" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "core::dataElements::session-storage", - "name": "session-storage", + "id": "digital_performance_system::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name" + "elementSelector", + "elementProperty" ], "properties": { - "name": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { "type": "string", "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/sessionStorage.js", - "viewPath": "dataElements/sessionStorage.html", - "displayName": "Session Storage" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Ducimus deserunt debitis sed et dicta perspiciatis architecto ipsa.", + "discontinued": false, + "display_name": "Digital Performance System", + "ecma_version": "es5", + "events": [ { - "id": "core::dataElements::javascript-tools", - "name": "javascript-tools", + "id": "digital_performance_system::events::click", + "name": "click", "schema": { "type": "object", - "oneOf": [ - { - "required": [ - "sourceValue", - "operator", - "searchValue" - ], - "properties": { - "operator": { - "enum": [ - "simpleReplace" - ] - }, - "searchValue": { - "type": "string", - "minLength": 1 - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "replacementValue": { - "type": "string" - } - }, - "additionalProperties": false - }, - { - "required": [ - "sourceValue", - "operator", - "regexInput" - ], - "properties": { - "operator": { - "enum": [ - "regexReplace" - ] - }, - "regexInput": { - "type": "string", - "minLength": 1 - }, - "replaceAll": { - "type": "boolean" - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "caseInsensitive": { - "type": "boolean" - }, - "replacementValue": { - "type": "string" - } - }, - "additionalProperties": false + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" }, - { - "required": [ - "sourceValue", - "operator", - "start" - ], - "properties": { - "end": { - "type": "number" - }, - "start": { - "type": "number" - }, - "operator": { - "enum": [ - "substring", - "slice" - ] - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false + "elementSelector": { + "type": "string", + "minLength": 1 }, - { - "required": [ - "sourceValue", - "operator", - "regexInput" - ], - "properties": { - "operator": { - "enum": [ - "regexMatch" - ] - }, - "regexInput": { - "type": "string", - "minLength": 1 - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - }, - "caseInsensitive": { - "type": "boolean" + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } } - }, - "additionalProperties": false + } }, - { - "required": [ - "sourceValue", - "operator" - ], - "properties": { - "operator": { - "enum": [ - "length", - "arrayPop", - "arrayShift" - ] - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false + "bubbleFireIfParent": { + "type": "boolean" }, - { - "required": [ - "sourceValue", - "operator", - "searchValue" - ], - "properties": { - "operator": { - "enum": [ - "indexOf", - "lastIndexOf" - ] - }, - "searchValue": { - "type": "string", - "minLength": 1 - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false + "delayLinkActivation": { + "type": "boolean" }, - { - "required": [ - "sourceValue", - "operator", - "delimiter" - ], - "properties": { - "operator": { - "enum": [ - "join", - "split" - ] - }, - "delimiter": { - "type": "string", - "minLength": 1 - }, - "sourceValue": { - "type": "string", - "pattern": "^%([^%]+)%$" - } - }, - "additionalProperties": false + "bubbleFireIfChildFired": { + "type": "boolean" } - ], - "$schema": "http://json-schema.org/draft-04/schema#" + } }, - "libPath": "src/lib/dataElements/javascriptTools.js", - "viewPath": "dataElements/javascriptTools.html", - "displayName": "JavaScript Tools" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::dataElements::javascript-variable", - "name": "javascript-variable", + "id": "digital_performance_system::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "path" + "elementSelector" ], "properties": { - "path": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { "type": "string", "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/javascriptVariable.js", - "viewPath": "dataElements/javascriptVariable.html", - "displayName": "JavaScript Variable" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.digital_performance_system.html", + "hosted_lib_files": null, + "icon_path": "rem-itaque/icon.png", + "main": null, + "name": "digital_performance_system", + "owner_org_id": "8DC14EFA36AB4310BB5B9E94@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-14T21:07:45.606Z", + "version": "30.13.33", + "view_base_path": "ipsa_quas/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP51839e9934bb44508f75483388b8ef3d" + } + }, + { + "id": "EP6eb2993dce3e491888c840ad1891f394", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "digital_remote_ferrule::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP6eb2993dce3e491888c840ad1891f394", + "conditions": [ + { + "id": "digital_remote_ferrule::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "digital_remote_ferrule::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:13:47.729Z", + "data_elements": [ { - "id": "core::dataElements::device-attributes", - "name": "device-attributes", + "id": "digital_remote_ferrule::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], "properties": { - "attribute": { - "enum": [ - "windowSize", - "screenSize" - ] + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } } }, - "libPath": "src/lib/dataElements/deviceAttributes.js", - "viewPath": "dataElements/deviceAttributes.html", - "displayName": "Device Attributes" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "core::dataElements::visitor-behavior", - "name": "visitor-behavior", + "id": "digital_remote_ferrule::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "attribute" + "elementSelector", + "elementProperty" ], "properties": { - "attribute": { - "enum": [ - "landingPage", - "trafficSource", - "minutesOnSite", - "sessionCount", - "sessionPageViewCount", - "lifetimePageViewCount", - "isNewVisitor" - ] + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/dataElements/visitorBehavior.js", - "viewPath": "dataElements/visitorBehavior.html", - "displayName": "Visitor Behavior" + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" } ], - "description": "Provides default event, condition, and data element types available to all Launch properties.", + "description": "Libero quos doloremque nisi voluptatum.", "discontinued": false, - "display_name": "Core", + "display_name": "Digital Remote Ferrule", + "ecma_version": null, "events": [ { - "id": "core::events::blur", - "name": "blur", + "id": "digital_remote_ferrule::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -101085,40 +110652,37 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/blur.js", - "viewPath": "events/blur.html", - "displayName": "Blur", - "categoryName": "Form" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::events::change", - "name": "change", + "id": "digital_remote_ferrule::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { - "value": { - "type": "string" - }, "bubbleStop": { "type": "boolean" }, - "valueIsRegex": { - "type": "boolean" - }, "elementSelector": { "type": "string", "minLength": 1 @@ -101142,46 +110706,173 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/change.js", - "viewPath": "events/change.html", - "displayName": "Change", - "categoryName": "Form" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.digital_remote_ferrule.html", + "hosted_lib_files": null, + "icon_path": "neque_nulla/icon.png", + "main": null, + "name": "digital_remote_ferrule", + "owner_org_id": "F2D417C45283325CF6C45049@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:13:47.794Z", + "version": "38.31.16", + "view_base_path": "iusto-sed/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP6eb2993dce3e491888c840ad1891f394" + } + }, + { + "id": "EP7dcff8a466804c38b03b13e97dba3295", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "direct_dummy_groove::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP7dcff8a466804c38b03b13e97dba3295", + "conditions": [ + { + "id": "direct_dummy_groove::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "direct_dummy_groove::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:41:35.641Z", + "data_elements": [ { - "id": "core::events::click", + "id": "direct_dummy_groove::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "direct_dummy_groove::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Dignissimos quos error minus repellat reprehenderit non porro ut.", + "discontinued": false, + "display_name": "Direct Dummy Groove", + "ecma_version": null, + "events": [ + { + "id": "direct_dummy_groove::events::click", "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" }, - "anchorDelay": { - "oneOf": [ - { - "type": "number", - "minimum": 1 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - }, "elementSelector": { "type": "string", "minLength": 1 @@ -101205,69 +110896,34 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/click.js", - "viewPath": "events/click.html", - "displayName": "Click", - "categoryName": "Mouse" - }, - { - "id": "core::events::custom-code", - "name": "custom-code", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "source" - ], - "properties": { - "source": { - "type": "string", - "minLength": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/customCode.js", - "viewPath": "events/customCode.html", - "transforms": [ - { - "type": "function", - "parameters": [ - "trigger" - ], - "propertyPath": "source" } - ], - "displayName": "Custom Code", - "categoryName": "Other" + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::events::custom-event", - "name": "custom-event", + "id": "direct_dummy_groove::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "type" + "elementSelector" ], "properties": { - "type": { - "type": "string", - "minLength": 1 - }, "bubbleStop": { "type": "boolean" }, @@ -101294,80 +110950,217 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/customEvent.js", - "viewPath": "events/customEvent.html", - "displayName": "Custom Event", - "categoryName": "Other" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.direct_dummy_groove.html", + "hosted_lib_files": null, + "icon_path": "voluptas-amet/icon.png", + "main": null, + "name": "direct_dummy_groove", + "owner_org_id": "ED22B078068E103AAA56ADBB@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:41:35.700Z", + "version": "22.35.5", + "view_base_path": "repudiandae.debitis/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP7dcff8a466804c38b03b13e97dba3295" + } + }, + { + "id": "EP2f397e6b6903491e9462e19a1ba354d1", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "disc_digital_case::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP2f397e6b6903491e9462e19a1ba354d1", + "conditions": [ + { + "id": "disc_digital_case::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "disc_digital_case::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:49:50.234Z", + "data_elements": [ { - "id": "core::events::data-element-change", - "name": "data-element-change", + "id": "disc_digital_case::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "name" + "script" ], "properties": { - "name": { - "type": "string", - "minLength": 1 + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/dataElementChange.js", - "viewPath": "events/dataElementChange.html", - "displayName": "Data Element Change", - "categoryName": "Other" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "core::events::direct-call", - "name": "direct-call", + "id": "disc_digital_case::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "identifier" + "elementSelector", + "elementProperty" ], "properties": { - "identifier": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { "type": "string", "minLength": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Omnis maxime inventore est saepe quos libero voluptates.", + "discontinued": false, + "display_name": "Disc Digital Case", + "ecma_version": null, + "events": [ { - "id": "core::events::dom-ready", - "name": "dom-ready", + "id": "disc_digital_case::events::click", + "name": "click", "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", - "categoryName": "Page Load" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::events::element-exists", - "name": "element-exists", + "id": "disc_digital_case::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -101375,6 +111168,9 @@ "elementSelector" ], "properties": { + "bubbleStop": { + "type": "boolean" + }, "elementSelector": { "type": "string", "minLength": 1 @@ -101398,24 +111194,169 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.disc_digital_case.html", + "hosted_lib_files": null, + "icon_path": "impedit.voluptatibus/icon.png", + "main": null, + "name": "disc_digital_case", + "owner_org_id": "426292691CA01E5FD999C023@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:49:50.322Z", + "version": "16.31.2", + "view_base_path": "adipisci-asperiores/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP2f397e6b6903491e9462e19a1ba354d1" + } + }, + { + "id": "EP837f5329d4ac45b292da7da540c7fe0e", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "disc_power_bracket::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP837f5329d4ac45b292da7da540c7fe0e", + "conditions": [ + { + "id": "disc_power_bracket::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "disc_power_bracket::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:15:50.546Z", + "data_elements": [ { - "id": "core::events::media-ended", - "name": "media-ended", + "id": "disc_power_bracket::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "disc_power_bracket::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Unde facere recusandae animi id neque ullam adipisci.", + "discontinued": false, + "display_name": "Disc Power Bracket", + "ecma_version": null, + "events": [ + { + "id": "disc_power_bracket::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -101443,27 +111384,27 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", - "categoryName": "Media" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::events::enters-viewport", - "name": "enters-viewport", + "id": "disc_power_bracket::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -101471,24 +111412,8 @@ "elementSelector" ], "properties": { - "delay": { - "oneOf": [ - { - "type": "number", - "minimum": 1 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] - }, - "frequency": { - "enum": [ - "firstEntry", - "everyEntry" - ], - "type": "string" + "bubbleStop": { + "type": "boolean" }, "elementSelector": { "type": "string", @@ -101513,91 +111438,170 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.disc_power_bracket.html", + "hosted_lib_files": null, + "icon_path": "aspernatur-eos/icon.png", + "main": null, + "name": "disc_power_bracket", + "owner_org_id": "FA42ACE1AF4C54D581AC97E3@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:15:50.604Z", + "version": "15.1.37", + "view_base_path": "placeat.aliquam/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP837f5329d4ac45b292da7da540c7fe0e" + } + }, + { + "id": "EP9a9eb935cb8849a18558b17ed6b5ee14", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "electric_system::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP9a9eb935cb8849a18558b17ed6b5ee14", + "conditions": [ + { + "id": "electric_system::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "electric_system::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:12:10.612Z", + "data_elements": [ { - "id": "core::events::focus", - "name": "focus", + "id": "electric_system::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 + "script": { + "type": "string" }, - "elementProperties": { + "__rawScripts": { "type": "array", "items": { - "type": "object", - "required": [ - "name", - "value" + "enum": [ + "script" ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", - "categoryName": "Form" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "core::events::hover", - "name": "hover", + "id": "electric_system::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "elementSelector" + "elementSelector", + "elementProperty" ], "properties": { - "delay": { - "oneOf": [ - { - "type": "number", - "minimum": 1 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] + "elementProperty": { + "type": "string", + "minLength": 1 }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Quo laudantium voluptates corrupti a quod nulla vel quidem.", + "discontinued": false, + "display_name": "Electric System", + "ecma_version": null, + "events": [ + { + "id": "electric_system::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { "bubbleStop": { "type": "boolean" }, @@ -101624,30 +111628,33 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::events::key-press", - "name": "key-press", + "id": "electric_system::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -101675,30 +111682,169 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.electric_system.html", + "hosted_lib_files": null, + "icon_path": "vitae-illum/icon.png", + "main": null, + "name": "electric_system", + "owner_org_id": "EC0CE61BA401B6161EC049AD@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:12:10.666Z", + "version": "22.24.28", + "view_base_path": "doloremque_temporibus/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP9a9eb935cb8849a18558b17ed6b5ee14" + } + }, + { + "id": "EPdeb9cfc5c6644d7a8e124d0c64ab3f37", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "gel_amplifier::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPdeb9cfc5c6644d7a8e124d0c64ab3f37", + "conditions": [ + { + "id": "gel_amplifier::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "gel_amplifier::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:52:23.858Z", + "data_elements": [ { - "id": "core::events::media-loaded-data", - "name": "media-loaded-data", + "id": "gel_amplifier::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "gel_amplifier::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Laboriosam laudantium reiciendis perferendis nobis odit aperiam amet.", + "discontinued": false, + "display_name": "Gel Amplifier", + "ecma_version": null, + "events": [ + { + "id": "gel_amplifier::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -101726,39 +111872,33 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "core::events::history-change", - "name": "history-change", - "schema": { + } }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::events::mousedown", - "name": "mousedown", + "id": "gel_amplifier::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -101786,66 +111926,169 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_amplifier.html", + "hosted_lib_files": null, + "icon_path": "labore.modi/icon.png", + "main": null, + "name": "gel_amplifier", + "owner_org_id": "7C9DB5E0BEAD5CC0DCF65DA5@AdobeOrg", + "resources": [ { - "id": "core::events::window-loaded", - "name": "window-loaded", + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:52:23.927Z", + "version": "12.14.7", + "view_base_path": "repudiandae-illo/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPdeb9cfc5c6644d7a8e124d0c64ab3f37" + } + }, + { + "id": "EP3b15a61cb08b483e94018d6455034994", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "gel_input_controller::actions::showVideo", + "name": "showVideo", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3b15a61cb08b483e94018d6455034994", + "conditions": [ { - "id": "core::events::orientation-change", - "name": "orientation-change", + "id": "gel_input_controller::conditions::html5Video", + "name": "html5Video", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "gel_input_controller::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2021-09-22T19:44:58.756Z", + "data_elements": [ { - "id": "core::events::page-bottom", - "name": "page-bottom", + "id": "gel_input_controller::dataElements::customScript", + "name": "customScript", "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "core::events::library-loaded", - "name": "library-loaded", + "id": "gel_input_controller::dataElements::domAttribute", + "name": "domAttribute", "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Corrupti maxime autem nemo facilis asperiores mollitia architecto.", + "discontinued": false, + "display_name": "Gel Input Controller", + "ecma_version": "es5", + "events": [ { - "id": "core::events::media-pause", - "name": "media-pause", + "id": "gel_input_controller::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -101873,30 +112116,33 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::events::media-play", - "name": "media-play", + "id": "gel_input_controller::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -101924,30 +112170,169 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_input_controller.html", + "hosted_lib_files": null, + "icon_path": "nostrum_ut/icon.png", + "main": null, + "name": "gel_input_controller", + "owner_org_id": "E877DF17B6DA02FF695E4947@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-09-22T19:44:58.831Z", + "version": "0.32.24", + "view_base_path": "neque_earum/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP3b15a61cb08b483e94018d6455034994" + } + }, + { + "id": "EP8d029a7cd9934e829d583875f1f3be05", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "hd_dummy_groove::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP8d029a7cd9934e829d583875f1f3be05", + "conditions": [ + { + "id": "hd_dummy_groove::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "hd_dummy_groove::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T18:07:35.676Z", + "data_elements": [ { - "id": "core::events::media-stalled", - "name": "media-stalled", + "id": "hd_dummy_groove::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "hd_dummy_groove::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Molestias cupiditate maxime architecto neque sapiente.", + "discontinued": false, + "display_name": "HD Dummy Groove", + "ecma_version": null, + "events": [ + { + "id": "hd_dummy_groove::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -101975,30 +112360,33 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::events::submit", - "name": "submit", + "id": "hd_dummy_groove::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -102026,102 +112414,170 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.hd_dummy_groove.html", + "hosted_lib_files": null, + "icon_path": "ullam.labore/icon.png", + "main": null, + "name": "hd_dummy_groove", + "owner_org_id": "7B85DECB49519638B29F1D11@AdobeOrg", + "resources": [ { - "id": "core::events::tab-blur", - "name": "tab-blur", + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T18:07:35.756Z", + "version": "3.30.23", + "view_base_path": "cum-voluptates/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP8d029a7cd9934e829d583875f1f3be05" + } + }, + { + "id": "EP4477f3e013684c5fb2d8978daa45bffc", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "input_amplifier::actions::showVideo", + "name": "showVideo", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP4477f3e013684c5fb2d8978daa45bffc", + "conditions": [ { - "id": "core::events::tab-focus", - "name": "tab-focus", + "id": "input_amplifier::conditions::html5Video", + "name": "html5Video", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "input_amplifier::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:56:12.956Z", + "data_elements": [ { - "id": "core::events::time-on-page", - "name": "time-on-page", + "id": "input_amplifier::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "timeOnPage" + "script" ], "properties": { - "timeOnPage": { - "oneOf": [ - { - "type": "number", - "minimum": 1 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "core::events::media-time-played", - "name": "media-time-played", + "id": "input_amplifier::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "amount", - "unit" + "elementSelector", + "elementProperty" ], "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "oneOf": [ - { - "type": "number", - "minimum": 0 - }, - { - "type": "string", - "pattern": "^%([^%]+)%$" - } - ] + "elementProperty": { + "type": "string", + "minLength": 1 }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Recusandae consequuntur explicabo reprehenderit accusantium incidunt quibusdam aperiam quisquam.", + "discontinued": false, + "display_name": "Input Amplifier", + "ecma_version": null, + "events": [ + { + "id": "input_amplifier::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { "bubbleStop": { "type": "boolean" }, @@ -102148,30 +112604,33 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "core::events::media-volume-change", - "name": "media-volume-change", + "id": "input_amplifier::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -102199,62 +112658,54 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" - }, - { - "id": "core::events::zoom-change", - "name": "zoom-change", - "schema": { + } }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" } ], - "exchange_url": "https://www.adobeexchange.com/experiencecloud.details.100223.adobe-launch-core-extension.html", + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.input_amplifier.html", "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", + "icon_path": "sapiente.quam/icon.png", "main": null, - "name": "core", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, + "name": "input_amplifier", + "owner_org_id": "3355C7D3F3DCC1E9F3EC6A81@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T16:03:41.817Z", - "version": "3.2.1", - "view_base_path": "dist/" + "updated_at": "2022-01-31T16:56:13.026Z", + "version": "28.23.15", + "view_base_path": "dolores_ipsum/view" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP56a06c4685ae4a469e3f5f3b929a822c.zip" + "self": "https://reactor.adobe.io/extension_packages/EP4477f3e013684c5fb2d8978daa45bffc" } }, { - "id": "EP3b15a61cb08b483e94018d6455034994", + "id": "EP0c12b114cd82407ab8052daa156ad2b9", "type": "extension_packages", "attributes": { "actions": [ { - "id": "gel_input_controller::actions::showVideo", + "id": "input_lifter::actions::showVideo", "name": "showVideo", "schema": { "$schema": "http://json-schema.org/draft-04/schema#" @@ -102269,10 +112720,10 @@ "email": "DTM-Engineering@adobe.com" }, "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3b15a61cb08b483e94018d6455034994", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP0c12b114cd82407ab8052daa156ad2b9", "conditions": [ { - "id": "gel_input_controller::conditions::html5Video", + "id": "input_lifter::conditions::html5Video", "name": "html5Video", "schema": { "$schema": "http://json-schema.org/draft-04/schema#" @@ -102283,7 +112734,7 @@ } ], "configuration": { - "id": "gel_input_controller::extensionConfiguration::config", + "id": "input_lifter::extensionConfiguration::config", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -102298,10 +112749,10 @@ }, "viewPath": "extensionConfiguration.html" }, - "created_at": "2021-09-22T19:44:58.756Z", + "created_at": "2022-01-31T16:52:01.558Z", "data_elements": [ { - "id": "gel_input_controller::dataElements::customScript", + "id": "input_lifter::dataElements::customScript", "name": "customScript", "schema": { "type": "object", @@ -102331,7 +112782,7 @@ "displayName": "Custom Script" }, { - "id": "gel_input_controller::dataElements::domAttribute", + "id": "input_lifter::dataElements::domAttribute", "name": "domAttribute", "schema": { "type": "object", @@ -102356,12 +112807,13 @@ "displayName": "DOM Attribute" } ], - "description": "Corrupti maxime autem nemo facilis asperiores mollitia architecto.", + "description": "Adipisci sunt quae doloribus quibusdam culpa labore earum.", "discontinued": false, - "display_name": "Gel Input Controller", + "display_name": "Input Lifter", + "ecma_version": null, "events": [ { - "id": "gel_input_controller::events::click", + "id": "input_lifter::events::click", "name": "click", "schema": { "type": "object", @@ -102415,7 +112867,7 @@ "displayName": "Click" }, { - "id": "gel_input_controller::events::keypress", + "id": "input_lifter::events::keypress", "name": "keypress", "schema": { "type": "object", @@ -102468,12 +112920,12 @@ "displayName": "keypress" } ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.gel_input_controller.html", + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.input_lifter.html", "hosted_lib_files": null, - "icon_path": "nostrum_ut/icon.png", + "icon_path": "amet.officia/icon.png", "main": null, - "name": "gel_input_controller", - "owner_org_id": "E877DF17B6DA02FF695E4947@AdobeOrg", + "name": "input_lifter", + "owner_org_id": "904B386D353BB35AA3A0EFAA@AdobeOrg", "resources": [ { "name": "codecDetector", @@ -102483,12 +112935,12 @@ "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-09-22T19:44:58.831Z", - "version": "0.32.24", - "view_base_path": "neque_earum/view" + "updated_at": "2022-01-31T16:52:01.653Z", + "version": "30.8.0", + "view_base_path": "odit.vitae/view" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP3b15a61cb08b483e94018d6455034994" + "self": "https://reactor.adobe.io/extension_packages/EP0c12b114cd82407ab8052daa156ad2b9" } }, { @@ -103741,6 +114193,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -104024,30 +114477,482 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/directCall.js", - "viewPath": "events/directCall.html", - "displayName": "Direct Call", - "categoryName": "Other" + "libPath": "src/lib/events/directCall.js", + "viewPath": "events/directCall.html", + "displayName": "Direct Call", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::dom-ready", + "name": "dom-ready", + "schema": { + }, + "libPath": "src/lib/events/domReady.js", + "displayName": "DOM Ready", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::element-exists", + "name": "element-exists", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/elementExists.js", + "viewPath": "events/elementExists.html", + "displayName": "Element Exists", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-ended", + "name": "media-ended", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaEnded.js", + "viewPath": "events/mediaEnded.html", + "displayName": "Media Ended", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::enters-viewport", + "name": "enters-viewport", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/entersViewport.js", + "viewPath": "events/entersViewport.html", + "displayName": "Enters Viewport", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::focus", + "name": "focus", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/focus.js", + "viewPath": "events/focus.html", + "displayName": "Focus", + "categoryName": "Form" + }, + { + "id": "kessel-test::events::hover", + "name": "hover", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "delay": { + "type": "number", + "minimum": 1 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/hover.js", + "viewPath": "events/hover.html", + "displayName": "Hover", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::key-press", + "name": "key-press", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/keyPress.js", + "viewPath": "events/keyPress.html", + "displayName": "Key Press", + "categoryName": "Keyboard" + }, + { + "id": "kessel-test::events::media-loaded-data", + "name": "media-loaded-data", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaLoadedData.js", + "viewPath": "events/mediaLoadedData.html", + "displayName": "Media Loaded Data", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::history-change", + "name": "history-change", + "schema": { + }, + "libPath": "src/lib/events/historyChange.js", + "displayName": "History Change", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::mousedown", + "name": "mousedown", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mousedown.js", + "viewPath": "events/mousedown.html", + "displayName": "Mousedown", + "categoryName": "Mouse" + }, + { + "id": "kessel-test::events::window-loaded", + "name": "window-loaded", + "schema": { + }, + "libPath": "src/lib/events/windowLoaded.js", + "displayName": "Window Loaded", + "categoryName": "Page Load" + }, + { + "id": "kessel-test::events::orientation-change", + "name": "orientation-change", + "schema": { + }, + "libPath": "src/lib/events/orientationChange.js", + "displayName": "Orientation Change", + "categoryName": "Mobile" + }, + { + "id": "kessel-test::events::page-bottom", + "name": "page-bottom", + "schema": { + }, + "libPath": "src/lib/events/pageBottom.js", + "displayName": "Page Bottom", + "categoryName": "Page Load" }, { - "id": "kessel-test::events::dom-ready", - "name": "dom-ready", + "id": "kessel-test::events::library-loaded", + "name": "library-loaded", "schema": { }, - "libPath": "src/lib/events/domReady.js", - "displayName": "DOM Ready", + "libPath": "src/lib/events/libraryLoaded.js", + "displayName": "Library Loaded (Page Top)", "categoryName": "Page Load" }, { - "id": "kessel-test::events::element-exists", - "name": "element-exists", + "id": "kessel-test::events::media-pause", + "name": "media-pause", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], "properties": { + "bubbleStop": { + "type": "boolean" + }, "elementSelector": { "type": "string", "minLength": 1 @@ -104074,18 +114979,24 @@ }, "additionalProperties": false } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/events/elementExists.js", - "viewPath": "events/elementExists.html", - "displayName": "Element Exists", - "categoryName": "Other" + "libPath": "src/lib/events/mediaPause.js", + "viewPath": "events/mediaPause.html", + "displayName": "Media Pause", + "categoryName": "Media" }, { - "id": "kessel-test::events::media-ended", - "name": "media-ended", + "id": "kessel-test::events::media-play", + "name": "media-play", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -104129,24 +115040,20 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/mediaEnded.js", - "viewPath": "events/mediaEnded.html", - "displayName": "Media Ended", + "libPath": "src/lib/events/mediaPlay.js", + "viewPath": "events/mediaPlay.html", + "displayName": "Media Play", "categoryName": "Media" }, { - "id": "kessel-test::events::enters-viewport", - "name": "enters-viewport", + "id": "kessel-test::events::media-stalled", + "name": "media-stalled", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "elementSelector" - ], "properties": { - "delay": { - "type": "number", - "minimum": 1 + "bubbleStop": { + "type": "boolean" }, "elementSelector": { "type": "string", @@ -104174,18 +115081,24 @@ }, "additionalProperties": false } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" } }, "additionalProperties": false }, - "libPath": "src/lib/events/entersViewport.js", - "viewPath": "events/entersViewport.html", - "displayName": "Enters Viewport", - "categoryName": "Other" + "libPath": "src/lib/events/mediaStalled.js", + "viewPath": "events/mediaStalled.html", + "displayName": "Media Stalled", + "categoryName": "Media" }, { - "id": "kessel-test::events::focus", - "name": "focus", + "id": "kessel-test::events::submit", + "name": "submit", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -104229,24 +115142,72 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/focus.js", - "viewPath": "events/focus.html", - "displayName": "Focus", + "libPath": "src/lib/events/submit.js", + "viewPath": "events/submit.html", + "displayName": "Submit", "categoryName": "Form" }, { - "id": "kessel-test::events::hover", - "name": "hover", + "id": "kessel-test::events::tab-blur", + "name": "tab-blur", + "schema": { + }, + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "elementSelector" + "timeOnPage" ], "properties": { - "delay": { + "timeOnPage": { "type": "number", "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 }, "bubbleStop": { "type": "boolean" @@ -104287,14 +115248,14 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/hover.js", - "viewPath": "events/hover.html", - "displayName": "Hover", - "categoryName": "Mouse" + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" }, { - "id": "kessel-test::events::key-press", - "name": "key-press", + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -104338,17 +115299,164 @@ }, "additionalProperties": false }, - "libPath": "src/lib/events/keyPress.js", - "viewPath": "events/keyPress.html", - "displayName": "Key Press", - "categoryName": "Keyboard" + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" }, { - "id": "kessel-test::events::media-loaded-data", - "name": "media-loaded-data", + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", + "schema": { + }, + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + }, + { + "id": "EPe526bc7bb224462c8c4be8286970ed76", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "output_disc_viewer::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPe526bc7bb224462c8c4be8286970ed76", + "conditions": [ + { + "id": "output_disc_viewer::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "output_disc_viewer::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } + }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:50:21.695Z", + "data_elements": [ + { + "id": "output_disc_viewer::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "output_disc_viewer::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Praesentium veniam possimus at minus mollitia quidem.", + "discontinued": false, + "display_name": "Output Disc Viewer", + "ecma_version": null, + "events": [ + { + "id": "output_disc_viewer::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -104376,39 +115484,33 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaLoadedData.js", - "viewPath": "events/mediaLoadedData.html", - "displayName": "Media Loaded Data", - "categoryName": "Media" - }, - { - "id": "kessel-test::events::history-change", - "name": "history-change", - "schema": { + } }, - "libPath": "src/lib/events/historyChange.js", - "displayName": "History Change", - "categoryName": "Other" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::mousedown", - "name": "mousedown", + "id": "output_disc_viewer::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -104436,66 +115538,169 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mousedown.js", - "viewPath": "events/mousedown.html", - "displayName": "Mousedown", - "categoryName": "Mouse" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.output_disc_viewer.html", + "hosted_lib_files": null, + "icon_path": "laborum-neque/icon.png", + "main": null, + "name": "output_disc_viewer", + "owner_org_id": "884D468C9463980E0DBB0376@AdobeOrg", + "resources": [ { - "id": "kessel-test::events::window-loaded", - "name": "window-loaded", + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:50:21.757Z", + "version": "10.2.38", + "view_base_path": "nisi-magnam/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPe526bc7bb224462c8c4be8286970ed76" + } + }, + { + "id": "EPd4c11c67dd29497e8f0a2cfe50cc4c08", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "output_input_viewer::actions::showVideo", + "name": "showVideo", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/windowLoaded.js", - "displayName": "Window Loaded", - "categoryName": "Page Load" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd4c11c67dd29497e8f0a2cfe50cc4c08", + "conditions": [ { - "id": "kessel-test::events::orientation-change", - "name": "orientation-change", + "id": "output_input_viewer::conditions::html5Video", + "name": "html5Video", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/orientationChange.js", - "displayName": "Orientation Change", - "categoryName": "Mobile" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "output_input_viewer::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:04:18.971Z", + "data_elements": [ { - "id": "kessel-test::events::page-bottom", - "name": "page-bottom", + "id": "output_input_viewer::dataElements::customScript", + "name": "customScript", "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } }, - "libPath": "src/lib/events/pageBottom.js", - "displayName": "Page Bottom", - "categoryName": "Page Load" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::events::library-loaded", - "name": "library-loaded", + "id": "output_input_viewer::dataElements::domAttribute", + "name": "domAttribute", "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } }, - "libPath": "src/lib/events/libraryLoaded.js", - "displayName": "Library Loaded (Page Top)", - "categoryName": "Page Load" - }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "At reiciendis ex doloribus ipsam.", + "discontinued": false, + "display_name": "Output Input Viewer", + "ecma_version": null, + "events": [ { - "id": "kessel-test::events::media-pause", - "name": "media-pause", + "id": "output_input_viewer::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -104523,30 +115728,33 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaPause.js", - "viewPath": "events/mediaPause.html", - "displayName": "Media Pause", - "categoryName": "Media" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::media-play", - "name": "media-play", + "id": "output_input_viewer::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -104574,30 +115782,169 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaPlay.js", - "viewPath": "events/mediaPlay.html", - "displayName": "Media Play", - "categoryName": "Media" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.output_input_viewer.html", + "hosted_lib_files": null, + "icon_path": "cumque-porro/icon.png", + "main": null, + "name": "output_input_viewer", + "owner_org_id": "9DC8BF3B884A9184C9263DD2@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:04:19.062Z", + "version": "29.1.36", + "view_base_path": "architecto.deserunt/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd4c11c67dd29497e8f0a2cfe50cc4c08" + } + }, + { + "id": "EPd65abdbd404f4d6a8372381c367e5c6d", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "performance_mount::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EPd65abdbd404f4d6a8372381c367e5c6d", + "conditions": [ + { + "id": "performance_mount::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "performance_mount::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T16:55:53.434Z", + "data_elements": [ { - "id": "kessel-test::events::media-stalled", - "name": "media-stalled", + "id": "performance_mount::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "performance_mount::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Ipsum atque eius temporibus quos cupiditate accusamus nulla.", + "discontinued": false, + "display_name": "Performance Mount", + "ecma_version": null, + "events": [ + { + "id": "performance_mount::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -104625,30 +115972,33 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaStalled.js", - "viewPath": "events/mediaStalled.html", - "displayName": "Media Stalled", - "categoryName": "Media" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::submit", - "name": "submit", + "id": "performance_mount::events::keypress", + "name": "keypress", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -104676,86 +116026,224 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/submit.js", - "viewPath": "events/submit.html", - "displayName": "Submit", - "categoryName": "Form" - }, + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.performance_mount.html", + "hosted_lib_files": null, + "icon_path": "quia.voluptate/icon.png", + "main": null, + "name": "performance_mount", + "owner_org_id": "E380B6144EDECAECB54C4588@AdobeOrg", + "resources": [ { - "id": "kessel-test::events::tab-blur", - "name": "tab-blur", + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T16:55:53.514Z", + "version": "1.4.1", + "view_base_path": "pariatur.repellendus/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EPd65abdbd404f4d6a8372381c367e5c6d" + } + }, + { + "id": "EP5234416d05184d749389135a87c796fd", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "portable_controller::actions::showVideo", + "name": "showVideo", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" - }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP5234416d05184d749389135a87c796fd", + "conditions": [ { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", + "id": "portable_controller::conditions::html5Video", + "name": "html5Video", "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "portable_controller::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2022-01-31T17:44:31.047Z", + "data_elements": [ { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", + "id": "portable_controller::dataElements::customScript", + "name": "customScript", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "timeOnPage" + "script" ], "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" }, { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", + "id": "portable_controller::dataElements::domAttribute", + "name": "domAttribute", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": [ - "amount", - "unit" + "elementSelector", + "elementProperty" ], "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" + "elementProperty": { + "type": "string", + "minLength": 1 }, - "amount": { - "type": "number", - "minimum": 0 + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Cupiditate eius magnam accusantium ipsum delectus quibusdam provident numquam.", + "discontinued": false, + "display_name": "Portable Controller", + "ecma_version": null, + "events": [ + { + "id": "portable_controller::events::click", + "name": "click", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } + }, + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" + }, + { + "id": "portable_controller::events::keypress", + "name": "keypress", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { "bubbleStop": { "type": "boolean" }, @@ -104782,30 +116270,169 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" + } + ], + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.portable_controller.html", + "hosted_lib_files": null, + "icon_path": "fugit.sint/icon.png", + "main": null, + "name": "portable_controller", + "owner_org_id": "D2EFBFC53B3213CC7D22F37D@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2022-01-31T17:44:31.107Z", + "version": "25.34.26", + "view_base_path": "rerum_labore/view" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP5234416d05184d749389135a87c796fd" + } + }, + { + "id": "EP3e5924eafbd24c7992e1febd0721fade", + "type": "extension_packages", + "attributes": { + "actions": [ + { + "id": "power_transmitter::actions::showVideo", + "name": "showVideo", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "actions/showVideo.js", + "viewPath": "actions/showVideo.html", + "displayName": "Show Video" + } + ], + "author": { + "name": "Adobe Systems", + "email": "DTM-Engineering@adobe.com" + }, + "availability": "public", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3e5924eafbd24c7992e1febd0721fade", + "conditions": [ + { + "id": "power_transmitter::conditions::html5Video", + "name": "html5Video", + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#" + }, + "libPath": "conditions/html5VideoSupport.js", + "viewPath": "conditions/html5VideoSupport.html", + "displayName": "HTML5 Video Support" + } + ], + "configuration": { + "id": "power_transmitter::extensionConfiguration::config", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "reportSuiteId" + ], + "properties": { + "reportSuiteId": { + "type": "string" + } + } }, + "viewPath": "extensionConfiguration.html" + }, + "created_at": "2021-09-22T15:33:25.748Z", + "data_elements": [ { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", + "id": "power_transmitter::dataElements::customScript", + "name": "customScript", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "script" + ], + "properties": { + "script": { + "type": "string" + }, + "__rawScripts": { + "type": "array", + "items": { + "enum": [ + "script" + ], + "type": "string" + }, + "maxItems": 1, + "minItems": 1 + } + } + }, + "libPath": "dataElementDelegates/custom.js", + "viewPath": "index.html#/dataElements/custom", + "displayName": "Custom Script" + }, + { + "id": "power_transmitter::dataElements::domAttribute", + "name": "domAttribute", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector", + "elementProperty" + ], + "properties": { + "elementProperty": { + "type": "string", + "minLength": 1 + }, + "elementSelector": { + "type": "string", + "minLength": 1 + } + } + }, + "libPath": "dataElementDelegates/dom.js", + "viewPath": "index.html#/dataElements/dom", + "displayName": "DOM Attribute" + } + ], + "description": "Dignissimos modi magnam fugiat repellat vero assumenda labore quod.", + "discontinued": false, + "display_name": "Power Transmitter", + "ecma_version": "es5", + "events": [ + { + "id": "power_transmitter::events::click", + "name": "click", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], "properties": { "bubbleStop": { "type": "boolean" @@ -104833,62 +116460,108 @@ "valueIsRegex": { "type": "boolean" } - }, - "additionalProperties": false + } } }, "bubbleFireIfParent": { "type": "boolean" }, + "delayLinkActivation": { + "type": "boolean" + }, "bubbleFireIfChildFired": { "type": "boolean" } - }, - "additionalProperties": false + } }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" + "libPath": "events/click/click.js", + "viewPath": "index.html#/events/click", + "displayName": "Click" }, { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", + "id": "power_transmitter::events::keypress", + "name": "keypress", "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "elementSelector" + ], + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + } + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "delayLinkActivation": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + } }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "viewPath": "index.html#/events/keypress", + "displayName": "keypress" } ], - "exchange_url": null, + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.power_transmitter.html", "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", + "icon_path": "temporibus_voluptate/icon.png", "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, + "name": "power_transmitter", + "owner_org_id": "6940E715B0A4CFEE06F133A3@AdobeOrg", + "resources": [ + { + "name": "codecDetector", + "libPath": "resources/codecDetector.js" + } + ], "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" + "updated_at": "2021-09-22T15:33:25.843Z", + "version": "6.25.19", + "view_base_path": "ducimus_dolore/view" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" - }, - "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + "self": "https://reactor.adobe.io/extension_packages/EP3e5924eafbd24c7992e1febd0721fade" } }, { - "id": "EP3e5924eafbd24c7992e1febd0721fade", + "id": "EP31433da5f607444bbab0b05c2c03c9ba", "type": "extension_packages", "attributes": { "actions": [ { - "id": "power_transmitter::actions::showVideo", + "id": "tag_ferrule::actions::showVideo", "name": "showVideo", "schema": { "$schema": "http://json-schema.org/draft-04/schema#" @@ -104903,10 +116576,10 @@ "email": "DTM-Engineering@adobe.com" }, "availability": "public", - "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP3e5924eafbd24c7992e1febd0721fade", + "cdn_path": "https://assets.adobedtm.com/staging/extensions/EP31433da5f607444bbab0b05c2c03c9ba", "conditions": [ { - "id": "power_transmitter::conditions::html5Video", + "id": "tag_ferrule::conditions::html5Video", "name": "html5Video", "schema": { "$schema": "http://json-schema.org/draft-04/schema#" @@ -104917,7 +116590,7 @@ } ], "configuration": { - "id": "power_transmitter::extensionConfiguration::config", + "id": "tag_ferrule::extensionConfiguration::config", "schema": { "type": "object", "$schema": "http://json-schema.org/draft-04/schema#", @@ -104932,10 +116605,10 @@ }, "viewPath": "extensionConfiguration.html" }, - "created_at": "2021-09-22T15:33:25.748Z", + "created_at": "2022-01-31T17:17:27.007Z", "data_elements": [ { - "id": "power_transmitter::dataElements::customScript", + "id": "tag_ferrule::dataElements::customScript", "name": "customScript", "schema": { "type": "object", @@ -104965,7 +116638,7 @@ "displayName": "Custom Script" }, { - "id": "power_transmitter::dataElements::domAttribute", + "id": "tag_ferrule::dataElements::domAttribute", "name": "domAttribute", "schema": { "type": "object", @@ -104990,12 +116663,13 @@ "displayName": "DOM Attribute" } ], - "description": "Dignissimos modi magnam fugiat repellat vero assumenda labore quod.", + "description": "Libero velit corporis exercitationem officiis ipsam esse quidem tempore.", "discontinued": false, - "display_name": "Power Transmitter", + "display_name": "Tag Ferrule", + "ecma_version": null, "events": [ { - "id": "power_transmitter::events::click", + "id": "tag_ferrule::events::click", "name": "click", "schema": { "type": "object", @@ -105049,7 +116723,7 @@ "displayName": "Click" }, { - "id": "power_transmitter::events::keypress", + "id": "tag_ferrule::events::keypress", "name": "keypress", "schema": { "type": "object", @@ -105102,12 +116776,12 @@ "displayName": "keypress" } ], - "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.power_transmitter.html", + "exchange_url": "https://adobeexchange.com/experiencecloud/experiencecloud.details.tag_ferrule.html", "hosted_lib_files": null, - "icon_path": "temporibus_voluptate/icon.png", + "icon_path": "aut-odit/icon.png", "main": null, - "name": "power_transmitter", - "owner_org_id": "6940E715B0A4CFEE06F133A3@AdobeOrg", + "name": "tag_ferrule", + "owner_org_id": "C428B8627B1642582EDB4A78@AdobeOrg", "resources": [ { "name": "codecDetector", @@ -105117,22 +116791,27 @@ "shared_modules": null, "status": "succeeded", "platform": "web", - "updated_at": "2021-09-22T15:33:25.843Z", - "version": "6.25.19", - "view_base_path": "ducimus_dolore/view" + "updated_at": "2022-01-31T17:17:27.072Z", + "version": "21.18.9", + "view_base_path": "natus.aspernatur/view" }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP3e5924eafbd24c7992e1febd0721fade" + "self": "https://reactor.adobe.io/extension_packages/EP31433da5f607444bbab0b05c2c03c9ba" } } ], + "links": { + "self": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=1&page%5Bsize%5D=25", + "next": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=2&page%5Bsize%5D=25", + "last": "https://reactor.adobe.io/extension_packages?page%5Bnumber%5D=2&page%5Bsize%5D=25" + }, "meta": { "pagination": { "current_page": 1, - "next_page": null, + "next_page": 2, "prev_page": null, - "total_pages": 1, - "total_count": 6 + "total_pages": 2, + "total_count": 29 } } }, @@ -106396,6 +118075,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -108808,6 +120488,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -111220,6 +122901,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -112389,7 +124071,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -112462,7 +124144,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -112529,21 +124211,21 @@ "response": { "data": [ { - "id": "PR163b871bc2624ba498884e4d43b560a8", + "id": "PR98f50b4c2244447183975c6c1bb93389", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:09:51.473Z", + "created_at": "2022-02-04T21:10:28.052Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:09:51.473Z", + "updated_at": "2022-02-04T21:10:28.052Z", "platform": "edge", "development": false, - "token": "07ba0b13b4db" + "token": "e7693cc283cc" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/company" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -112552,52 +124234,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/callbacks" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/hosts" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/environments" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/libraries" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/data_elements" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/extensions" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/rules" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/notes" + "related": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/environments", - "extensions": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/extensions", - "rules": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8/rules", - "self": "https://reactor.adobe.io/properties/PR163b871bc2624ba498884e4d43b560a8" + "data_elements": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/data_elements", + "environments": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/environments", + "extensions": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/extensions", + "rules": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389/rules", + "self": "https://reactor.adobe.io/properties/PR98f50b4c2244447183975c6c1bb93389" }, "meta": { "rights": [ @@ -112626,7 +124308,7 @@ }, { "name": "extensions.create_an_extension", - "endpoint": "/properties/PR163b871bc2624ba498884e4d43b560a8", + "endpoint": "/properties/PR98f50b4c2244447183975c6c1bb93389", "method": "DELETE", "request": null, "response": null, @@ -112673,16 +124355,16 @@ }, "response": { "data": { - "id": "PRef5851d599144846a79eea5031801c7a", + "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:09.787Z", + "created_at": "2022-02-04T21:11:17.435Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:09.787Z", + "updated_at": "2022-02-04T21:11:17.435Z", "platform": "web", "development": false, - "token": "feb434bb2910", + "token": "e7d88683642b", "domains": [ "example.com" ], @@ -112692,7 +124374,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/company" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -112701,52 +124383,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/callbacks" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/hosts" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/environments" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/libraries" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/data_elements" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/extensions" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/rules" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/notes" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/environments", - "extensions": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/extensions", - "rules": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/rules", - "self": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a" + "data_elements": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments", + "extensions": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions", + "rules": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules", + "self": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f" }, "meta": { "rights": [ @@ -112784,10 +124466,10 @@ }, "response": { "data": { - "id": "EXb33ea889125246119dffe8e9dc8a220f", + "id": "EX54d351ab7dce4ad683278636269743ac", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:14.985Z", + "created_at": "2022-02-04T21:11:22.931Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -112795,7 +124477,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:14.985Z", + "updated_at": "2022-02-04T21:11:22.931Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -112805,40 +124487,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/libraries" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/revisions" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/notes" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/property" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/property" }, "data": { - "id": "PRef5851d599144846a79eea5031801c7a", + "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/origin" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/origin" }, "data": { - "id": "EXb33ea889125246119dffe8e9dc8a220f", + "id": "EX54d351ab7dce4ad683278636269743ac", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -112847,7 +124529,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -112856,9 +124538,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a", - "origin": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f", - "self": "https://reactor.adobe.io/extensions/EXb33ea889125246119dffe8e9dc8a220f", + "property": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f", + "origin": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac", + "self": "https://reactor.adobe.io/extensions/EX54d351ab7dce4ad683278636269743ac", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -112884,7 +124566,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -112957,7 +124639,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -113024,16 +124706,16 @@ "response": { "data": [ { - "id": "PRef5851d599144846a79eea5031801c7a", + "id": "PR068cafd5fc0b49ddbb3ff3852e88327f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:09.787Z", + "created_at": "2022-02-04T21:11:17.435Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:09.787Z", + "updated_at": "2022-02-04T21:11:17.435Z", "platform": "web", "development": false, - "token": "feb434bb2910", + "token": "e7d88683642b", "domains": [ "example.com" ], @@ -113043,7 +124725,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/company" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -113052,52 +124734,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/callbacks" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/hosts" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/environments" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/libraries" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/data_elements" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/extensions" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/rules" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/notes" + "related": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/environments", - "extensions": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/extensions", - "rules": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a/rules", - "self": "https://reactor.adobe.io/properties/PRef5851d599144846a79eea5031801c7a" + "data_elements": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/environments", + "extensions": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/extensions", + "rules": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f/rules", + "self": "https://reactor.adobe.io/properties/PR068cafd5fc0b49ddbb3ff3852e88327f" }, "meta": { "rights": [ @@ -113126,7 +124808,7 @@ }, { "name": "extensions.get_an_extension", - "endpoint": "/properties/PRef5851d599144846a79eea5031801c7a", + "endpoint": "/properties/PR068cafd5fc0b49ddbb3ff3852e88327f", "method": "DELETE", "request": null, "response": null, @@ -113173,16 +124855,16 @@ }, "response": { "data": { - "id": "PRa4f8797117fb4bd09e76ffb5814b9e58", + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:15.493Z", + "created_at": "2022-02-04T21:11:24.901Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:15.493Z", + "updated_at": "2022-02-04T21:11:24.901Z", "platform": "web", "development": false, - "token": "b866e99fcc88", + "token": "b16760ca8bd5", "domains": [ "example.com" ], @@ -113192,7 +124874,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/company" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -113201,52 +124883,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/callbacks" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/hosts" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/environments" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/libraries" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/data_elements" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/extensions" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/rules" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/notes" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/environments", - "extensions": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/extensions", - "rules": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/rules", - "self": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58" + "data_elements": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements", + "environments": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments", + "extensions": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions", + "rules": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules", + "self": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35" }, "meta": { "rights": [ @@ -114542,6 +126224,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -115718,10 +127401,10 @@ }, "response": { "data": { - "id": "EX54b732c1ac0a4e09b783bd4fc2a8750b", + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:20.858Z", + "created_at": "2022-02-04T21:11:30.985Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -115729,7 +127412,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:20.858Z", + "updated_at": "2022-02-04T21:11:30.985Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -115739,40 +127422,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/libraries" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/revisions" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/notes" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/property" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/property" }, "data": { - "id": "PRa4f8797117fb4bd09e76ffb5814b9e58", + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/origin" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/origin" }, "data": { - "id": "EX54b732c1ac0a4e09b783bd4fc2a8750b", + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -115781,7 +127464,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/extension_package" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -115790,9 +127473,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58", - "origin": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b", - "self": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b", + "property": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35", + "origin": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", + "self": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -115811,10 +127494,10 @@ "request": null, "response": { "data": { - "id": "EX54b732c1ac0a4e09b783bd4fc2a8750b", + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:20.858Z", + "created_at": "2022-02-04T21:11:30.985Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -115822,7 +127505,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:20.858Z", + "updated_at": "2022-02-04T21:11:30.985Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -115832,40 +127515,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/libraries" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/revisions" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/notes" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/property" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/property" }, "data": { - "id": "PRa4f8797117fb4bd09e76ffb5814b9e58", + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/origin" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/origin" }, "data": { - "id": "EX54b732c1ac0a4e09b783bd4fc2a8750b", + "id": "EXa24b4d5e331b4fd7909240b1e65a1958", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -115874,7 +127557,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b/extension_package" + "related": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -115883,9 +127566,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58", - "origin": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b", - "self": "https://reactor.adobe.io/extensions/EX54b732c1ac0a4e09b783bd4fc2a8750b", + "property": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35", + "origin": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", + "self": "https://reactor.adobe.io/extensions/EXa24b4d5e331b4fd7909240b1e65a1958", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -115911,7 +127594,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -115984,7 +127667,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -116051,16 +127734,16 @@ "response": { "data": [ { - "id": "PRa4f8797117fb4bd09e76ffb5814b9e58", + "id": "PR63b284224f424bacafc0c4cf1ed5ff35", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:15.493Z", + "created_at": "2022-02-04T21:11:24.901Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:15.493Z", + "updated_at": "2022-02-04T21:11:24.901Z", "platform": "web", "development": false, - "token": "b866e99fcc88", + "token": "b16760ca8bd5", "domains": [ "example.com" ], @@ -116070,7 +127753,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/company" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -116079,52 +127762,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/callbacks" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/hosts" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/environments" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/libraries" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/data_elements" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/extensions" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/rules" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/notes" + "related": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/environments", - "extensions": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/extensions", - "rules": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58/rules", - "self": "https://reactor.adobe.io/properties/PRa4f8797117fb4bd09e76ffb5814b9e58" + "data_elements": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/data_elements", + "environments": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/environments", + "extensions": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/extensions", + "rules": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35/rules", + "self": "https://reactor.adobe.io/properties/PR63b284224f424bacafc0c4cf1ed5ff35" }, "meta": { "rights": [ @@ -116153,7 +127836,7 @@ }, { "name": "extensions.list_extensions_for_a_property", - "endpoint": "/properties/PRa4f8797117fb4bd09e76ffb5814b9e58", + "endpoint": "/properties/PR63b284224f424bacafc0c4cf1ed5ff35", "method": "DELETE", "request": null, "response": null, @@ -116200,16 +127883,16 @@ }, "response": { "data": { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR586368897d7e4701b67edbc953201efa", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:21.372Z", + "created_at": "2022-02-04T21:11:34.040Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:21.372Z", + "updated_at": "2022-02-04T21:11:34.040Z", "platform": "web", "development": false, - "token": "3e8a485914b4", + "token": "07432b1b5f3f", "domains": [ "example.com" ], @@ -116219,7 +127902,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/company" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -116228,52 +127911,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/callbacks" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/hosts" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/environments" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/libraries" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/data_elements" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/extensions" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/rules" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/notes" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/environments", - "extensions": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/extensions", - "rules": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/rules", - "self": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5" + "data_elements": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements", + "environments": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments", + "extensions": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions", + "rules": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules", + "self": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa" }, "meta": { "rights": [ @@ -117569,6 +129252,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -118745,10 +130429,10 @@ }, "response": { "data": { - "id": "EX0df42a9c524b431e8612ee8e4c800533", + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:26.739Z", + "created_at": "2022-02-04T21:11:40.063Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -118756,7 +130440,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:26.739Z", + "updated_at": "2022-02-04T21:11:40.063Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -118766,40 +130450,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/libraries" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/revisions" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/notes" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/property" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/property" }, "data": { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR586368897d7e4701b67edbc953201efa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/origin" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/origin" }, "data": { - "id": "EX0df42a9c524b431e8612ee8e4c800533", + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -118808,7 +130492,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -118817,9 +130501,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5", - "origin": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533", - "self": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533", + "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", + "origin": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", + "self": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -118839,10 +130523,10 @@ "response": { "data": [ { - "id": "EX0df42a9c524b431e8612ee8e4c800533", + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:26.739Z", + "created_at": "2022-02-04T21:11:40.063Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -118850,7 +130534,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:26.739Z", + "updated_at": "2022-02-04T21:11:40.063Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -118860,40 +130544,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/libraries" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/revisions" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/notes" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/property" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/property" }, "data": { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR586368897d7e4701b67edbc953201efa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/origin" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/origin" }, "data": { - "id": "EX0df42a9c524b431e8612ee8e4c800533", + "id": "EX8bfeaf2516b44d19bef9430b31f96cee", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -118902,7 +130586,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -118911,9 +130595,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5", - "origin": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533", - "self": "https://reactor.adobe.io/extensions/EX0df42a9c524b431e8612ee8e4c800533", + "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", + "origin": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", + "self": "https://reactor.adobe.io/extensions/EX8bfeaf2516b44d19bef9430b31f96cee", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -118922,10 +130606,10 @@ } }, { - "id": "EX163790cc818a4d848742169766558605", + "id": "EX2925362cb0cf4aeca67de02981afcc5a", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:21.394Z", + "created_at": "2022-02-04T21:11:34.175Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -118933,7 +130617,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:21.394Z", + "updated_at": "2022-02-04T21:11:34.175Z", "delegate_descriptor_id": "core::extensionConfiguration::config", "display_name": "Core", "review_status": "unsubmitted", @@ -118943,40 +130627,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/libraries" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/revisions" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/notes" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/property" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/property" }, "data": { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR586368897d7e4701b67edbc953201efa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/origin" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/origin" }, "data": { - "id": "EX163790cc818a4d848742169766558605", + "id": "EX2925362cb0cf4aeca67de02981afcc5a", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/updated_with_extension_package" }, "data": { "id": "EP56a06c4685ae4a469e3f5f3b929a822c", @@ -118985,7 +130669,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605/extension_package" + "related": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a/extension_package" }, "data": { "id": "EP56a06c4685ae4a469e3f5f3b929a822c", @@ -118994,9 +130678,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5", - "origin": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605", - "self": "https://reactor.adobe.io/extensions/EX163790cc818a4d848742169766558605", + "property": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa", + "origin": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a", + "self": "https://reactor.adobe.io/extensions/EX2925362cb0cf4aeca67de02981afcc5a", "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" }, @@ -119032,7 +130716,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -119105,7 +130789,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -119172,16 +130856,16 @@ "response": { "data": [ { - "id": "PR050c2338fc774bfcb8595a2fdbf629c5", + "id": "PR586368897d7e4701b67edbc953201efa", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:21.372Z", + "created_at": "2022-02-04T21:11:34.040Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:21.372Z", + "updated_at": "2022-02-04T21:11:34.040Z", "platform": "web", "development": false, - "token": "3e8a485914b4", + "token": "07432b1b5f3f", "domains": [ "example.com" ], @@ -119191,7 +130875,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/company" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -119200,52 +130884,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/callbacks" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/hosts" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/environments" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/libraries" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/data_elements" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/extensions" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/rules" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/notes" + "related": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/environments", - "extensions": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/extensions", - "rules": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5/rules", - "self": "https://reactor.adobe.io/properties/PR050c2338fc774bfcb8595a2fdbf629c5" + "data_elements": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/data_elements", + "environments": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/environments", + "extensions": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/extensions", + "rules": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa/rules", + "self": "https://reactor.adobe.io/properties/PR586368897d7e4701b67edbc953201efa" }, "meta": { "rights": [ @@ -119274,7 +130958,7 @@ }, { "name": "extensions.revise_an_extension", - "endpoint": "/properties/PR050c2338fc774bfcb8595a2fdbf629c5", + "endpoint": "/properties/PR586368897d7e4701b67edbc953201efa", "method": "DELETE", "request": null, "response": null, @@ -119321,16 +131005,16 @@ }, "response": { "data": { - "id": "PR8da4917490544fc58f7120bb62f5f854", + "id": "PRbd363eca8ea243cc960cb002aaf62a00", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:27.348Z", + "created_at": "2022-02-04T21:11:41.722Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:27.348Z", + "updated_at": "2022-02-04T21:11:41.722Z", "platform": "web", "development": false, - "token": "c4c94a121e74", + "token": "3007d5a90de4", "domains": [ "example.com" ], @@ -119340,7 +131024,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/company" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -119349,52 +131033,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/callbacks" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/hosts" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/environments" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/libraries" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/data_elements" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/extensions" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/rules" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/notes" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/environments", - "extensions": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/extensions", - "rules": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/rules", - "self": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854" + "data_elements": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules", + "self": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00" }, "meta": { "rights": [ @@ -120690,6 +132374,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -121866,10 +133551,10 @@ }, "response": { "data": { - "id": "EXfed10de2f0574af1a4871753aa0c5e83", + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:32.718Z", + "created_at": "2022-02-04T21:11:47.772Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -121877,7 +133562,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:32.718Z", + "updated_at": "2022-02-04T21:11:47.772Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -121887,40 +133572,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/libraries" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/revisions" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/notes" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/property" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/property" }, "data": { - "id": "PR8da4917490544fc58f7120bb62f5f854", + "id": "PRbd363eca8ea243cc960cb002aaf62a00", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/origin" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/origin" }, "data": { - "id": "EXfed10de2f0574af1a4871753aa0c5e83", + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -121929,7 +133614,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83/extension_package" + "related": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -121938,9 +133623,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854", - "origin": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83", - "self": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83", + "property": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00", + "origin": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "self": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -121963,16 +133648,16 @@ "meta": { "action": "revise" }, - "id": "EXfed10de2f0574af1a4871753aa0c5e83", + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", "type": "extensions" } }, "response": { "data": { - "id": "EXa7fa94d9923e417d9f7008e00448b8c2", + "id": "EX4fd0bac77ba64dd1abed256b92dd3fa2", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:32.736Z", + "created_at": "2022-02-04T21:11:47.826Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -121980,7 +133665,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:32.736Z", + "updated_at": "2022-02-04T21:11:47.826Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -121990,40 +133675,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/libraries" + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/revisions" + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/notes" + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/property" + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/property" }, "data": { - "id": "PR8da4917490544fc58f7120bb62f5f854", + "id": "PRbd363eca8ea243cc960cb002aaf62a00", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/origin" + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/origin" }, "data": { - "id": "EXfed10de2f0574af1a4871753aa0c5e83", + "id": "EX40f33d8ebd7b43c08ce7fcc11b01d57f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -122032,7 +133717,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2/extension_package" + "related": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -122041,9 +133726,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854", - "origin": "https://reactor.adobe.io/extensions/EXfed10de2f0574af1a4871753aa0c5e83", - "self": "https://reactor.adobe.io/extensions/EXa7fa94d9923e417d9f7008e00448b8c2", + "property": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00", + "origin": "https://reactor.adobe.io/extensions/EX40f33d8ebd7b43c08ce7fcc11b01d57f", + "self": "https://reactor.adobe.io/extensions/EX4fd0bac77ba64dd1abed256b92dd3fa2", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -122069,7 +133754,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -122142,7 +133827,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -122209,16 +133894,16 @@ "response": { "data": [ { - "id": "PR8da4917490544fc58f7120bb62f5f854", + "id": "PRbd363eca8ea243cc960cb002aaf62a00", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:27.348Z", + "created_at": "2022-02-04T21:11:41.722Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:27.348Z", + "updated_at": "2022-02-04T21:11:41.722Z", "platform": "web", "development": false, - "token": "c4c94a121e74", + "token": "3007d5a90de4", "domains": [ "example.com" ], @@ -122228,7 +133913,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/company" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -122237,52 +133922,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/callbacks" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/hosts" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/environments" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/libraries" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/data_elements" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/extensions" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/rules" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/notes" + "related": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/environments", - "extensions": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/extensions", - "rules": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854/rules", - "self": "https://reactor.adobe.io/properties/PR8da4917490544fc58f7120bb62f5f854" + "data_elements": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/environments", + "extensions": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/extensions", + "rules": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00/rules", + "self": "https://reactor.adobe.io/properties/PRbd363eca8ea243cc960cb002aaf62a00" }, "meta": { "rights": [ @@ -122311,7 +133996,7 @@ }, { "name": "extensions.list_libraries_for_an_extension", - "endpoint": "/properties/PR8da4917490544fc58f7120bb62f5f854", + "endpoint": "/properties/PRbd363eca8ea243cc960cb002aaf62a00", "method": "DELETE", "request": null, "response": null, @@ -122358,16 +134043,16 @@ }, "response": { "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:33.271Z", + "created_at": "2022-02-04T21:11:49.513Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:33.271Z", + "updated_at": "2022-02-04T21:11:49.513Z", "platform": "web", "development": false, - "token": "02130c8e7515", + "token": "5496bd32660e", "domains": [ "example.com" ], @@ -122377,7 +134062,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/company" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -122386,52 +134071,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/callbacks" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/hosts" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/environments" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/libraries" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/data_elements" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/extensions" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/rules" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/notes" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/data_elements", - "environments": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/environments", - "extensions": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/extensions", - "rules": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/rules", - "self": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002" + "data_elements": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements", + "environments": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments", + "extensions": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions", + "rules": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules", + "self": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf" }, "meta": { "rights": [ @@ -123727,6 +135412,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -124903,10 +136589,10 @@ }, "response": { "data": { - "id": "EX22faa2812e3e4d17940dc3f5290aaaa3", + "id": "EX8803e301fb7b47eca87ca6095898a2d7", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:38.699Z", + "created_at": "2022-02-04T21:11:55.731Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -124914,7 +136600,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:38.699Z", + "updated_at": "2022-02-04T21:11:55.731Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -124924,40 +136610,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/libraries" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/revisions" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/notes" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/property" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/property" }, "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/origin" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/origin" }, "data": { - "id": "EX22faa2812e3e4d17940dc3f5290aaaa3", + "id": "EX8803e301fb7b47eca87ca6095898a2d7", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -124966,7 +136652,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3/extension_package" + "related": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -124975,9 +136661,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002", - "origin": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3", - "self": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3", + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "origin": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", + "self": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -125000,16 +136686,16 @@ "meta": { "action": "revise" }, - "id": "EX22faa2812e3e4d17940dc3f5290aaaa3", + "id": "EX8803e301fb7b47eca87ca6095898a2d7", "type": "extensions" } }, "response": { "data": { - "id": "EX64485904429f489cba572eaa209df92f", + "id": "EXe0eb889253a84a9894e587b4558cb577", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:38.715Z", + "created_at": "2022-02-04T21:11:55.782Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -125017,7 +136703,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:38.715Z", + "updated_at": "2022-02-04T21:11:55.782Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -125027,40 +136713,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/libraries" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/revisions" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/notes" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/property" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/property" }, "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/origin" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/origin" }, "data": { - "id": "EX22faa2812e3e4d17940dc3f5290aaaa3", + "id": "EX8803e301fb7b47eca87ca6095898a2d7", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -125069,7 +136755,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f/extension_package" + "related": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -125078,9 +136764,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002", - "origin": "https://reactor.adobe.io/extensions/EX22faa2812e3e4d17940dc3f5290aaaa3", - "self": "https://reactor.adobe.io/extensions/EX64485904429f489cba572eaa209df92f", + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "origin": "https://reactor.adobe.io/extensions/EX8803e301fb7b47eca87ca6095898a2d7", + "self": "https://reactor.adobe.io/extensions/EXe0eb889253a84a9894e587b4558cb577", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -125105,7 +136791,7 @@ "extensions": { "data": [ { - "id": "EX64485904429f489cba572eaa209df92f", + "id": "EXe0eb889253a84a9894e587b4558cb577", "type": "extensions" } ] @@ -125116,49 +136802,49 @@ }, "response": { "data": { - "id": "LB4d01391be0444707bcf69e8425d3f44f", + "id": "LB5493ed03dcb24963a6b5dec1361f3ade", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:10:38.952Z", + "created_at": "2022-02-04T21:11:56.525Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:10:38.952Z", + "updated_at": "2022-02-04T21:11:56.525Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/builds" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/extensions", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/extensions", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/notes" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/rules", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/rules", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/rules" } }, "upstream_library": { @@ -125166,23 +136852,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/property" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/property" }, "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/last_build" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f" + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade" }, "meta": { "build_status": null, @@ -125201,49 +136887,49 @@ "response": { "data": [ { - "id": "LB4d01391be0444707bcf69e8425d3f44f", + "id": "LB5493ed03dcb24963a6b5dec1361f3ade", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:10:38.952Z", + "created_at": "2022-02-04T21:11:56.525Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:10:38.952Z", + "updated_at": "2022-02-04T21:11:56.525Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/builds" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/extensions", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/extensions", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/notes" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/rules", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/rules", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/relationships/rules" } }, "upstream_library": { @@ -125251,23 +136937,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/property" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/property" }, "data": { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f/last_build" + "related": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002", - "self": "https://reactor.adobe.io/libraries/LB4d01391be0444707bcf69e8425d3f44f" + "property": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", + "self": "https://reactor.adobe.io/libraries/LB5493ed03dcb24963a6b5dec1361f3ade" }, "meta": { "build_status": null, @@ -125302,7 +136988,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -125375,7 +137061,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -125442,16 +137128,16 @@ "response": { "data": [ { - "id": "PR08f676247074480f8ae05f4efecd9002", + "id": "PR77a56ccfd2be4a529ef3d18f479bcadf", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:33.271Z", + "created_at": "2022-02-04T21:11:49.513Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:33.271Z", + "updated_at": "2022-02-04T21:11:49.513Z", "platform": "web", "development": false, - "token": "02130c8e7515", + "token": "5496bd32660e", "domains": [ "example.com" ], @@ -125461,7 +137147,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/company" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -125470,52 +137156,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/callbacks" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/hosts" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/environments" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/libraries" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/data_elements" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/extensions" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/rules" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/notes" + "related": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/data_elements", - "environments": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/environments", - "extensions": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/extensions", - "rules": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002/rules", - "self": "https://reactor.adobe.io/properties/PR08f676247074480f8ae05f4efecd9002" + "data_elements": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/data_elements", + "environments": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/environments", + "extensions": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/extensions", + "rules": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf/rules", + "self": "https://reactor.adobe.io/properties/PR77a56ccfd2be4a529ef3d18f479bcadf" }, "meta": { "rights": [ @@ -125544,7 +137230,7 @@ }, { "name": "extensions.delete_an_extension", - "endpoint": "/properties/PR08f676247074480f8ae05f4efecd9002", + "endpoint": "/properties/PR77a56ccfd2be4a529ef3d18f479bcadf", "method": "DELETE", "request": null, "response": null, @@ -125591,16 +137277,16 @@ }, "response": { "data": { - "id": "PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "id": "PRe1905c60f07043fe9ab49e218bfd9134", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:39.467Z", + "created_at": "2022-02-04T21:11:58.721Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:39.467Z", + "updated_at": "2022-02-04T21:11:58.721Z", "platform": "web", "development": false, - "token": "047f7e8395e0", + "token": "f7e3c211be70", "domains": [ "example.com" ], @@ -125610,7 +137296,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/company" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -125619,52 +137305,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/callbacks" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/hosts" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/environments" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/libraries" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/data_elements" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/extensions" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/rules" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/notes" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/environments", - "extensions": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/extensions", - "rules": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/rules", - "self": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c" + "data_elements": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments", + "extensions": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions", + "rules": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules", + "self": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134" }, "meta": { "rights": [ @@ -126960,6 +138646,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -128136,10 +139823,10 @@ }, "response": { "data": { - "id": "EX8663a7ac01ad42e4b99c16410912ddc1", + "id": "EX9f81f473f2134edda19da30ba00bfd8b", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:44.812Z", + "created_at": "2022-02-04T21:12:06.467Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -128147,7 +139834,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:44.812Z", + "updated_at": "2022-02-04T21:12:06.467Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -128157,40 +139844,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/libraries" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/revisions" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/notes" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/property" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/property" }, "data": { - "id": "PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "id": "PRe1905c60f07043fe9ab49e218bfd9134", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/origin" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/origin" }, "data": { - "id": "EX8663a7ac01ad42e4b99c16410912ddc1", + "id": "EX9f81f473f2134edda19da30ba00bfd8b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -128199,7 +139886,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -128208,9 +139895,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c", - "origin": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1", - "self": "https://reactor.adobe.io/extensions/EX8663a7ac01ad42e4b99c16410912ddc1", + "property": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134", + "origin": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b", + "self": "https://reactor.adobe.io/extensions/EX9f81f473f2134edda19da30ba00bfd8b", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -128239,10 +139926,10 @@ "response": { "data": [ { - "id": "EX43fbf1adcb424060bc8b3e6db4ea1625", + "id": "EX9625424a2483418fad8acfb132fa40d1", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:39.503Z", + "created_at": "2022-02-04T21:11:59.246Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -128250,7 +139937,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:39.503Z", + "updated_at": "2022-02-04T21:11:59.246Z", "delegate_descriptor_id": "core::extensionConfiguration::config", "display_name": "Core", "review_status": "unsubmitted", @@ -128260,40 +139947,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/libraries" + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/revisions" + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/notes" + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/property" + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/property" }, "data": { - "id": "PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "id": "PRe1905c60f07043fe9ab49e218bfd9134", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/origin" + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/origin" }, "data": { - "id": "EX43fbf1adcb424060bc8b3e6db4ea1625", + "id": "EX9625424a2483418fad8acfb132fa40d1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/updated_with_extension_package" }, "data": { "id": "EP56a06c4685ae4a469e3f5f3b929a822c", @@ -128302,7 +139989,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1/extension_package" }, "data": { "id": "EP56a06c4685ae4a469e3f5f3b929a822c", @@ -128311,9 +139998,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c", - "origin": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625", - "self": "https://reactor.adobe.io/extensions/EX43fbf1adcb424060bc8b3e6db4ea1625", + "property": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134", + "origin": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1", + "self": "https://reactor.adobe.io/extensions/EX9625424a2483418fad8acfb132fa40d1", "extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP56a06c4685ae4a469e3f5f3b929a822c" }, @@ -128349,7 +140036,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -128422,7 +140109,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -128489,16 +140176,16 @@ "response": { "data": [ { - "id": "PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "id": "PRe1905c60f07043fe9ab49e218bfd9134", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:39.467Z", + "created_at": "2022-02-04T21:11:58.721Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:39.467Z", + "updated_at": "2022-02-04T21:11:58.721Z", "platform": "web", "development": false, - "token": "047f7e8395e0", + "token": "f7e3c211be70", "domains": [ "example.com" ], @@ -128508,7 +140195,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/company" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -128517,52 +140204,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/callbacks" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/hosts" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/environments" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/libraries" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/data_elements" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/extensions" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/rules" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/notes" + "related": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/environments", - "extensions": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/extensions", - "rules": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c/rules", - "self": "https://reactor.adobe.io/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c" + "data_elements": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/environments", + "extensions": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/extensions", + "rules": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134/rules", + "self": "https://reactor.adobe.io/properties/PRe1905c60f07043fe9ab49e218bfd9134" }, "meta": { "rights": [ @@ -128591,7 +140278,7 @@ }, { "name": "extensions.list_the_revisions_of_an_extension", - "endpoint": "/properties/PR9eeb8d74e4a74a11b1ecf94ad3a5978c", + "endpoint": "/properties/PRe1905c60f07043fe9ab49e218bfd9134", "method": "DELETE", "request": null, "response": null, @@ -128638,16 +140325,16 @@ }, "response": { "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR70a54341fec444caa67de44c2f5da659", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:45.563Z", + "created_at": "2022-02-04T21:12:10.483Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:45.563Z", + "updated_at": "2022-02-04T21:12:10.483Z", "platform": "web", "development": false, - "token": "1cf450c0233d", + "token": "6d59b8b227e6", "domains": [ "example.com" ], @@ -128657,7 +140344,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/company" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -128666,52 +140353,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/callbacks" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/hosts" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/environments" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/libraries" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/data_elements" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/extensions" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/rules" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/notes" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/rules", - "self": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb" + "data_elements": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements", + "environments": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments", + "extensions": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions", + "rules": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules", + "self": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659" }, "meta": { "rights": [ @@ -130007,6 +141694,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -131183,10 +142871,10 @@ }, "response": { "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:50.926Z", + "created_at": "2022-02-04T21:12:18.660Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -131194,7 +142882,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:50.926Z", + "updated_at": "2022-02-04T21:12:18.660Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -131204,40 +142892,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/libraries" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/revisions" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/notes" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/property" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/property" }, "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR70a54341fec444caa67de44c2f5da659", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/origin" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/origin" }, "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131246,7 +142934,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/extension_package" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131255,9 +142943,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb", - "origin": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", - "self": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -131280,16 +142968,16 @@ "meta": { "action": "revise" }, - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", "type": "extensions" } }, "response": { "data": { - "id": "EX0f7892df514c49f6a60e4b2cd7399b2d", + "id": "EXf8f1a65698784bb4888cca287ed193ab", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:50.944Z", + "created_at": "2022-02-04T21:12:18.733Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -131297,7 +142985,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:50.944Z", + "updated_at": "2022-02-04T21:12:18.733Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -131307,40 +142995,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/libraries" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/revisions" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/notes" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/property" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/property" }, "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR70a54341fec444caa67de44c2f5da659", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/origin" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/origin" }, "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131349,7 +143037,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131358,9 +143046,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb", - "origin": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", - "self": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d", + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -131380,10 +143068,10 @@ "response": { "data": [ { - "id": "EX0f7892df514c49f6a60e4b2cd7399b2d", + "id": "EXf8f1a65698784bb4888cca287ed193ab", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:50.944Z", + "created_at": "2022-02-04T21:12:18.733Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -131391,7 +143079,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:50.944Z", + "updated_at": "2022-02-04T21:12:18.733Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -131401,40 +143089,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/libraries" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/revisions" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/notes" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/property" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/property" }, "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR70a54341fec444caa67de44c2f5da659", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/origin" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/origin" }, "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131443,7 +143131,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131452,9 +143140,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb", - "origin": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", - "self": "https://reactor.adobe.io/extensions/EX0f7892df514c49f6a60e4b2cd7399b2d", + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EXf8f1a65698784bb4888cca287ed193ab", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -131463,10 +143151,10 @@ } }, { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:50.926Z", + "created_at": "2022-02-04T21:12:18.660Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -131474,7 +143162,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:50.926Z", + "updated_at": "2022-02-04T21:12:18.660Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -131484,40 +143172,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/libraries" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/revisions" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/notes" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/property" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/property" }, "data": { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR70a54341fec444caa67de44c2f5da659", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/origin" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/origin" }, "data": { - "id": "EXdf48b1dd99e74fad8ec7026d09c9db0d", + "id": "EX818ff8cf3ed34c79af68bbbd14fafc7f", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131526,7 +143214,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d/extension_package" + "related": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -131535,9 +143223,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb", - "origin": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", - "self": "https://reactor.adobe.io/extensions/EXdf48b1dd99e74fad8ec7026d09c9db0d", + "property": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659", + "origin": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", + "self": "https://reactor.adobe.io/extensions/EX818ff8cf3ed34c79af68bbbd14fafc7f", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -131573,7 +143261,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -131646,7 +143334,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -131713,16 +143401,16 @@ "response": { "data": [ { - "id": "PRa7db18a89a994e56bc45895e927054eb", + "id": "PR70a54341fec444caa67de44c2f5da659", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:45.563Z", + "created_at": "2022-02-04T21:12:10.483Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:45.563Z", + "updated_at": "2022-02-04T21:12:10.483Z", "platform": "web", "development": false, - "token": "1cf450c0233d", + "token": "6d59b8b227e6", "domains": [ "example.com" ], @@ -131732,7 +143420,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/company" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -131741,52 +143429,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/callbacks" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/hosts" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/environments" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/libraries" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/data_elements" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/extensions" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/rules" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/notes" + "related": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb/rules", - "self": "https://reactor.adobe.io/properties/PRa7db18a89a994e56bc45895e927054eb" + "data_elements": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/data_elements", + "environments": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/environments", + "extensions": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/extensions", + "rules": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659/rules", + "self": "https://reactor.adobe.io/properties/PR70a54341fec444caa67de44c2f5da659" }, "meta": { "rights": [ @@ -131815,7 +143503,7 @@ }, { "name": "extensions.show_the_origin_of_an_extension", - "endpoint": "/properties/PRa7db18a89a994e56bc45895e927054eb", + "endpoint": "/properties/PR70a54341fec444caa67de44c2f5da659", "method": "DELETE", "request": null, "response": null, @@ -131862,16 +143550,16 @@ }, "response": { "data": { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:51.610Z", + "created_at": "2022-02-04T21:12:23.713Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:51.610Z", + "updated_at": "2022-02-04T21:12:23.713Z", "platform": "web", "development": false, - "token": "9f0ec21d4f76", + "token": "02461f665d0e", "domains": [ "example.com" ], @@ -131881,7 +143569,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/company" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -131890,52 +143578,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/callbacks" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/hosts" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/environments" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/libraries" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/data_elements" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/extensions" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/rules" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/notes" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/environments", - "extensions": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/extensions", - "rules": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/rules", - "self": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e" + "data_elements": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments", + "extensions": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions", + "rules": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules", + "self": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c" }, "meta": { "rights": [ @@ -133231,6 +144919,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -134407,10 +146096,10 @@ }, "response": { "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:57.028Z", + "created_at": "2022-02-04T21:12:33.231Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -134418,7 +146107,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:57.028Z", + "updated_at": "2022-02-04T21:12:33.231Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -134428,40 +146117,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/libraries" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/revisions" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/notes" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/property" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/property" }, "data": { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/origin" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/origin" }, "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134470,7 +146159,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/extension_package" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134479,9 +146168,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e", - "origin": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", - "self": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", + "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "self": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -134504,16 +146193,16 @@ "meta": { "action": "revise" }, - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", "type": "extensions" } }, "response": { "data": { - "id": "EXbc023edf740f4d659b0012da540c2ebd", + "id": "EX2ff01e9344484b539f393418e4b8db56", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:57.045Z", + "created_at": "2022-02-04T21:12:33.441Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -134521,7 +146210,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:10:57.045Z", + "updated_at": "2022-02-04T21:12:33.441Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -134531,40 +146220,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/libraries" + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/revisions" + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/notes" + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/property" + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/property" }, "data": { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/origin" + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/origin" }, "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134573,7 +146262,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd/extension_package" + "related": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134582,9 +146271,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e", - "origin": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", - "self": "https://reactor.adobe.io/extensions/EXbc023edf740f4d659b0012da540c2ebd", + "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "self": "https://reactor.adobe.io/extensions/EX2ff01e9344484b539f393418e4b8db56", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -134603,10 +146292,10 @@ "request": null, "response": { "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:10:57.028Z", + "created_at": "2022-02-04T21:12:33.231Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -134614,7 +146303,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:10:57.028Z", + "updated_at": "2022-02-04T21:12:33.231Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -134624,40 +146313,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/libraries" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/revisions" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/notes" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/property" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/property" }, "data": { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/origin" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/origin" }, "data": { - "id": "EXc407c78140d8460facfb3d8543dbdd2a", + "id": "EXfc08c0ca7855432b885cc4c6a7d48417", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134666,7 +146355,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a/extension_package" + "related": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -134675,9 +146364,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e", - "origin": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", - "self": "https://reactor.adobe.io/extensions/EXc407c78140d8460facfb3d8543dbdd2a", + "property": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", + "origin": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", + "self": "https://reactor.adobe.io/extensions/EXfc08c0ca7855432b885cc4c6a7d48417", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -134703,7 +146392,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -134776,7 +146465,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -134843,16 +146532,16 @@ "response": { "data": [ { - "id": "PR5542e275bc4140b5a4b7d416d3f8ce0e", + "id": "PR19c6c53a19d2434faf2289f1aca1ec1c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:51.610Z", + "created_at": "2022-02-04T21:12:23.713Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:51.610Z", + "updated_at": "2022-02-04T21:12:23.713Z", "platform": "web", "development": false, - "token": "9f0ec21d4f76", + "token": "02461f665d0e", "domains": [ "example.com" ], @@ -134862,7 +146551,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/company" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -134871,52 +146560,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/callbacks" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/hosts" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/environments" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/libraries" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/data_elements" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/extensions" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/rules" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/notes" + "related": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/environments", - "extensions": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/extensions", - "rules": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e/rules", - "self": "https://reactor.adobe.io/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e" + "data_elements": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/environments", + "extensions": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/extensions", + "rules": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c/rules", + "self": "https://reactor.adobe.io/properties/PR19c6c53a19d2434faf2289f1aca1ec1c" }, "meta": { "rights": [ @@ -134945,7 +146634,7 @@ }, { "name": "extensions.get_the_extension_package_for_an_extension", - "endpoint": "/properties/PR5542e275bc4140b5a4b7d416d3f8ce0e", + "endpoint": "/properties/PR19c6c53a19d2434faf2289f1aca1ec1c", "method": "DELETE", "request": null, "response": null, @@ -134992,16 +146681,16 @@ }, "response": { "data": { - "id": "PR707725c8fc4e4b419ff759349f7c30dd", + "id": "PR15ff1461539f4543ab80892b5e0be1ca", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:57.702Z", + "created_at": "2022-02-04T21:12:38.581Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:57.702Z", + "updated_at": "2022-02-04T21:12:38.581Z", "platform": "web", "development": false, - "token": "71d9d356d962", + "token": "5716e9b93c5f", "domains": [ "example.com" ], @@ -135011,7 +146700,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/company" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -135020,52 +146709,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/callbacks" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/hosts" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/environments" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/libraries" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/data_elements" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/extensions" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/rules" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/notes" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/environments", - "extensions": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/extensions", - "rules": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/rules", - "self": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd" + "data_elements": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments", + "extensions": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions", + "rules": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules", + "self": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca" }, "meta": { "rights": [ @@ -136361,6 +148050,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -137537,10 +149227,10 @@ }, "response": { "data": { - "id": "EXa50bab831d7946d680ef94cae7e2e658", + "id": "EXad15efceb4724f7a84efb73e2e278fbf", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:11:03.093Z", + "created_at": "2022-02-04T21:12:47.778Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -137548,7 +149238,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:11:03.093Z", + "updated_at": "2022-02-04T21:12:47.778Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -137558,40 +149248,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/libraries" + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/revisions" + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/notes" + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/property" + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/property" }, "data": { - "id": "PR707725c8fc4e4b419ff759349f7c30dd", + "id": "PR15ff1461539f4543ab80892b5e0be1ca", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/origin" + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/origin" }, "data": { - "id": "EXa50bab831d7946d680ef94cae7e2e658", + "id": "EXad15efceb4724f7a84efb73e2e278fbf", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -137600,7 +149290,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658/extension_package" + "related": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -137609,9 +149299,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd", - "origin": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658", - "self": "https://reactor.adobe.io/extensions/EXa50bab831d7946d680ef94cae7e2e658", + "property": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca", + "origin": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf", + "self": "https://reactor.adobe.io/extensions/EXad15efceb4724f7a84efb73e2e278fbf", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -138879,6 +150569,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -140038,7 +151729,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -140111,7 +151802,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -140178,16 +151869,16 @@ "response": { "data": [ { - "id": "PR707725c8fc4e4b419ff759349f7c30dd", + "id": "PR15ff1461539f4543ab80892b5e0be1ca", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:10:57.702Z", + "created_at": "2022-02-04T21:12:38.581Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:10:57.702Z", + "updated_at": "2022-02-04T21:12:38.581Z", "platform": "web", "development": false, - "token": "71d9d356d962", + "token": "5716e9b93c5f", "domains": [ "example.com" ], @@ -140197,7 +151888,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/company" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -140206,52 +151897,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/callbacks" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/hosts" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/environments" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/libraries" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/data_elements" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/extensions" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/rules" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/notes" + "related": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/data_elements", - "environments": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/environments", - "extensions": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/extensions", - "rules": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd/rules", - "self": "https://reactor.adobe.io/properties/PR707725c8fc4e4b419ff759349f7c30dd" + "data_elements": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/data_elements", + "environments": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/environments", + "extensions": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/extensions", + "rules": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca/rules", + "self": "https://reactor.adobe.io/properties/PR15ff1461539f4543ab80892b5e0be1ca" }, "meta": { "rights": [ @@ -140280,7 +151971,7 @@ }, { "name": "extensions.create_a_note_on_an_extension", - "endpoint": "/properties/PR707725c8fc4e4b419ff759349f7c30dd", + "endpoint": "/properties/PR15ff1461539f4543ab80892b5e0be1ca", "method": "DELETE", "request": null, "response": null, @@ -140327,16 +152018,16 @@ }, "response": { "data": { - "id": "PR5288f6cbe7ae44dab0c3feb579611934", + "id": "PR47297300550a4196864369d55298b64a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:03.681Z", + "created_at": "2022-02-04T21:12:53.113Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:03.681Z", + "updated_at": "2022-02-04T21:12:53.113Z", "platform": "web", "development": false, - "token": "1f7a15a78f5d", + "token": "fc1760bd8d8e", "domains": [ "example.com" ], @@ -140346,7 +152037,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/company" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -140355,52 +152046,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/callbacks" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/hosts" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/environments" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/libraries" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/data_elements" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/extensions" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/rules" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/notes" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/environments", - "extensions": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/extensions", - "rules": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/rules", - "self": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934" + "data_elements": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments", + "extensions": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions", + "rules": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules", + "self": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a" }, "meta": { "rights": [ @@ -141696,6 +153387,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -142872,10 +154564,10 @@ }, "response": { "data": { - "id": "EXd34fa78df57742e6ad37469f349679ea", + "id": "EXc60519db8b6c4fbf86be1a933c85a77e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:11:09.026Z", + "created_at": "2022-02-04T21:13:01.514Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -142883,7 +154575,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:11:09.026Z", + "updated_at": "2022-02-04T21:13:01.514Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -142893,40 +154585,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/libraries" + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/revisions" + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/notes" + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/property" + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/property" }, "data": { - "id": "PR5288f6cbe7ae44dab0c3feb579611934", + "id": "PR47297300550a4196864369d55298b64a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/origin" + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/origin" }, "data": { - "id": "EXd34fa78df57742e6ad37469f349679ea", + "id": "EXc60519db8b6c4fbf86be1a933c85a77e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -142935,7 +154627,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea/extension_package" + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -142944,9 +154636,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934", - "origin": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea", - "self": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea", + "property": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a", + "origin": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", + "self": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -142972,28 +154664,28 @@ }, "response": { "data": { - "id": "NT6188bccec65442b8b58f14161463ec15", + "id": "NT6a7570534ebd44d9bd31486f33518195", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:11:09.214Z", + "created_at": "2022-02-04T21:13:02.913Z", "text": "this note on an extension intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea" + "related": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e" }, "data": { - "id": "EXd34fa78df57742e6ad37469f349679ea", + "id": "EXc60519db8b6c4fbf86be1a933c85a77e", "type": "extensions" } } }, "links": { - "resource": "https://reactor.adobe.io/extensions/EXd34fa78df57742e6ad37469f349679ea", - "self": "https://reactor.adobe.io/notes/NT6188bccec65442b8b58f14161463ec15" + "resource": "https://reactor.adobe.io/extensions/EXc60519db8b6c4fbf86be1a933c85a77e", + "self": "https://reactor.adobe.io/notes/NT6a7570534ebd44d9bd31486f33518195" } } }, @@ -143014,7 +154706,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -143087,7 +154779,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -143154,16 +154846,16 @@ "response": { "data": [ { - "id": "PR5288f6cbe7ae44dab0c3feb579611934", + "id": "PR47297300550a4196864369d55298b64a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:03.681Z", + "created_at": "2022-02-04T21:12:53.113Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:03.681Z", + "updated_at": "2022-02-04T21:12:53.113Z", "platform": "web", "development": false, - "token": "1f7a15a78f5d", + "token": "fc1760bd8d8e", "domains": [ "example.com" ], @@ -143173,7 +154865,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/company" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -143182,52 +154874,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/callbacks" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/hosts" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/environments" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/libraries" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/data_elements" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/extensions" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/rules" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/notes" + "related": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/environments", - "extensions": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/extensions", - "rules": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934/rules", - "self": "https://reactor.adobe.io/properties/PR5288f6cbe7ae44dab0c3feb579611934" + "data_elements": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/environments", + "extensions": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/extensions", + "rules": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a/rules", + "self": "https://reactor.adobe.io/properties/PR47297300550a4196864369d55298b64a" }, "meta": { "rights": [ @@ -143256,7 +154948,7 @@ }, { "name": "extensions.list_notes_for_an_extension", - "endpoint": "/properties/PR5288f6cbe7ae44dab0c3feb579611934", + "endpoint": "/properties/PR47297300550a4196864369d55298b64a", "method": "DELETE", "request": null, "response": null, @@ -143303,16 +154995,16 @@ }, "response": { "data": { - "id": "PRb1f33491c8f9407a83caa9c0e6684483", + "id": "PRd3647cf206f249e8b290761919bf920d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:09.625Z", + "created_at": "2022-02-04T21:13:05.357Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:09.625Z", + "updated_at": "2022-02-04T21:13:05.357Z", "platform": "web", "development": false, - "token": "521278c8c429", + "token": "d50366a43b9c", "domains": [ "example.com" ], @@ -143322,7 +155014,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/company" + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -143331,52 +155023,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/callbacks" + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/hosts" + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/environments" + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/libraries" + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/data_elements" + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/extensions" + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/rules" + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/notes" + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/environments", - "extensions": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/extensions", - "rules": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/rules", - "self": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483" + "data_elements": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments", + "extensions": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions", + "rules": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules", + "self": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d" }, "meta": { "rights": [ @@ -144672,6 +156364,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -145630,187 +157323,2496 @@ "name": "tab-blur", "schema": { }, - "libPath": "src/lib/events/tabBlur.js", - "displayName": "Tab Blur", - "categoryName": "Browser" + "libPath": "src/lib/events/tabBlur.js", + "displayName": "Tab Blur", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::tab-focus", + "name": "tab-focus", + "schema": { + }, + "libPath": "src/lib/events/tabFocus.js", + "displayName": "Tab Focus", + "categoryName": "Browser" + }, + { + "id": "kessel-test::events::time-on-page", + "name": "time-on-page", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "timeOnPage" + ], + "properties": { + "timeOnPage": { + "type": "number", + "minimum": 1 + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/timeOnPage.js", + "viewPath": "events/timeOnPage.html", + "displayName": "Time On Page", + "categoryName": "Other" + }, + { + "id": "kessel-test::events::media-time-played", + "name": "media-time-played", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "required": [ + "amount", + "unit" + ], + "properties": { + "unit": { + "enum": [ + "percent", + "second" + ], + "type": "string" + }, + "amount": { + "type": "number", + "minimum": 0 + }, + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaTimePlayed.js", + "viewPath": "events/mediaTimePlayed.html", + "displayName": "Media Time Played", + "categoryName": "Media" + }, + { + "id": "kessel-test::events::media-volume-change", + "name": "media-volume-change", + "schema": { + "type": "object", + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "bubbleStop": { + "type": "boolean" + }, + "elementSelector": { + "type": "string", + "minLength": 1 + }, + "elementProperties": { + "type": "array", + "items": { + "type": "object", + "required": [ + "name", + "value" + ], + "properties": { + "name": { + "type": "string", + "minLength": 1 + }, + "value": { + "type": "string" + }, + "valueIsRegex": { + "type": "boolean" + } + }, + "additionalProperties": false + } + }, + "bubbleFireIfParent": { + "type": "boolean" + }, + "bubbleFireIfChildFired": { + "type": "boolean" + } + }, + "additionalProperties": false + }, + "libPath": "src/lib/events/mediaVolumeChange.js", + "viewPath": "events/mediaVolumeChange.html", + "displayName": "Media Volume Change", + "categoryName": "Media" }, { - "id": "kessel-test::events::tab-focus", - "name": "tab-focus", + "id": "kessel-test::events::zoom-change", + "name": "zoom-change", "schema": { }, - "libPath": "src/lib/events/tabFocus.js", - "displayName": "Tab Focus", - "categoryName": "Browser" + "libPath": "src/lib/events/zoomChange.js", + "displayName": "Zoom Change", + "categoryName": "Mobile" + } + ], + "exchange_url": null, + "hosted_lib_files": null, + "icon_path": "resources/icons/core.svg", + "main": null, + "name": "kessel-test", + "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", + "resources": null, + "shared_modules": null, + "status": "succeeded", + "platform": "web", + "updated_at": "2021-10-05T17:26:13.726Z", + "version": "1.2.0", + "view_base_path": "dist/" + }, + "links": { + "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/properties/:property_id/extensions", + "method": "POST", + "request": { + "data": { + "attributes": { + }, + "relationships": { + "extension_package": { + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "type": "extensions" + } + }, + "response": { + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions", + "attributes": { + "created_at": "2022-02-04T21:13:13.322Z", + "deleted_at": null, + "dirty": false, + "enabled": true, + "name": "kessel-test", + "published": false, + "published_at": null, + "revision_number": 0, + "updated_at": "2022-02-04T21:13:13.322Z", + "delegate_descriptor_id": null, + "display_name": "Kessel Test", + "review_status": "unsubmitted", + "version": "1.2.0", + "settings": "{}" + }, + "relationships": { + "libraries": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/libraries" + } + }, + "revisions": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/revisions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/notes" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/property" + }, + "data": { + "id": "PRd3647cf206f249e8b290761919bf920d", + "type": "properties" + } + }, + "origin": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/origin" + }, + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions" + } + }, + "updated_with_extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/updated_with_extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + }, + "extension_package": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b/extension_package" + }, + "data": { + "id": "EP0a210026dfb94796a7dce97a90a8f357", + "type": "extension_packages" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d", + "origin": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "self": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", + "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + }, + "meta": { + "latest_revision_number": 1 + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/extensions/:extension_id/notes", + "method": "POST", + "request": { + "data": { + "type": "notes", + "attributes": { + "text": "this is a note on an extension" + } + } + }, + "response": { + "data": { + "id": "NT2bb6e9f241f845c496dcc5df525f6b5b", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:13:14.284Z", + "text": "this is a note on an extension" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b" + }, + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "self": "https://reactor.adobe.io/notes/NT2bb6e9f241f845c496dcc5df525f6b5b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "extensions.list_notes_for_an_extension", + "endpoint": "/extensions/:extension_id/notes", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "NT2bb6e9f241f845c496dcc5df525f6b5b", + "type": "notes", + "attributes": { + "author_display_name": "George Ciltaru", + "author_email": "ciltaru@adobe.com", + "created_at": "2022-02-04T21:13:14.284Z", + "text": "this is a note on an extension" + }, + "relationships": { + "resource": { + "links": { + "related": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b" }, - { - "id": "kessel-test::events::time-on-page", - "name": "time-on-page", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "timeOnPage" - ], - "properties": { - "timeOnPage": { - "type": "number", - "minimum": 1 - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/timeOnPage.js", - "viewPath": "events/timeOnPage.html", - "displayName": "Time On Page", - "categoryName": "Other" + "data": { + "id": "EX7c85de9bb6a14baf8c06afc747f0927b", + "type": "extensions" + } + } + }, + "links": { + "resource": "https://reactor.adobe.io/extensions/EX7c85de9bb6a14baf8c06afc747f0927b", + "self": "https://reactor.adobe.io/notes/NT2bb6e9f241f845c496dcc5df525f6b5b" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PRd3647cf206f249e8b290761919bf920d", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:05.357Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:05.357Z", + "platform": "web", + "development": false, + "token": "d50366a43b9c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/environments", + "extensions": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/extensions", + "rules": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d/rules", + "self": "https://reactor.adobe.io/properties/PRd3647cf206f249e8b290761919bf920d" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/properties/PRd3647cf206f249e8b290761919bf920d", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:16.320Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:16.320Z", + "platform": "web", + "development": false, + "token": "43b533ab9a7c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments", + "extensions": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions", + "rules": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules", + "self": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.create_a_host", + "endpoint": "/properties/:property_id/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example SFTP Host", + "type_of": "sftp", + "username": "John Doe", + "encrypted_private_key": "-----BEGIN PGP MESSAGE-----\n\nhQIMAwB8kNQ7jtk8AQ/+IPE+jteweLyNgdkzkBWN4c+wpRfTP9ionSywdWzZsRZ2\ngpIHLidqCgM+iRw0CgbAKhdAmA1wVyWP4HCa0eJuNCVwj+NqJlWW8qWxCWeZi2KC\nhqsoaB5+xIbS3Jwt8S4Na+DgvyjSj88sALvG9Y/xqNexRvcuvv0KKFoVYPOeW/w9\n+6x+vUmZFrTWMaNtKH6X9kifo5l+05d3XngPLfml4cKzWmO1f3FEvTX0O4nJurQ7\nNc27dt2XAO5Y8bqCClQ6AHOFVrkKnTifHF79A3AhCB5E9wMY4FJ/EReZ6Uk0ixOn\n76XeGbkl1jidajM5G/gylwEwOXN8CVy5DQyvxGulhsaaqtri7GZxQC5HUTETIHwO\nxThAttH22uaBjhMmYiCvPzSL4Z9UNFZeGPfb17k5E1kauprR2ItUJX86+Cid/FnR\nW7QN/8J4Jnf6Ggp90VujV0uIvdyLYq3T0xe9WZmONJaQ5bDYDv5ZfkcapOvXw4zr\nxrL1vrpZ5Qfu8oLQ19JOT2o7e3p8Kh7lDPIL7RH2bYesinLJ7wdopmkpj4/4gpHK\njzlWalZd75PEsttsUJ+ODVSOXG7iVhx9EvkZagUo0oeZ3oY1Jy5oik/gvVp28wDO\n8T1uYK/jeCSiuslxCYxth8a+5Wgiy8Jw1vHCRudsNgU1x2zYuOJetJS14Z/CTETS\nTgGPh0J6fQEvzZTM6AEJpRs+cVZV1hnTspyo2S5wv/SdrbqMkVHhs8rlq/0PWpSB\nLhLNlh8kLPR0KOG0V79GEO20At0HL/yGny/GKrTyAw==\n=oRpa\n-----END PGP MESSAGE-----\n", + "server": "//example.com", + "path": "assets", + "port": 22 + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT3477fd5e89b142288f1c0c60e2f68356", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:21.813Z", + "server": "//example.com", + "name": "Example SFTP Host", + "path": "assets", + "port": 22, + "status": "pending", + "type_of": "sftp", + "updated_at": "2022-02-04T21:13:21.813Z", + "username": "John Doe" + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT3477fd5e89b142288f1c0c60e2f68356/property" + }, + "data": { + "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4", + "self": "https://reactor.adobe.io/hosts/HT3477fd5e89b142288f1c0c60e2f68356" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR4c3ed80f85f4432d9e03effb12bf39a4", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:16.320Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:16.320Z", + "platform": "web", + "development": false, + "token": "43b533ab9a7c", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/environments", + "extensions": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/extensions", + "rules": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4/rules", + "self": "https://reactor.adobe.io/properties/PR4c3ed80f85f4432d9e03effb12bf39a4" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/properties/PR4c3ed80f85f4432d9e03effb12bf39a4", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:23.243Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:23.243Z", + "platform": "web", + "development": false, + "token": "eabeb7cd2c77", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules", + "self": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.create_an_akamai_host", + "endpoint": "/properties/:property_id/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT250da865f1bc4885b49d4e935b465293", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:28.769Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:28.769Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT250da865f1bc4885b49d4e935b465293/property" + }, + "data": { + "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "self": "https://reactor.adobe.io/hosts/HT250da865f1bc4885b49d4e935b465293" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:23.243Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:23.243Z", + "platform": "web", + "development": false, + "token": "eabeb7cd2c77", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/company" }, - { - "id": "kessel-test::events::media-time-played", - "name": "media-time-played", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "required": [ - "amount", - "unit" - ], - "properties": { - "unit": { - "enum": [ - "percent", - "second" - ], - "type": "string" - }, - "amount": { - "type": "number", - "minimum": 0 - }, - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaTimePlayed.js", - "viewPath": "events/mediaTimePlayed.html", - "displayName": "Media Time Played", - "categoryName": "Media" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1/rules", + "self": "https://reactor.adobe.io/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/properties/PR1cc1cdfe5bae49a89d6da21ffd35afa1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:29.900Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:29.900Z", + "platform": "web", + "development": false, + "token": "f3af73473639", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules", + "self": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT24e6c9032bd34688899a272881260f8b", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:35.484Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:35.484Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b/property" + }, + "data": { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1", + "self": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_a_host", + "endpoint": "/hosts/:id", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "HT24e6c9032bd34688899a272881260f8b", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:35.484Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:35.484Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b/property" + }, + "data": { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1", + "self": "https://reactor.adobe.io/hosts/HT24e6c9032bd34688899a272881260f8b" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR1c7f7f1ddc244ce08fcb250491903de1", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:29.900Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:29.900Z", + "platform": "web", + "development": false, + "token": "f3af73473639", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/company" }, - { - "id": "kessel-test::events::media-volume-change", - "name": "media-volume-change", - "schema": { - "type": "object", - "$schema": "http://json-schema.org/draft-04/schema#", - "properties": { - "bubbleStop": { - "type": "boolean" - }, - "elementSelector": { - "type": "string", - "minLength": 1 - }, - "elementProperties": { - "type": "array", - "items": { - "type": "object", - "required": [ - "name", - "value" - ], - "properties": { - "name": { - "type": "string", - "minLength": 1 - }, - "value": { - "type": "string" - }, - "valueIsRegex": { - "type": "boolean" - } - }, - "additionalProperties": false - } - }, - "bubbleFireIfParent": { - "type": "boolean" - }, - "bubbleFireIfChildFired": { - "type": "boolean" - } - }, - "additionalProperties": false - }, - "libPath": "src/lib/events/mediaVolumeChange.js", - "viewPath": "events/mediaVolumeChange.html", - "displayName": "Media Volume Change", - "categoryName": "Media" + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1/rules", + "self": "https://reactor.adobe.io/properties/PR1c7f7f1ddc244ce08fcb250491903de1" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/properties/PR1c7f7f1ddc244ce08fcb250491903de1", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:36.432Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:36.432Z", + "platform": "web", + "development": false, + "token": "81b7fdae4976", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules", + "self": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT6f818bc212a0420cbe3263dd5620541d", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:41.987Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:41.987Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d/property" + }, + "data": { + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78", + "self": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.list_hosts_for_a_property", + "endpoint": "/properties/:property_id/hosts", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "HT6f818bc212a0420cbe3263dd5620541d", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:41.987Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:41.987Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d/property" }, - { - "id": "kessel-test::events::zoom-change", - "name": "zoom-change", - "schema": { - }, - "libPath": "src/lib/events/zoomChange.js", - "displayName": "Zoom Change", - "categoryName": "Mobile" + "data": { + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78", + "self": "https://reactor.adobe.io/hosts/HT6f818bc212a0420cbe3263dd5620541d" + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" ], - "exchange_url": null, - "hosted_lib_files": null, - "icon_path": "resources/icons/core.svg", - "main": null, - "name": "kessel-test", - "owner_org_id": "08364A825824E04F0A494115@AdobeOrg", - "resources": null, - "shared_modules": null, - "status": "succeeded", + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR1c6af864f55049fc864a3be7b5285f78", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:36.432Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:36.432Z", "platform": "web", - "updated_at": "2021-10-05T17:26:13.726Z", - "version": "1.2.0", - "view_base_path": "dist/" + "development": false, + "token": "81b7fdae4976", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/notes" + } + } }, "links": { - "self": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/environments", + "extensions": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/extensions", + "rules": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78/rules", + "self": "https://reactor.adobe.io/properties/PR1c6af864f55049fc864a3be7b5285f78" }, "meta": { - "archive_url": "https://assets.adobedtm.com/staging/extensions/archives/public/EP0a210026dfb94796a7dce97a90a8f357.zip" + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] } } ], @@ -145828,106 +159830,138 @@ "response_message": "OK" }, { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/properties/:property_id/extensions", + "name": "hosts.update_a_host", + "endpoint": "/properties/PR1c6af864f55049fc864a3be7b5285f78", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.update_a_host", + "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { "data": { "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" }, - "relationships": { - "extension_package": { - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" - } - } - }, - "type": "extensions" + "type": "properties" } }, "response": { "data": { - "id": "EXb9c8cf861f4b4827b22fe7425800c939", - "type": "extensions", + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:14.978Z", - "deleted_at": null, - "dirty": false, + "created_at": "2022-02-04T21:13:43.296Z", "enabled": true, - "name": "kessel-test", - "published": false, - "published_at": null, - "revision_number": 0, - "updated_at": "2021-10-05T19:11:14.978Z", - "delegate_descriptor_id": null, - "display_name": "Kessel Test", - "review_status": "unsubmitted", - "version": "1.2.0", - "settings": "{}" + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:43.296Z", + "platform": "web", + "development": false, + "token": "fb605c17731b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true }, "relationships": { - "libraries": { + "company": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/libraries" + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" } }, - "revisions": { + "callbacks": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/revisions" + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/callbacks" } }, - "notes": { + "hosts": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/notes" + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts" } }, - "property": { + "environments": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/property" - }, - "data": { - "id": "PRb1f33491c8f9407a83caa9c0e6684483", - "type": "properties" + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments" } }, - "origin": { + "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/origin" - }, - "data": { - "id": "EXb9c8cf861f4b4827b22fe7425800c939", - "type": "extensions" + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/libraries" } }, - "updated_with_extension_package": { + "data_elements": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/updated_with_extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements" } }, - "extension_package": { + "extensions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939/extension_package" - }, - "data": { - "id": "EP0a210026dfb94796a7dce97a90a8f357", - "type": "extension_packages" + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/notes" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483", - "origin": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939", - "self": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939", - "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", - "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements", + "environments": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments", + "extensions": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions", + "rules": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules", + "self": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95" }, "meta": { - "latest_revision_number": 1 + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] } } }, @@ -145935,41 +159969,47 @@ "response_message": "Created" }, { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/extensions/:extension_id/notes", + "name": "hosts.update_a_host", + "endpoint": "/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts", "method": "POST", "request": { "data": { - "type": "notes", "attributes": { - "text": "this is a note on an extension" - } + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" } }, "response": { "data": { - "id": "NT6b681bc7de024ddd8ea16b0a96a8b024", - "type": "notes", + "id": "HT858f4c0a71cc4e8d87399b3499556dc8", + "type": "hosts", "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:11:15.152Z", - "text": "this is a note on an extension" + "created_at": "2022-02-04T21:13:48.858Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:48.858Z", + "username": null }, "relationships": { - "resource": { + "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939" + "related": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8/property" }, "data": { - "id": "EXb9c8cf861f4b4827b22fe7425800c939", - "type": "extensions" + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939", - "self": "https://reactor.adobe.io/notes/NT6b681bc7de024ddd8ea16b0a96a8b024" + "property": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", + "self": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8" } } }, @@ -145977,35 +160017,291 @@ "response_message": "Created" }, { - "name": "extensions.list_notes_for_an_extension", - "endpoint": "/extensions/:extension_id/notes", + "name": "hosts.update_a_host", + "endpoint": "/hosts/:id", + "method": "PATCH", + "request": { + "data": { + "attributes": { + "name": "My SFTP host" + }, + "id": "HT858f4c0a71cc4e8d87399b3499556dc8", + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT858f4c0a71cc4e8d87399b3499556dc8", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:48.858Z", + "server": null, + "name": "My SFTP host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:49.021Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8/property" + }, + "data": { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", + "self": "https://reactor.adobe.io/hosts/HT858f4c0a71cc4e8d87399b3499556dc8" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, "response": { "data": [ { - "id": "NT6b681bc7de024ddd8ea16b0a96a8b024", - "type": "notes", + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", "attributes": { - "author_display_name": "George Ciltaru", - "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:11:15.152Z", - "text": "this is a note on an extension" + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, "relationships": { - "resource": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] + } + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR11d7de4857ab48f2bcf25749d2b9fb95", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:43.296Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:43.296Z", + "platform": "web", + "development": false, + "token": "fb605c17731b", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939" + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/company" }, "data": { - "id": "EXb9c8cf861f4b4827b22fe7425800c939", - "type": "extensions" + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/notes" } } }, "links": { - "resource": "https://reactor.adobe.io/extensions/EXb9c8cf861f4b4827b22fe7425800c939", - "self": "https://reactor.adobe.io/notes/NT6b681bc7de024ddd8ea16b0a96a8b024" + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/data_elements", + "environments": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/environments", + "extensions": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/extensions", + "rules": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95/rules", + "self": "https://reactor.adobe.io/properties/PR11d7de4857ab48f2bcf25749d2b9fb95" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] } } ], @@ -146023,7 +160319,203 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", + "name": "hosts.delete_a_host", + "endpoint": "/properties/PR11d7de4857ab48f2bcf25749d2b9fb95", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PRbcf1985e616d4790964af1f4088eeb45", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:13:49.926Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:13:49.926Z", + "platform": "web", + "development": false, + "token": "7516ddddf581", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments", + "extensions": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions", + "rules": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules", + "self": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HTd227ac2b1d7f4251a9e4820c0293998b", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:13:55.438Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:13:55.438Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HTd227ac2b1d7f4251a9e4820c0293998b/property" + }, + "data": { + "id": "PRbcf1985e616d4790964af1f4088eeb45", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45", + "self": "https://reactor.adobe.io/hosts/HTd227ac2b1d7f4251a9e4820c0293998b" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.delete_a_host", + "endpoint": "/hosts/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -146036,7 +160528,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146096,7 +160588,7 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -146109,7 +160601,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146169,23 +160661,23 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PRb1f33491c8f9407a83caa9c0e6684483", + "id": "PRbcf1985e616d4790964af1f4088eeb45", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:09.625Z", + "created_at": "2022-02-04T21:13:49.926Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:09.625Z", + "updated_at": "2022-02-04T21:13:49.926Z", "platform": "web", "development": false, - "token": "521278c8c429", + "token": "7516ddddf581", "domains": [ "example.com" ], @@ -146195,7 +160687,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/company" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -146204,52 +160696,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/callbacks" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/hosts" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/environments" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/libraries" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/data_elements" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/extensions" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/rules" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/notes" + "related": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/environments", - "extensions": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/extensions", - "rules": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483/rules", - "self": "https://reactor.adobe.io/properties/PRb1f33491c8f9407a83caa9c0e6684483" + "data_elements": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/environments", + "extensions": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/extensions", + "rules": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45/rules", + "self": "https://reactor.adobe.io/properties/PRbcf1985e616d4790964af1f4088eeb45" }, "meta": { "rights": [ @@ -146277,8 +160769,8 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", - "endpoint": "/properties/PRb1f33491c8f9407a83caa9c0e6684483", + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/PRbcf1985e616d4790964af1f4088eeb45", "method": "DELETE", "request": null, "response": null, @@ -146286,7 +160778,7 @@ "response_message": "No Content" }, { - "name": "hosts.create_a_host", + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -146308,7 +160800,7 @@ "response_message": "OK" }, { - "name": "hosts.create_a_host", + "name": "hosts.get_the_host_for_an_environment", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -146325,16 +160817,16 @@ }, "response": { "data": { - "id": "PR9105ab0a9fbd4b44a56fb1666f4b4b0b", + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:15.628Z", + "created_at": "2022-02-04T21:13:56.965Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:15.628Z", + "updated_at": "2022-02-04T21:13:56.965Z", "platform": "web", "development": false, - "token": "99ec04ddc146", + "token": "8f6b6dd8e36e", "domains": [ "example.com" ], @@ -146344,7 +160836,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/company" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -146353,52 +160845,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/callbacks" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/hosts" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/environments" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/libraries" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/data_elements" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/extensions" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/rules" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/notes" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/environments", - "extensions": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/extensions", - "rules": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/rules", - "self": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b" + "data_elements": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments", + "extensions": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions", + "rules": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules", + "self": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f" }, "meta": { "rights": [ @@ -146416,60 +160908,354 @@ "response_message": "Created" }, { - "name": "hosts.create_a_host", - "endpoint": "/properties/:property_id/hosts", + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts", "method": "POST", "request": { "data": { "attributes": { - "name": "Example SFTP Host", - "type_of": "sftp", - "username": "John Doe", - "encrypted_private_key": "-----BEGIN PGP MESSAGE-----\n\nhQIMAwB8kNQ7jtk8AQ/+IPE+jteweLyNgdkzkBWN4c+wpRfTP9ionSywdWzZsRZ2\ngpIHLidqCgM+iRw0CgbAKhdAmA1wVyWP4HCa0eJuNCVwj+NqJlWW8qWxCWeZi2KC\nhqsoaB5+xIbS3Jwt8S4Na+DgvyjSj88sALvG9Y/xqNexRvcuvv0KKFoVYPOeW/w9\n+6x+vUmZFrTWMaNtKH6X9kifo5l+05d3XngPLfml4cKzWmO1f3FEvTX0O4nJurQ7\nNc27dt2XAO5Y8bqCClQ6AHOFVrkKnTifHF79A3AhCB5E9wMY4FJ/EReZ6Uk0ixOn\n76XeGbkl1jidajM5G/gylwEwOXN8CVy5DQyvxGulhsaaqtri7GZxQC5HUTETIHwO\nxThAttH22uaBjhMmYiCvPzSL4Z9UNFZeGPfb17k5E1kauprR2ItUJX86+Cid/FnR\nW7QN/8J4Jnf6Ggp90VujV0uIvdyLYq3T0xe9WZmONJaQ5bDYDv5ZfkcapOvXw4zr\nxrL1vrpZ5Qfu8oLQ19JOT2o7e3p8Kh7lDPIL7RH2bYesinLJ7wdopmkpj4/4gpHK\njzlWalZd75PEsttsUJ+ODVSOXG7iVhx9EvkZagUo0oeZ3oY1Jy5oik/gvVp28wDO\n8T1uYK/jeCSiuslxCYxth8a+5Wgiy8Jw1vHCRudsNgU1x2zYuOJetJS14Z/CTETS\nTgGPh0J6fQEvzZTM6AEJpRs+cVZV1hnTspyo2S5wv/SdrbqMkVHhs8rlq/0PWpSB\nLhLNlh8kLPR0KOG0V79GEO20At0HL/yGny/GKrTyAw==\n=oRpa\n-----END PGP MESSAGE-----\n", - "server": "//example.com", - "path": "assets", - "port": 22 + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:02.478Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:02.478Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN56e3b3c6e2af4d15a3b6d48d50ac692e", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:02.740Z", + "library_path": "17e0df72ece8/8f6b6dd8e36e", + "library_name": "launch-7ceeacb4dd89-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-7ceeacb4dd89-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.min.js" + ], + "license_path": "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" + }, + { + "library_name": "launch-7ceeacb4dd89-development.js", + "minified": false, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:02.740Z", + "status": "succeeded", + "token": "7ceeacb4dd89" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/host", + "self": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/relationships/host" + }, + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/environments/EN56e3b3c6e2af4d15a3b6d48d50ac692e" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-7ceeacb4dd89-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" }, "type": "hosts" } }, "response": { "data": { - "id": "HTa021a1cc91ee4c92ac2b4c048e9ff4c2", + "id": "HT5bf1cf0456b8408b890d18dc0418bd13", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:02.920Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:02.920Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT5bf1cf0456b8408b890d18dc0418bd13/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/hosts/HT5bf1cf0456b8408b890d18dc0418bd13" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Dev Environment A" + }, + "relationships": { + "host": { + "data": { + "id": "HT5bf1cf0456b8408b890d18dc0418bd13", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN0e38c86b086440ce9e48095f6757b06b", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:03.180Z", + "library_path": "17e0df72ece8/8f6b6dd8e36e", + "library_name": "launch-52df37eeea1c-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-52df37eeea1c-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.min.js" + ], + "license_path": "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" + }, + { + "library_name": "launch-52df37eeea1c-development.js", + "minified": false, + "references": [ + "17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" + ] + } + ], + "name": "Dev Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:03.180Z", + "status": "succeeded", + "token": "52df37eeea1c" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/host", + "self": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/relationships/host" + }, + "data": { + "id": "HT5bf1cf0456b8408b890d18dc0418bd13", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b/property" + }, + "data": { + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/environments/EN0e38c86b086440ce9e48095f6757b06b" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/8f6b6dd8e36e/launch-52df37eeea1c-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_for_an_environment", + "endpoint": "/environments/:environment_id/host", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "HT66bc1612aa3e4c74ba6428ee3c57e229", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:20.807Z", - "server": "//example.com", - "name": "Example SFTP Host", - "path": "assets", - "port": 22, - "status": "pending", - "type_of": "sftp", - "updated_at": "2021-10-05T19:11:20.807Z", - "username": "John Doe" + "created_at": "2022-02-04T21:14:02.478Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:02.478Z", + "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa021a1cc91ee4c92ac2b4c048e9ff4c2/property" + "related": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229/property" }, "data": { - "id": "PR9105ab0a9fbd4b44a56fb1666f4b4b0b", + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b", - "self": "https://reactor.adobe.io/hosts/HTa021a1cc91ee4c92ac2b4c048e9ff4c2" + "property": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f", + "self": "https://reactor.adobe.io/hosts/HT66bc1612aa3e4c74ba6428ee3c57e229" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -146482,7 +161268,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146542,7 +161328,7 @@ "response_message": "OK" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -146555,7 +161341,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146615,23 +161401,23 @@ "response_message": "OK" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR9105ab0a9fbd4b44a56fb1666f4b4b0b", + "id": "PR96d975d6f2734e3bb89f40155ad71d4f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:15.628Z", + "created_at": "2022-02-04T21:13:56.965Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:15.628Z", + "updated_at": "2022-02-04T21:13:56.965Z", "platform": "web", "development": false, - "token": "99ec04ddc146", + "token": "8f6b6dd8e36e", "domains": [ "example.com" ], @@ -146641,7 +161427,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/company" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -146650,52 +161436,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/callbacks" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/hosts" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/environments" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/libraries" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/data_elements" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/extensions" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/rules" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/notes" + "related": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/environments", - "extensions": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/extensions", - "rules": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b/rules", - "self": "https://reactor.adobe.io/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b" + "data_elements": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/environments", + "extensions": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/extensions", + "rules": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f/rules", + "self": "https://reactor.adobe.io/properties/PR96d975d6f2734e3bb89f40155ad71d4f" }, "meta": { "rights": [ @@ -146723,8 +161509,8 @@ "response_message": "OK" }, { - "name": "hosts.create_an_akamai_host", - "endpoint": "/properties/PR9105ab0a9fbd4b44a56fb1666f4b4b0b", + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/PR96d975d6f2734e3bb89f40155ad71d4f", "method": "DELETE", "request": null, "response": null, @@ -146732,7 +161518,7 @@ "response_message": "No Content" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -146754,7 +161540,7 @@ "response_message": "OK" }, { - "name": "hosts.create_an_akamai_host", + "name": "hosts.get_the_host_relationship_for_an_environment", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -146771,16 +161557,16 @@ }, "response": { "data": { - "id": "PR45ff312a9b124285b89c1fdd31ed9821", + "id": "PR2c17e4b5d25e4358a192861460d3a284", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:21.327Z", + "created_at": "2022-02-04T21:14:04.299Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:21.327Z", + "updated_at": "2022-02-04T21:14:04.299Z", "platform": "web", "development": false, - "token": "9370f868437b", + "token": "9901a6c455b6", "domains": [ "example.com" ], @@ -146790,7 +161576,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/company" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -146799,52 +161585,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/callbacks" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/hosts" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/environments" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/libraries" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/data_elements" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/extensions" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/rules" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/notes" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/data_elements", - "environments": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/environments", - "extensions": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/extensions", - "rules": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/rules", - "self": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821" + "data_elements": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments", + "extensions": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions", + "rules": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules", + "self": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284" }, "meta": { "rights": [ @@ -146862,8 +161648,8 @@ "response_message": "Created" }, { - "name": "hosts.create_an_akamai_host", - "endpoint": "/properties/:property_id/hosts", + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts", "method": "POST", "request": { "data": { @@ -146876,33 +161662,33 @@ }, "response": { "data": { - "id": "HT95e5c042b7af4465815d39059eaf9350", + "id": "HT2fd6a821d746409686b0d451b3100bac", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:26.547Z", + "created_at": "2022-02-04T21:14:09.817Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:26.547Z", + "updated_at": "2022-02-04T21:14:09.817Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT95e5c042b7af4465815d39059eaf9350/property" + "related": "https://reactor.adobe.io/hosts/HT2fd6a821d746409686b0d451b3100bac/property" }, "data": { - "id": "PR45ff312a9b124285b89c1fdd31ed9821", + "id": "PR2c17e4b5d25e4358a192861460d3a284", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821", - "self": "https://reactor.adobe.io/hosts/HT95e5c042b7af4465815d39059eaf9350" + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/hosts/HT2fd6a821d746409686b0d451b3100bac" } } }, @@ -146910,7 +161696,284 @@ "response_message": "Created" }, { - "name": "hosts.get_a_host", + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN13e590a2dae0481d93e2abe8b5b6e0db", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:10.013Z", + "library_path": "17e0df72ece8/9901a6c455b6", + "library_name": "launch-542510cc8e9f-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-542510cc8e9f-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.min.js" + ], + "license_path": "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" + }, + { + "library_name": "launch-542510cc8e9f-development.js", + "minified": false, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:10.013Z", + "status": "succeeded", + "token": "542510cc8e9f" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/host", + "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/relationships/host" + }, + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/property" + }, + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-542510cc8e9f-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT9e26cfa84a204a20baeae792d876e6ba", + "type": "hosts", + "attributes": { + "created_at": "2022-02-04T21:14:10.171Z", + "server": null, + "name": "Example Akamai Host", + "path": null, + "port": null, + "status": "succeeded", + "type_of": "akamai", + "updated_at": "2022-02-04T21:14:10.171Z", + "username": null + }, + "relationships": { + "property": { + "links": { + "related": "https://reactor.adobe.io/hosts/HT9e26cfa84a204a20baeae792d876e6ba/property" + }, + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/hosts/HT9e26cfa84a204a20baeae792d876e6ba" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Dev Environment A" + }, + "relationships": { + "host": { + "data": { + "id": "HT9e26cfa84a204a20baeae792d876e6ba", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENf0632cbc7f424f17bd7b946ff785dbff", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:10.386Z", + "library_path": "17e0df72ece8/9901a6c455b6", + "library_name": "launch-1a33727b2ca4-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-1a33727b2ca4-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.min.js" + ], + "license_path": "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" + }, + { + "library_name": "launch-1a33727b2ca4-development.js", + "minified": false, + "references": [ + "17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" + ] + } + ], + "name": "Dev Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:10.386Z", + "status": "succeeded", + "token": "1a33727b2ca4" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/host", + "self": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/relationships/host" + }, + "data": { + "id": "HT9e26cfa84a204a20baeae792d876e6ba", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff/property" + }, + "data": { + "id": "PR2c17e4b5d25e4358a192861460d3a284", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284", + "self": "https://reactor.adobe.io/environments/ENf0632cbc7f424f17bd7b946ff785dbff" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/9901a6c455b6/launch-1a33727b2ca4-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.get_the_host_relationship_for_an_environment", + "endpoint": "/environments/:environment_id/relationships/host", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "HT2fd6a821d746409686b0d451b3100bac", + "type": "hosts" + }, + "links": { + "related": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/host", + "self": "https://reactor.adobe.io/environments/EN13e590a2dae0481d93e2abe8b5b6e0db/relationships/host" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -146923,7 +161986,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -146983,7 +162046,7 @@ "response_message": "OK" }, { - "name": "hosts.get_a_host", + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -146996,7 +162059,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -147056,23 +162119,23 @@ "response_message": "OK" }, { - "name": "hosts.get_a_host", + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR45ff312a9b124285b89c1fdd31ed9821", + "id": "PR2c17e4b5d25e4358a192861460d3a284", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:21.327Z", + "created_at": "2022-02-04T21:14:04.299Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:21.327Z", + "updated_at": "2022-02-04T21:14:04.299Z", "platform": "web", "development": false, - "token": "9370f868437b", + "token": "9901a6c455b6", "domains": [ "example.com" ], @@ -147082,7 +162145,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/company" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -147091,52 +162154,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/callbacks" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/hosts" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/environments" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/libraries" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/data_elements" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/extensions" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/rules" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/notes" + "related": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/data_elements", - "environments": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/environments", - "extensions": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/extensions", - "rules": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821/rules", - "self": "https://reactor.adobe.io/properties/PR45ff312a9b124285b89c1fdd31ed9821" + "data_elements": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/environments", + "extensions": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/extensions", + "rules": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284/rules", + "self": "https://reactor.adobe.io/properties/PR2c17e4b5d25e4358a192861460d3a284" }, "meta": { "rights": [ @@ -147164,8 +162227,8 @@ "response_message": "OK" }, { - "name": "hosts.get_a_host", - "endpoint": "/properties/PR45ff312a9b124285b89c1fdd31ed9821", + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/PR2c17e4b5d25e4358a192861460d3a284", "method": "DELETE", "request": null, "response": null, @@ -147173,7 +162236,7 @@ "response_message": "No Content" }, { - "name": "hosts.get_a_host", + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", "method": "GET", "request": null, @@ -147195,7 +162258,7 @@ "response_message": "OK" }, { - "name": "hosts.get_a_host", + "name": "hosts.add_a_host_to_an_environment", "endpoint": "/companies/:company_id/properties", "method": "POST", "request": { @@ -147212,16 +162275,16 @@ }, "response": { "data": { - "id": "PR0ad8bdba51104239a9821ba0a9336f13", + "id": "PR283effaf562e452dab85d1c355984038", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:27.029Z", + "created_at": "2022-02-04T21:14:11.542Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:27.029Z", + "updated_at": "2022-02-04T21:14:11.542Z", "platform": "web", "development": false, - "token": "cd868a1ecac2", + "token": "15322faceb72", "domains": [ "example.com" ], @@ -147231,7 +162294,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/company" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -147240,52 +162303,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/callbacks" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/hosts" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/environments" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/libraries" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/data_elements" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/extensions" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/rules" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/notes" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/environments", - "extensions": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/extensions", - "rules": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/rules", - "self": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13" + "data_elements": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements", + "environments": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments", + "extensions": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions", + "rules": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules", + "self": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038" }, "meta": { "rights": [ @@ -147303,8 +162366,8 @@ "response_message": "Created" }, { - "name": "hosts.get_a_host", - "endpoint": "/properties/PR0ad8bdba51104239a9821ba0a9336f13/hosts", + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/PR283effaf562e452dab85d1c355984038/hosts", "method": "POST", "request": { "data": { @@ -147317,33 +162380,33 @@ }, "response": { "data": { - "id": "HT3c1c8d2ad6cc4c6cbc36bece3b42554a", + "id": "HT570bd5bb1b494d8d861d830d3ca65c20", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:32.313Z", + "created_at": "2022-02-04T21:14:17.073Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:32.313Z", + "updated_at": "2022-02-04T21:14:17.073Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3c1c8d2ad6cc4c6cbc36bece3b42554a/property" + "related": "https://reactor.adobe.io/hosts/HT570bd5bb1b494d8d861d830d3ca65c20/property" }, "data": { - "id": "PR0ad8bdba51104239a9821ba0a9336f13", + "id": "PR283effaf562e452dab85d1c355984038", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13", - "self": "https://reactor.adobe.io/hosts/HT3c1c8d2ad6cc4c6cbc36bece3b42554a" + "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", + "self": "https://reactor.adobe.io/hosts/HT570bd5bb1b494d8d861d830d3ca65c20" } } }, @@ -147351,47 +162414,184 @@ "response_message": "Created" }, { - "name": "hosts.get_a_host", - "endpoint": "/hosts/:id", - "method": "GET", - "request": null, + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Development Environment A", + "stage": "development" + }, + "relationships": { + "host": { + "data": { + "id": "HT570bd5bb1b494d8d861d830d3ca65c20", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "ENa817d6265e364ac0bf83ee4f17c724b7", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:14:17.234Z", + "library_path": "17e0df72ece8/15322faceb72", + "library_name": "launch-22cc1f5ace3c-development.min.js", + "library_entry_points": [ + { + "library_name": "launch-22cc1f5ace3c-development.min.js", + "minified": true, + "references": [ + "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.min.js" + ], + "license_path": "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" + }, + { + "library_name": "launch-22cc1f5ace3c-development.js", + "minified": false, + "references": [ + "17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" + ] + } + ], + "name": "Development Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "development", + "updated_at": "2022-02-04T21:14:17.234Z", + "status": "succeeded", + "token": "22cc1f5ace3c" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/host", + "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/relationships/host" + }, + "data": { + "id": "HT570bd5bb1b494d8d861d830d3ca65c20", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/property" + }, + "data": { + "id": "PR283effaf562e452dab85d1c355984038", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", + "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/15322faceb72/launch-22cc1f5ace3c-development.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/properties/PR283effaf562e452dab85d1c355984038/hosts", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Example Akamai Host", + "type_of": "akamai" + }, + "type": "hosts" + } + }, "response": { "data": { - "id": "HT3c1c8d2ad6cc4c6cbc36bece3b42554a", + "id": "HT076f5887cd0a454d88fbd777913b4f58", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:11:32.313Z", + "created_at": "2022-02-04T21:14:17.383Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:11:32.313Z", + "updated_at": "2022-02-04T21:14:17.383Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3c1c8d2ad6cc4c6cbc36bece3b42554a/property" + "related": "https://reactor.adobe.io/hosts/HT076f5887cd0a454d88fbd777913b4f58/property" }, "data": { - "id": "PR0ad8bdba51104239a9821ba0a9336f13", + "id": "PR283effaf562e452dab85d1c355984038", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13", - "self": "https://reactor.adobe.io/hosts/HT3c1c8d2ad6cc4c6cbc36bece3b42554a" + "property": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038", + "self": "https://reactor.adobe.io/hosts/HT076f5887cd0a454d88fbd777913b4f58" } } }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "hosts.add_a_host_to_an_environment", + "endpoint": "/environments/:environment_id/relationships/host", + "method": "PATCH", + "request": { + "data": { + "id": "HT076f5887cd0a454d88fbd777913b4f58", + "type": "hosts" + } + }, + "response": { + "data": { + "id": "HT076f5887cd0a454d88fbd777913b4f58", + "type": "hosts" + }, + "links": { + "related": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/host", + "self": "https://reactor.adobe.io/environments/ENa817d6265e364ac0bf83ee4f17c724b7/relationships/host" + } + }, "response_code": 200, "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", + "name": "icons.create_an_app_surface_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -147404,7 +162604,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -147464,7 +162664,7 @@ "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", + "name": "icons.create_an_app_surface_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -147477,7 +162677,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -147537,23 +162737,23 @@ "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", + "name": "icons.create_an_app_surface_icon", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, "response": { "data": [ { - "id": "PR0ad8bdba51104239a9821ba0a9336f13", + "id": "PR283effaf562e452dab85d1c355984038", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:11:27.029Z", + "created_at": "2022-02-04T21:14:11.542Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:27.029Z", + "updated_at": "2022-02-04T21:14:11.542Z", "platform": "web", "development": false, - "token": "cd868a1ecac2", + "token": "15322faceb72", "domains": [ "example.com" ], @@ -147563,7 +162763,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/company" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -147572,52 +162772,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/callbacks" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/hosts" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/environments" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/libraries" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/data_elements" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/extensions" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/rules" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/notes" + "related": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/environments", - "extensions": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/extensions", - "rules": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13/rules", - "self": "https://reactor.adobe.io/properties/PR0ad8bdba51104239a9821ba0a9336f13" + "data_elements": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/data_elements", + "environments": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/environments", + "extensions": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/extensions", + "rules": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038/rules", + "self": "https://reactor.adobe.io/properties/PR283effaf562e452dab85d1c355984038" }, "meta": { "rights": [ @@ -147645,8 +162845,8 @@ "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/PR0ad8bdba51104239a9821ba0a9336f13", + "name": "icons.create_an_app_surface_icon", + "endpoint": "/properties/PR283effaf562e452dab85d1c355984038", "method": "DELETE", "request": null, "response": null, @@ -147654,21 +162854,56 @@ "response_message": "No Content" }, { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.create_an_app_surface_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", "method": "GET", "request": null, "response": { "data": [ - + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": null + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" + } + } ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 0, - "total_count": 0 + "total_pages": 1, + "total_count": 1 } } }, @@ -147676,214 +162911,55 @@ "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, + "name": "icons.create_an_app_surface_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, "response": { - "data": { - "id": "PRd33131b66a674d8daecd29b471451644", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:11:32.725Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:32.725Z", - "platform": "web", - "development": false, - "token": "f53db4f47a8a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/environments", - "extensions": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/extensions", - "rules": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/rules", - "self": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } + "data": null }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/PRd33131b66a674d8daecd29b471451644/hosts", + "name": "icons.create_an_app_surface_icon", + "endpoint": "/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon", "method": "POST", "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } + "file": "@[FILE_PATH]" }, "response": { "data": { - "id": "HT46f605264b13468c918b0745292b207c", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2021-10-05T19:11:37.955Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:11:37.955Z", - "username": null + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:19.790Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HT46f605264b13468c918b0745292b207c/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PRd33131b66a674d8daecd29b471451644", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644", - "self": "https://reactor.adobe.io/hosts/HT46f605264b13468c918b0745292b207c" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.list_hosts_for_a_property", - "endpoint": "/properties/:property_id/hosts", - "method": "GET", - "request": null, - "response": { - "data": [ - { - "id": "HT46f605264b13468c918b0745292b207c", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:11:37.955Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:11:37.955Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT46f605264b13468c918b0745292b207c/property" - }, - "data": { - "id": "PRd33131b66a674d8daecd29b471451644", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644", - "self": "https://reactor.adobe.io/hosts/HT46f605264b13468c918b0745292b207c" - } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 200, - "response_message": "OK" + "response_code": 202, + "response_message": "Accepted" }, { - "name": "hosts.update_a_host", + "name": "icons.get_the_icon_for_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -147896,7 +162972,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -147956,7 +163032,7 @@ "response_message": "OK" }, { - "name": "hosts.update_a_host", + "name": "icons.get_the_icon_for_an_app_surface", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -147969,7 +163045,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148029,97 +163105,71 @@ "response_message": "OK" }, { - "name": "hosts.update_a_host", + "name": "icons.get_the_icon_for_an_app_surface", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PRd33131b66a674d8daecd29b471451644", - "type": "properties", + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:11:32.725Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:32.725Z", - "platform": "web", - "development": false, - "token": "f53db4f47a8a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/extensions" - } - }, - "rules": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/rules" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/notes" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/environments", - "extensions": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/extensions", - "rules": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644/rules", - "self": "https://reactor.adobe.io/properties/PRd33131b66a674d8daecd29b471451644" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -148137,234 +163187,69 @@ "response_message": "OK" }, { - "name": "hosts.update_a_host", - "endpoint": "/properties/PRd33131b66a674d8daecd29b471451644", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/icon", "method": "GET", "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR32aee396b4f94e0eb57fd42d0348a536", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:11:38.417Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:38.417Z", - "platform": "web", - "development": false, - "token": "41a789d18877", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/data_elements", - "environments": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/environments", - "extensions": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/extensions", - "rules": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/rules", - "self": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.update_a_host", - "endpoint": "/properties/PR32aee396b4f94e0eb57fd42d0348a536/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, "response": { "data": { - "id": "HTd1e2da3af9ea4655b25145c53b4a9988", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2021-10-05T19:11:43.642Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:11:43.642Z", - "username": null + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:19.790Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd1e2da3af9ea4655b25145c53b4a9988/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR32aee396b4f94e0eb57fd42d0348a536", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536", - "self": "https://reactor.adobe.io/hosts/HTd1e2da3af9ea4655b25145c53b4a9988" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.update_a_host", - "endpoint": "/hosts/:id", - "method": "PATCH", - "request": { - "data": { - "attributes": { - "name": "My SFTP host" - }, - "id": "HTd1e2da3af9ea4655b25145c53b4a9988", - "type": "hosts" - } - }, + "name": "icons.get_the_icon_for_an_app_surface", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, "response": { "data": { - "id": "HTd1e2da3af9ea4655b25145c53b4a9988", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2021-10-05T19:11:43.642Z", - "server": null, - "name": "My SFTP host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:11:43.718Z", - "username": null + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:19.790Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HTd1e2da3af9ea4655b25145c53b4a9988/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR32aee396b4f94e0eb57fd42d0348a536", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536", - "self": "https://reactor.adobe.io/hosts/HTd1e2da3af9ea4655b25145c53b4a9988" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, @@ -148372,7 +163257,7 @@ "response_message": "OK" }, { - "name": "hosts.delete_a_host", + "name": "icons.create_an_app_configuration_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -148385,7 +163270,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148445,7 +163330,7 @@ "response_message": "OK" }, { - "name": "hosts.delete_a_host", + "name": "icons.create_an_app_configuration_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -148458,7 +163343,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148518,311 +163403,138 @@ "response_message": "OK" }, { - "name": "hosts.delete_a_host", + "name": "icons.create_an_app_configuration_icon", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR32aee396b4f94e0eb57fd42d0348a536", - "type": "properties", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:11:38.417Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:38.417Z", - "platform": "web", - "development": false, - "token": "41a789d18877", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/extensions" - } - }, - "rules": { + "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/rules" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/notes" - } + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": null } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/data_elements", - "environments": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/environments", - "extensions": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/extensions", - "rules": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536/rules", - "self": "https://reactor.adobe.io/properties/PR32aee396b4f94e0eb57fd42d0348a536" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], "meta": { "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/properties/PR32aee396b4f94e0eb57fd42d0348a536", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR7528865301f2469e858dc8a1ea2ad657", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:11:44.089Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:44.089Z", - "platform": "web", - "development": false, - "token": "d4070345f59a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/environments", - "extensions": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/extensions", - "rules": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/rules", - "self": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.delete_a_host", - "endpoint": "/properties/PR7528865301f2469e858dc8a1ea2ad657/hosts", + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/app_configurations/:app_configuration_id/icon", + "method": "GET", + "request": null, + "response": { + "data": null + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.create_an_app_configuration_icon", + "endpoint": "/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon", "method": "POST", "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } + "file": "@[FILE_PATH]" }, "response": { "data": { - "id": "HTa11e2866f9a6402aa2e629ffac8f570d", - "type": "hosts", + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons", "attributes": { - "created_at": "2021-10-05T19:11:49.317Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:11:49.317Z", - "username": null + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", + "status": "pending", + "created_at": "2022-02-04T21:14:23.483Z", + "updated_at": "2022-02-04T21:14:23.483Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa11e2866f9a6402aa2e629ffac8f570d/property" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" }, "data": { - "id": "PR7528865301f2469e858dc8a1ea2ad657", - "type": "properties" + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657", - "self": "https://reactor.adobe.io/hosts/HTa11e2866f9a6402aa2e629ffac8f570d" + "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" } } }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.delete_a_host", - "endpoint": "/hosts/:id", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" + "response_code": 202, + "response_message": "Accepted" }, { - "name": "hosts.get_the_host_for_an_environment", + "name": "icons.get_the_icon_for_an_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -148835,7 +163547,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148895,7 +163607,7 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", + "name": "icons.get_the_icon_for_an_app_configuration", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -148908,7 +163620,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -148968,97 +163680,75 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", + "name": "icons.get_the_icon_for_an_app_configuration", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/companies/:company_id/app_configurations?filter[name]=EQ%20Kessel Apns App", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR7528865301f2469e858dc8a1ea2ad657", - "type": "properties", + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations", "attributes": { - "created_at": "2021-10-05T19:11:44.089Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:44.089Z", - "platform": "web", - "development": false, - "token": "d4070345f59a", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:31.652Z", + "updated_at": "2022-02-04T21:02:31.652Z", + "app_id": "com.adobe.test_app", + "name": "Kessel Apns App", + "platform": "mobile", + "messaging_service": "apns", + "key_type": "p8_file" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/extensions" - } - }, - "rules": { + "app_surfaces": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/rules" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/app_surfaces", + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/relationships/app_surfaces" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/notes" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7/icon" + }, + "data": { + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/environments", - "extensions": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/extensions", - "rules": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657/rules", - "self": "https://reactor.adobe.io/properties/PR7528865301f2469e858dc8a1ea2ad657" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" } } ], @@ -149076,475 +163766,367 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR7528865301f2469e858dc8a1ea2ad657", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/icon", "method": "GET", "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, "response": { "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", - "type": "properties", + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons", "attributes": { - "created_at": "2021-10-05T19:11:49.880Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:49.880Z", - "platform": "web", - "development": false, - "token": "4aba9f02818d", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", + "status": "succeeded", + "created_at": "2022-02-04T21:14:23.483Z", + "updated_at": "2022-02-04T21:14:24.493Z" }, "relationships": { - "company": { + "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/company" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" }, "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/notes" + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" } } }, "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/environments", - "extensions": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/extensions", - "rules": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/rules", - "self": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR90b5947364c545f2855dc74545835ae9/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, + "name": "icons.get_the_icon_for_an_app_configuration", + "endpoint": "/app_configurations/:app_configuration_id/icon", + "method": "GET", + "request": null, "response": { "data": { - "id": "HTbe41066fadd146f3aa39b17c19d9aae0", - "type": "hosts", + "id": "ICd1de2829fd4743c5bc45b98d9d01a396", + "type": "icons", "attributes": { - "created_at": "2021-10-05T19:11:55.104Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICd1de2829fd4743c5bc45b98d9d01a396.png", "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:11:55.104Z", - "username": null + "created_at": "2022-02-04T21:14:23.483Z", + "updated_at": "2022-02-04T21:14:24.493Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HTbe41066fadd146f3aa39b17c19d9aae0/property" + "related": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7" }, "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", - "type": "properties" + "id": "AC082ee39971a9444fb133e7610ae1e9f7", + "type": "app_configurations" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/hosts/HTbe41066fadd146f3aa39b17c19d9aae0" + "resource": "https://reactor.adobe.io/app_configurations/AC082ee39971a9444fb133e7610ae1e9f7", + "self": "https://reactor.adobe.io/icons/ICd1de2829fd4743c5bc45b98d9d01a396" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTbe41066fadd146f3aa39b17c19d9aae0", - "type": "hosts" + "name": "icons.get_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true + }, + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } + } + }, + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + }, + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } } - }, - "type": "environments" + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } } }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_an_icon", + "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", + "method": "GET", + "request": null, "response": { - "data": { - "id": "EN47dd2cc787ae4297b2d43cf4714cf3f8", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:11:55.190Z", - "library_path": "17e0df72ece8/4aba9f02818d", - "library_name": "launch-ff3cf3be1f56-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-ff3cf3be1f56-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/4aba9f02818d/launch-ff3cf3be1f56-development.min.js" - ], - "license_path": "17e0df72ece8/4aba9f02818d/launch-ff3cf3be1f56-development.js" - }, - { - "library_name": "launch-ff3cf3be1f56-development.js", - "minified": false, - "references": [ - "17e0df72ece8/4aba9f02818d/launch-ff3cf3be1f56-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:11:55.190Z", - "status": "succeeded", - "token": "ff3cf3be1f56" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/library" - }, - "data": null + "data": [ + { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies", + "attributes": { + "created_at": "2021-10-05T15:03:14.763Z", + "name": "Reactor QE", + "org_id": "08364A825824E04F0A494115@AdobeOrg", + "updated_at": "2022-01-19T23:43:33.070Z", + "token": "17e0df72ece8", + "cjm_enabled": true, + "edge_enabled": true, + "edge_events_allotment": null, + "edge_fanout_ratio": null, + "premium_cdn_enabled": false, + "sla_enabled": true }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/builds" + "relationships": { + "properties": { + "links": { + "related": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" + } } }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/host", - "self": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/relationships/host" - }, - "data": { - "id": "HTbe41066fadd146f3aa39b17c19d9aae0", - "type": "hosts" - } + "links": { + "self": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "properties": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties" }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8/property" - }, - "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", - "type": "properties" + "meta": { + "rights": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "platform_rights": { + "edge": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "web": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ], + "mobile": [ + "develop_extensions", + "manage_properties", + "manage_app_configurations" + ] } } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/environments/EN47dd2cc787ae4297b2d43cf4714cf3f8" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/PR90b5947364c545f2855dc74545835ae9/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" + "name": "icons.get_an_icon", + "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } } }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.get_an_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, "response": { - "data": { - "id": "HT10a16026ef84452595d4c93d8a1b3cc1", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:11:55.269Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:11:55.269Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HT10a16026ef84452595d4c93d8a1b3cc1/property" + "data": [ + { + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", + "attributes": { + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } }, - "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", - "type": "properties" + "app_configurations": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" + } + }, + "icon": { + "links": { + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" + } } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/hosts/HT10a16026ef84452595d4c93d8a1b3cc1" + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Dev Environment A" - }, - "relationships": { - "host": { - "data": { - "id": "HT10a16026ef84452595d4c93d8a1b3cc1", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, + "name": "icons.get_an_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", + "method": "GET", + "request": null, "response": { "data": { - "id": "ENe8f89ae61a8940ee99ef2c15d3283bc5", - "type": "environments", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "archive": false, - "created_at": "2021-10-05T19:11:55.365Z", - "library_path": "17e0df72ece8/4aba9f02818d", - "library_name": "launch-1d5dc356f464-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-1d5dc356f464-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/4aba9f02818d/launch-1d5dc356f464-development.min.js" - ], - "license_path": "17e0df72ece8/4aba9f02818d/launch-1d5dc356f464-development.js" - }, - { - "library_name": "launch-1d5dc356f464-development.js", - "minified": false, - "references": [ - "17e0df72ece8/4aba9f02818d/launch-1d5dc356f464-development.js" - ] - } - ], - "name": "Dev Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:11:55.365Z", + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", "status": "succeeded", - "token": "1d5dc356f464" + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:22.135Z" }, "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/host", - "self": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/relationships/host" - }, - "data": { - "id": "HT10a16026ef84452595d4c93d8a1b3cc1", - "type": "hosts" - } - }, - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/environments/ENe8f89ae61a8940ee99ef2c15d3283bc5" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_for_an_environment", - "endpoint": "/environments/:environment_id/host", + "name": "icons.get_an_icon", + "endpoint": "/icons/:id", "method": "GET", "request": null, "response": { "data": { - "id": "HTbe41066fadd146f3aa39b17c19d9aae0", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2021-10-05T19:11:55.104Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:11:55.104Z", - "username": null + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:22.135Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HTbe41066fadd146f3aa39b17c19d9aae0/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR90b5947364c545f2855dc74545835ae9", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9", - "self": "https://reactor.adobe.io/hosts/HTbe41066fadd146f3aa39b17c19d9aae0" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, @@ -149552,7 +164134,7 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", + "name": "icons.update_an_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -149565,7 +164147,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -149625,7 +164207,7 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", + "name": "icons.update_an_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -149638,7 +164220,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -149698,97 +164280,71 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", + "name": "icons.update_an_icon", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.update_an_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR90b5947364c545f2855dc74545835ae9", - "type": "properties", + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:11:49.880Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:49.880Z", - "platform": "web", - "development": false, - "token": "4aba9f02818d", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/extensions" - } - }, - "rules": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/rules" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/notes" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/environments", - "extensions": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/extensions", - "rules": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9/rules", - "self": "https://reactor.adobe.io/properties/PR90b5947364c545f2855dc74545835ae9" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -149806,461 +164362,79 @@ "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR90b5947364c545f2855dc74545835ae9", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.update_an_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", "method": "GET", "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:11:55.843Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:55.843Z", - "platform": "web", - "development": false, - "token": "d068d7b6130b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/environments", - "extensions": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/extensions", - "rules": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/rules", - "self": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR03010539b2e1441faf9b348b64bd043e/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HTff39f96ac9c740bda4d7cf63b3e6cfb6", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:12:01.074Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:12:01.074Z", - "username": null - }, - "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTff39f96ac9c740bda4d7cf63b3e6cfb6/property" - }, - "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e", - "self": "https://reactor.adobe.io/hosts/HTff39f96ac9c740bda4d7cf63b3e6cfb6" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTff39f96ac9c740bda4d7cf63b3e6cfb6", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN5ff24bdb5afa48fd81fec9ecf3ad8b32", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:12:01.159Z", - "library_path": "17e0df72ece8/d068d7b6130b", - "library_name": "launch-508eb1f0c75c-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-508eb1f0c75c-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/d068d7b6130b/launch-508eb1f0c75c-development.min.js" - ], - "license_path": "17e0df72ece8/d068d7b6130b/launch-508eb1f0c75c-development.js" - }, - { - "library_name": "launch-508eb1f0c75c-development.js", - "minified": false, - "references": [ - "17e0df72ece8/d068d7b6130b/launch-508eb1f0c75c-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:12:01.159Z", - "status": "succeeded", - "token": "508eb1f0c75c" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/host", - "self": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/relationships/host" - }, - "data": { - "id": "HTff39f96ac9c740bda4d7cf63b3e6cfb6", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/property" - }, - "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e", - "self": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/PR03010539b2e1441faf9b348b64bd043e/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, "response": { "data": { - "id": "HT7d312539523844d883af9c9f3949a36a", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2021-10-05T19:12:01.245Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:12:01.245Z", - "username": null + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:22.135Z" }, "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HT7d312539523844d883af9c9f3949a36a/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e", - "self": "https://reactor.adobe.io/hosts/HT7d312539523844d883af9c9f3949a36a" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" + "response_code": 200, + "response_message": "OK" }, { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", + "name": "icons.update_an_icon", + "endpoint": "/icons/ICf76b9de5b229435bb76802427a88464b", + "method": "PATCH", "request": { - "data": { - "attributes": { - "name": "Dev Environment A" - }, - "relationships": { - "host": { - "data": { - "id": "HT7d312539523844d883af9c9f3949a36a", - "type": "hosts" - } - } - }, - "type": "environments" - } + "file": "@[FILE_PATH]" }, "response": { "data": { - "id": "EN82c5464c6ccd415a9c20643395627345", - "type": "environments", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "archive": false, - "created_at": "2021-10-05T19:12:01.320Z", - "library_path": "17e0df72ece8/d068d7b6130b", - "library_name": "launch-8a26a0e7dbee-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-8a26a0e7dbee-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/d068d7b6130b/launch-8a26a0e7dbee-development.min.js" - ], - "license_path": "17e0df72ece8/d068d7b6130b/launch-8a26a0e7dbee-development.js" - }, - { - "library_name": "launch-8a26a0e7dbee-development.js", - "minified": false, - "references": [ - "17e0df72ece8/d068d7b6130b/launch-8a26a0e7dbee-development.js" - ] - } - ], - "name": "Dev Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:12:01.320Z", - "status": "succeeded", - "token": "8a26a0e7dbee" + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", + "status": "pending", + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:27.135Z" }, "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/host", - "self": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/relationships/host" - }, - "data": { - "id": "HT7d312539523844d883af9c9f3949a36a", - "type": "hosts" - } - }, - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR03010539b2e1441faf9b348b64bd043e", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e", - "self": "https://reactor.adobe.io/environments/EN82c5464c6ccd415a9c20643395627345" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.get_the_host_relationship_for_an_environment", - "endpoint": "/environments/:environment_id/relationships/host", - "method": "GET", - "request": null, - "response": { - "data": { - "id": "HTff39f96ac9c740bda4d7cf63b3e6cfb6", - "type": "hosts" - }, - "links": { - "related": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/host", - "self": "https://reactor.adobe.io/environments/EN5ff24bdb5afa48fd81fec9ecf3ad8b32/relationships/host" - } - }, "response_code": 200, "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", + "name": "icons.delete_an_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -150273,7 +164447,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -150333,7 +164507,7 @@ "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", + "name": "icons.delete_an_icon", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", "method": "GET", "request": null, @@ -150346,7 +164520,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -150406,97 +164580,71 @@ "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", + "name": "icons.delete_an_icon", "endpoint": "/companies/CO242a7461b61b4ce8831633b3e1dddcb9/properties?filter[name]=EQ%20Kessel Example Property,EQ%20Kessel Edge Example Property,EQ%20Kessel%20Property%20A,EQ%20Kessel%20Property%20B", "method": "GET", "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "icons.delete_an_icon", + "endpoint": "/companies/:company_id/app_surfaces?filter[name]=EQ%20Kessel Surface (new name)", + "method": "GET", + "request": null, "response": { "data": [ { - "id": "PR03010539b2e1441faf9b348b64bd043e", - "type": "properties", + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces", "attributes": { - "created_at": "2021-10-05T19:11:55.843Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:11:55.843Z", - "platform": "web", - "development": false, - "token": "d068d7b6130b", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true + "created_at": "2022-02-04T21:02:42.693Z", + "updated_at": "2022-02-04T21:02:42.693Z", + "name": "Kessel Surface (new name)" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/company" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", "type": "companies" } }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/extensions" - } - }, - "rules": { + "app_configurations": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/rules" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/app_configurations", + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/relationships/app_configurations" } }, - "notes": { + "icon": { "links": { - "related": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/notes" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce/icon" + }, + "data": { + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/environments", - "extensions": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/extensions", - "rules": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e/rules", - "self": "https://reactor.adobe.io/properties/PR03010539b2e1441faf9b348b64bd043e" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] + "self": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" } } ], @@ -150514,364 +164662,49 @@ "response_message": "OK" }, { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR03010539b2e1441faf9b348b64bd043e", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "name": "icons.delete_an_icon", + "endpoint": "/app_surfaces/:app_surface_id/icon", "method": "GET", "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" - }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:12:01.773Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:01.773Z", - "platform": "web", - "development": false, - "token": "5b1b1c3331cb", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/environments", - "extensions": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/extensions", - "rules": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/rules", - "self": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR1bd18be071f0443aad0d5759e4876bc2/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, "response": { "data": { - "id": "HTc352f1c995f34a3597eb1dc0718bf8b5", - "type": "hosts", + "id": "ICf76b9de5b229435bb76802427a88464b", + "type": "icons", "attributes": { - "created_at": "2021-10-05T19:12:06.962Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, + "url": "https://assets.adobedtm.com/staging/icons/17e0df72ece8/ICf76b9de5b229435bb76802427a88464b.png", "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:12:06.962Z", - "username": null + "created_at": "2022-02-04T21:14:19.790Z", + "updated_at": "2022-02-04T21:14:28.418Z" }, "relationships": { - "property": { - "links": { - "related": "https://reactor.adobe.io/hosts/HTc352f1c995f34a3597eb1dc0718bf8b5/property" - }, - "data": { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2", - "self": "https://reactor.adobe.io/hosts/HTc352f1c995f34a3597eb1dc0718bf8b5" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Development Environment A", - "stage": "development" - }, - "relationships": { - "host": { - "data": { - "id": "HTc352f1c995f34a3597eb1dc0718bf8b5", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN28df3ff1755347d19572f7f5d03a5f3c", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:12:07.047Z", - "library_path": "17e0df72ece8/5b1b1c3331cb", - "library_name": "launch-f72e8734175b-development.min.js", - "library_entry_points": [ - { - "library_name": "launch-f72e8734175b-development.min.js", - "minified": true, - "references": [ - "17e0df72ece8/5b1b1c3331cb/launch-f72e8734175b-development.min.js" - ], - "license_path": "17e0df72ece8/5b1b1c3331cb/launch-f72e8734175b-development.js" - }, - { - "library_name": "launch-f72e8734175b-development.js", - "minified": false, - "references": [ - "17e0df72ece8/5b1b1c3331cb/launch-f72e8734175b-development.js" - ] - } - ], - "name": "Development Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "development", - "updated_at": "2021-10-05T19:12:07.047Z", - "status": "succeeded", - "token": "f72e8734175b" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/host", - "self": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/relationships/host" - }, - "data": { - "id": "HTc352f1c995f34a3597eb1dc0718bf8b5", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/property" - }, - "data": { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2", - "self": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/properties/PR1bd18be071f0443aad0d5759e4876bc2/hosts", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Example Akamai Host", - "type_of": "akamai" - }, - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT316a221b81714a21a1c5fa3c232b34db", - "type": "hosts", - "attributes": { - "created_at": "2021-10-05T19:12:07.125Z", - "server": null, - "name": "Example Akamai Host", - "path": null, - "port": null, - "status": "succeeded", - "type_of": "akamai", - "updated_at": "2021-10-05T19:12:07.125Z", - "username": null - }, - "relationships": { - "property": { + "resource": { "links": { - "related": "https://reactor.adobe.io/hosts/HT316a221b81714a21a1c5fa3c232b34db/property" + "related": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce" }, "data": { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", - "type": "properties" + "id": "ASb763e208e4f64c86a4ce6445604355ce", + "type": "app_surfaces" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2", - "self": "https://reactor.adobe.io/hosts/HT316a221b81714a21a1c5fa3c232b34db" + "resource": "https://reactor.adobe.io/app_surfaces/ASb763e208e4f64c86a4ce6445604355ce", + "self": "https://reactor.adobe.io/icons/ICf76b9de5b229435bb76802427a88464b" } } }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "hosts.add_a_host_to_an_environment", - "endpoint": "/environments/:environment_id/relationships/host", - "method": "PATCH", - "request": { - "data": { - "id": "HT316a221b81714a21a1c5fa3c232b34db", - "type": "hosts" - } - }, - "response": { - "data": { - "id": "HT316a221b81714a21a1c5fa3c232b34db", - "type": "hosts" - }, - "links": { - "related": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/host", - "self": "https://reactor.adobe.io/environments/EN28df3ff1755347d19572f7f5d03a5f3c/relationships/host" - } - }, "response_code": 200, "response_message": "OK" }, + { + "name": "icons.delete_an_icon", + "endpoint": "/icons/:id", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, { "name": "libraries.create_a_library", "endpoint": "/companies?filter[org_id]=EQ%2008364A825824E04F0A494115@AdobeOrg", @@ -150886,7 +164719,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -150959,7 +164792,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151025,116 +164858,21 @@ "request": null, "response": { "data": [ - { - "id": "PR1bd18be071f0443aad0d5759e4876bc2", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:12:01.773Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:01.773Z", - "platform": "web", - "development": false, - "token": "5b1b1c3331cb", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/environments", - "extensions": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/extensions", - "rules": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2/rules", - "self": "https://reactor.adobe.io/properties/PR1bd18be071f0443aad0d5759e4876bc2" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } + ], "meta": { "pagination": { "current_page": 1, "next_page": null, "prev_page": null, - "total_pages": 1, - "total_count": 1 + "total_pages": 0, + "total_count": 0 } } }, "response_code": 200, "response_message": "OK" }, - { - "name": "libraries.create_a_library", - "endpoint": "/properties/PR1bd18be071f0443aad0d5759e4876bc2", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, { "name": "libraries.create_a_library", "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", @@ -151175,16 +164913,16 @@ }, "response": { "data": { - "id": "PR7b8442336c9a4005a430cc670624e07a", + "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:07.579Z", + "created_at": "2022-02-04T21:14:30.523Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:07.579Z", + "updated_at": "2022-02-04T21:14:30.523Z", "platform": "web", "development": false, - "token": "023965854184", + "token": "556e2b2ff122", "domains": [ "example.com" ], @@ -151194,7 +164932,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/company" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -151203,52 +164941,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/callbacks" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/hosts" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/environments" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/libraries" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/data_elements" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/extensions" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/rules" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/notes" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/environments", - "extensions": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/extensions", - "rules": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/rules", - "self": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a" + "data_elements": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments", + "extensions": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions", + "rules": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules", + "self": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62" }, "meta": { "rights": [ @@ -151279,49 +165017,49 @@ }, "response": { "data": { - "id": "LB00a1f3595cd84b6fb17169e574a17e56", + "id": "LBc59c41604276433abd713bc7487514e9", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:12.775Z", + "created_at": "2022-02-04T21:14:36.212Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:12.775Z", + "updated_at": "2022-02-04T21:14:36.212Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/builds" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/data_elements", - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/extensions", - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/extensions", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/notes" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/rules", - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/rules", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/relationships/rules" } }, "upstream_library": { @@ -151329,23 +165067,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/property" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/property" }, "data": { - "id": "PR7b8442336c9a4005a430cc670624e07a", + "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56/last_build" + "related": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a", - "self": "https://reactor.adobe.io/libraries/LB00a1f3595cd84b6fb17169e574a17e56" + "property": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62", + "self": "https://reactor.adobe.io/libraries/LBc59c41604276433abd713bc7487514e9" }, "meta": { "build_status": null, @@ -151370,7 +165108,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151443,7 +165181,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151510,16 +165248,16 @@ "response": { "data": [ { - "id": "PR7b8442336c9a4005a430cc670624e07a", + "id": "PR7bf556a7ecbd4ef9a86d278740d89c62", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:07.579Z", + "created_at": "2022-02-04T21:14:30.523Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:07.579Z", + "updated_at": "2022-02-04T21:14:30.523Z", "platform": "web", "development": false, - "token": "023965854184", + "token": "556e2b2ff122", "domains": [ "example.com" ], @@ -151529,7 +165267,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/company" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -151538,52 +165276,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/callbacks" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/hosts" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/environments" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/libraries" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/data_elements" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/extensions" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/rules" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/notes" + "related": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/environments", - "extensions": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/extensions", - "rules": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a/rules", - "self": "https://reactor.adobe.io/properties/PR7b8442336c9a4005a430cc670624e07a" + "data_elements": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/environments", + "extensions": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/extensions", + "rules": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62/rules", + "self": "https://reactor.adobe.io/properties/PR7bf556a7ecbd4ef9a86d278740d89c62" }, "meta": { "rights": [ @@ -151612,7 +165350,7 @@ }, { "name": "libraries.create_a_library_with_required_attributes", - "endpoint": "/properties/PR7b8442336c9a4005a430cc670624e07a", + "endpoint": "/properties/PR7bf556a7ecbd4ef9a86d278740d89c62", "method": "DELETE", "request": null, "response": null, @@ -151659,16 +165397,16 @@ }, "response": { "data": { - "id": "PR050de315be7540a195a3da5cfcb3d0c5", + "id": "PR2d8f95aab8644117a21aadbc6878d1ea", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:13.154Z", + "created_at": "2022-02-04T21:14:37.397Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:13.154Z", + "updated_at": "2022-02-04T21:14:37.397Z", "platform": "web", "development": false, - "token": "f8fb8028b282", + "token": "a07dac777bfe", "domains": [ "example.com" ], @@ -151678,7 +165416,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/company" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -151687,52 +165425,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/callbacks" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/hosts" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/environments" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/libraries" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/data_elements" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/extensions" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/rules" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/notes" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/environments", - "extensions": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/extensions", - "rules": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/rules", - "self": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5" + "data_elements": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules", + "self": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea" }, "meta": { "rights": [ @@ -151763,49 +165501,49 @@ }, "response": { "data": { - "id": "LB54e65fcb9b3f43c489bdeb3051bd9656", + "id": "LBb2bad2726ebb45e0a9867b877194d684", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:18.377Z", + "created_at": "2022-02-04T21:14:43.054Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:18.377Z", + "updated_at": "2022-02-04T21:14:43.054Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/builds" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/data_elements", - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/data_elements", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/extensions", - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/extensions", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/notes" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/rules", - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/rules", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/relationships/rules" } }, "upstream_library": { @@ -151813,23 +165551,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/property" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/property" }, "data": { - "id": "PR050de315be7540a195a3da5cfcb3d0c5", + "id": "PR2d8f95aab8644117a21aadbc6878d1ea", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656/last_build" + "related": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5", - "self": "https://reactor.adobe.io/libraries/LB54e65fcb9b3f43c489bdeb3051bd9656" + "property": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea", + "self": "https://reactor.adobe.io/libraries/LBb2bad2726ebb45e0a9867b877194d684" }, "meta": { "build_status": null, @@ -151854,7 +165592,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151927,7 +165665,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -151994,16 +165732,16 @@ "response": { "data": [ { - "id": "PR050de315be7540a195a3da5cfcb3d0c5", + "id": "PR2d8f95aab8644117a21aadbc6878d1ea", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:13.154Z", + "created_at": "2022-02-04T21:14:37.397Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:13.154Z", + "updated_at": "2022-02-04T21:14:37.397Z", "platform": "web", "development": false, - "token": "f8fb8028b282", + "token": "a07dac777bfe", "domains": [ "example.com" ], @@ -152013,7 +165751,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/company" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152022,52 +165760,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/callbacks" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/hosts" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/environments" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/libraries" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/data_elements" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/extensions" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/rules" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/notes" + "related": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/data_elements", - "environments": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/environments", - "extensions": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/extensions", - "rules": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5/rules", - "self": "https://reactor.adobe.io/properties/PR050de315be7540a195a3da5cfcb3d0c5" + "data_elements": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea/rules", + "self": "https://reactor.adobe.io/properties/PR2d8f95aab8644117a21aadbc6878d1ea" }, "meta": { "rights": [ @@ -152096,7 +165834,7 @@ }, { "name": "libraries.get_a_library", - "endpoint": "/properties/PR050de315be7540a195a3da5cfcb3d0c5", + "endpoint": "/properties/PR2d8f95aab8644117a21aadbc6878d1ea", "method": "DELETE", "request": null, "response": null, @@ -152143,16 +165881,16 @@ }, "response": { "data": { - "id": "PRb157f2723b534f36bed8fcce3dd12d91", + "id": "PRe7eda2b007b04d1981eed103de0c1248", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:18.904Z", + "created_at": "2022-02-04T21:14:44.877Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:18.904Z", + "updated_at": "2022-02-04T21:14:44.877Z", "platform": "web", "development": false, - "token": "d1a5a767d550", + "token": "cbf8396808dd", "domains": [ "example.com" ], @@ -152162,7 +165900,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/company" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152171,52 +165909,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/callbacks" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/hosts" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/environments" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/libraries" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/data_elements" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/extensions" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/rules" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/notes" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/environments", - "extensions": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/extensions", - "rules": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/rules", - "self": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91" + "data_elements": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments", + "extensions": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions", + "rules": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules", + "self": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248" }, "meta": { "rights": [ @@ -152247,49 +165985,49 @@ }, "response": { "data": { - "id": "LB28b67c9e1d5540098a74f5a36cee34a8", + "id": "LBfb8afa2cc98849a69f5a587d37273c24", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:24.141Z", + "created_at": "2022-02-04T21:14:50.545Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:24.141Z", + "updated_at": "2022-02-04T21:14:50.545Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/builds" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/extensions", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/extensions", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/notes" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/rules", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/rules", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/rules" } }, "upstream_library": { @@ -152297,23 +166035,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/property" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/property" }, "data": { - "id": "PRb157f2723b534f36bed8fcce3dd12d91", + "id": "PRe7eda2b007b04d1981eed103de0c1248", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/last_build" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8" + "property": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24" }, "meta": { "build_status": null, @@ -152331,49 +166069,49 @@ "request": null, "response": { "data": { - "id": "LB28b67c9e1d5540098a74f5a36cee34a8", + "id": "LBfb8afa2cc98849a69f5a587d37273c24", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:24.141Z", + "created_at": "2022-02-04T21:14:50.545Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:24.141Z", + "updated_at": "2022-02-04T21:14:50.545Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/builds" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/extensions", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/extensions", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/notes" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/rules", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/rules", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/relationships/rules" } }, "upstream_library": { @@ -152381,23 +166119,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/property" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/property" }, "data": { - "id": "PRb157f2723b534f36bed8fcce3dd12d91", + "id": "PRe7eda2b007b04d1981eed103de0c1248", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8/last_build" + "related": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91", - "self": "https://reactor.adobe.io/libraries/LB28b67c9e1d5540098a74f5a36cee34a8" + "property": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248", + "self": "https://reactor.adobe.io/libraries/LBfb8afa2cc98849a69f5a587d37273c24" }, "meta": { "build_status": null, @@ -152422,7 +166160,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -152495,7 +166233,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -152562,16 +166300,16 @@ "response": { "data": [ { - "id": "PRb157f2723b534f36bed8fcce3dd12d91", + "id": "PRe7eda2b007b04d1981eed103de0c1248", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:18.904Z", + "created_at": "2022-02-04T21:14:44.877Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:18.904Z", + "updated_at": "2022-02-04T21:14:44.877Z", "platform": "web", "development": false, - "token": "d1a5a767d550", + "token": "cbf8396808dd", "domains": [ "example.com" ], @@ -152581,7 +166319,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/company" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152590,52 +166328,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/callbacks" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/hosts" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/environments" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/libraries" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/data_elements" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/extensions" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/rules" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/notes" + "related": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/environments", - "extensions": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/extensions", - "rules": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91/rules", - "self": "https://reactor.adobe.io/properties/PRb157f2723b534f36bed8fcce3dd12d91" + "data_elements": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/environments", + "extensions": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/extensions", + "rules": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248/rules", + "self": "https://reactor.adobe.io/properties/PRe7eda2b007b04d1981eed103de0c1248" }, "meta": { "rights": [ @@ -152664,7 +166402,7 @@ }, { "name": "libraries.list_libraries_for_a_property", - "endpoint": "/properties/PRb157f2723b534f36bed8fcce3dd12d91", + "endpoint": "/properties/PRe7eda2b007b04d1981eed103de0c1248", "method": "DELETE", "request": null, "response": null, @@ -152711,16 +166449,16 @@ }, "response": { "data": { - "id": "PR2160ac91424e4e97b4561af25aa1cd76", + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:24.594Z", + "created_at": "2022-02-04T21:14:52.105Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:24.594Z", + "updated_at": "2022-02-04T21:14:52.105Z", "platform": "web", "development": false, - "token": "23d62c4d83dc", + "token": "621ac787c39f", "domains": [ "example.com" ], @@ -152730,7 +166468,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/company" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -152739,52 +166477,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/callbacks" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/hosts" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/environments" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/libraries" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/data_elements" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/extensions" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/rules" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/notes" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/environments", - "extensions": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/extensions", - "rules": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/rules", - "self": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76" + "data_elements": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments", + "extensions": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions", + "rules": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules", + "self": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c" }, "meta": { "rights": [ @@ -152815,49 +166553,49 @@ }, "response": { "data": { - "id": "LB869ff3f690d443aeb6c7424aa78a315e", + "id": "LBc5538430a9354e738d508af089272980", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:29.789Z", + "created_at": "2022-02-04T21:14:57.934Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:29.789Z", + "updated_at": "2022-02-04T21:14:57.934Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/builds" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/extensions", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/extensions", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/notes" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/rules", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/rules", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/rules" } }, "upstream_library": { @@ -152865,23 +166603,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/property" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/property" }, "data": { - "id": "PR2160ac91424e4e97b4561af25aa1cd76", + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/last_build" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e" + "property": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980" }, "meta": { "build_status": null, @@ -152900,49 +166638,49 @@ "response": { "data": [ { - "id": "LB869ff3f690d443aeb6c7424aa78a315e", + "id": "LBc5538430a9354e738d508af089272980", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:29.789Z", + "created_at": "2022-02-04T21:14:57.934Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:29.789Z", + "updated_at": "2022-02-04T21:14:57.934Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/builds" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/extensions", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/extensions", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/notes" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/rules", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/rules", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/relationships/rules" } }, "upstream_library": { @@ -152950,23 +166688,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/property" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/property" }, "data": { - "id": "PR2160ac91424e4e97b4561af25aa1cd76", + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e/last_build" + "related": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76", - "self": "https://reactor.adobe.io/libraries/LB869ff3f690d443aeb6c7424aa78a315e" + "property": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c", + "self": "https://reactor.adobe.io/libraries/LBc5538430a9354e738d508af089272980" }, "meta": { "build_status": null, @@ -153001,7 +166739,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -153074,7 +166812,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -153141,16 +166879,16 @@ "response": { "data": [ { - "id": "PR2160ac91424e4e97b4561af25aa1cd76", + "id": "PR3a7061b695ad4ae9b55dc309372cb50c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:24.594Z", + "created_at": "2022-02-04T21:14:52.105Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:24.594Z", + "updated_at": "2022-02-04T21:14:52.105Z", "platform": "web", "development": false, - "token": "23d62c4d83dc", + "token": "621ac787c39f", "domains": [ "example.com" ], @@ -153160,7 +166898,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/company" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153169,52 +166907,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/callbacks" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/hosts" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/environments" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/libraries" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/data_elements" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/extensions" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/rules" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/notes" + "related": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/data_elements", - "environments": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/environments", - "extensions": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/extensions", - "rules": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76/rules", - "self": "https://reactor.adobe.io/properties/PR2160ac91424e4e97b4561af25aa1cd76" + "data_elements": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/environments", + "extensions": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/extensions", + "rules": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c/rules", + "self": "https://reactor.adobe.io/properties/PR3a7061b695ad4ae9b55dc309372cb50c" }, "meta": { "rights": [ @@ -153243,7 +166981,7 @@ }, { "name": "libraries.update_a_library", - "endpoint": "/properties/PR2160ac91424e4e97b4561af25aa1cd76", + "endpoint": "/properties/PR3a7061b695ad4ae9b55dc309372cb50c", "method": "DELETE", "request": null, "response": null, @@ -153290,16 +167028,16 @@ }, "response": { "data": { - "id": "PRceac6dfddc884dc99a5724799c850823", + "id": "PRabf906beffa44bb59f1b2659350b1178", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:30.245Z", + "created_at": "2022-02-04T21:14:59.767Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:30.245Z", + "updated_at": "2022-02-04T21:14:59.767Z", "platform": "web", "development": false, - "token": "9d97c6c1b9e1", + "token": "adfc03a2a5d5", "domains": [ "example.com" ], @@ -153309,7 +167047,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/company" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153318,52 +167056,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/callbacks" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/hosts" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/environments" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/libraries" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/data_elements" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/extensions" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/rules" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/notes" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/data_elements", - "environments": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/environments", - "extensions": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/extensions", - "rules": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/rules", - "self": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823" + "data_elements": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements", + "environments": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments", + "extensions": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions", + "rules": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules", + "self": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178" }, "meta": { "rights": [ @@ -153394,49 +167132,49 @@ }, "response": { "data": { - "id": "LBc6f54ab4a9af48cd95db1833647eb776", + "id": "LBbdeed604cef54ee8aacb98e72889c950", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:35.468Z", + "created_at": "2022-02-04T21:15:05.362Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:35.468Z", + "updated_at": "2022-02-04T21:15:05.362Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/builds" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/data_elements", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/extensions", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/extensions", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/notes" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/rules", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/rules", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/rules" } }, "upstream_library": { @@ -153444,23 +167182,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/property" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/property" }, "data": { - "id": "PRceac6dfddc884dc99a5724799c850823", + "id": "PRabf906beffa44bb59f1b2659350b1178", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/last_build" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776" + "property": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950" }, "meta": { "build_status": null, @@ -153480,55 +167218,55 @@ "attributes": { "name": "Your Library" }, - "id": "LBc6f54ab4a9af48cd95db1833647eb776", + "id": "LBbdeed604cef54ee8aacb98e72889c950", "type": "libraries" } }, "response": { "data": { - "id": "LBc6f54ab4a9af48cd95db1833647eb776", + "id": "LBbdeed604cef54ee8aacb98e72889c950", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:35.468Z", + "created_at": "2022-02-04T21:15:05.362Z", "name": "Your Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:35.574Z", + "updated_at": "2022-02-04T21:15:05.642Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/builds" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/data_elements", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/data_elements", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/extensions", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/extensions", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/notes" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/rules", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/rules", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/relationships/rules" } }, "upstream_library": { @@ -153536,23 +167274,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/property" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/property" }, "data": { - "id": "PRceac6dfddc884dc99a5724799c850823", + "id": "PRabf906beffa44bb59f1b2659350b1178", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776/last_build" + "related": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823", - "self": "https://reactor.adobe.io/libraries/LBc6f54ab4a9af48cd95db1833647eb776" + "property": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178", + "self": "https://reactor.adobe.io/libraries/LBbdeed604cef54ee8aacb98e72889c950" }, "meta": { "build_status": null, @@ -153577,7 +167315,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -153650,7 +167388,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -153717,16 +167455,16 @@ "response": { "data": [ { - "id": "PRceac6dfddc884dc99a5724799c850823", + "id": "PRabf906beffa44bb59f1b2659350b1178", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:30.245Z", + "created_at": "2022-02-04T21:14:59.767Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:30.245Z", + "updated_at": "2022-02-04T21:14:59.767Z", "platform": "web", "development": false, - "token": "9d97c6c1b9e1", + "token": "adfc03a2a5d5", "domains": [ "example.com" ], @@ -153736,7 +167474,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/company" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153745,52 +167483,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/callbacks" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/hosts" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/environments" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/libraries" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/data_elements" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/extensions" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/rules" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/notes" + "related": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/data_elements", - "environments": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/environments", - "extensions": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/extensions", - "rules": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823/rules", - "self": "https://reactor.adobe.io/properties/PRceac6dfddc884dc99a5724799c850823" + "data_elements": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/data_elements", + "environments": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/environments", + "extensions": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/extensions", + "rules": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178/rules", + "self": "https://reactor.adobe.io/properties/PRabf906beffa44bb59f1b2659350b1178" }, "meta": { "rights": [ @@ -153819,7 +167557,7 @@ }, { "name": "libraries.list_the_data_element_relationships_for_a_library", - "endpoint": "/properties/PRceac6dfddc884dc99a5724799c850823", + "endpoint": "/properties/PRabf906beffa44bb59f1b2659350b1178", "method": "DELETE", "request": null, "response": null, @@ -153866,16 +167604,16 @@ }, "response": { "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:35.987Z", + "created_at": "2022-02-04T21:15:06.769Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:35.987Z", + "updated_at": "2022-02-04T21:15:06.769Z", "platform": "web", "development": false, - "token": "186ef23a2027", + "token": "24bf11c7d3fe", "domains": [ "example.com" ], @@ -153885,7 +167623,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/company" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -153894,52 +167632,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/callbacks" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/hosts" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/environments" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/libraries" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/data_elements" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/extensions" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/rules" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/notes" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/environments", - "extensions": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/extensions", - "rules": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/rules", - "self": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a" + "data_elements": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments", + "extensions": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions", + "rules": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules", + "self": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa" }, "meta": { "rights": [ @@ -155235,6 +168973,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -156411,10 +170150,10 @@ }, "response": { "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:12:41.351Z", + "created_at": "2022-02-04T21:15:12.533Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -156422,7 +170161,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:41.351Z", + "updated_at": "2022-02-04T21:15:12.533Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -156432,40 +170171,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/libraries" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/revisions" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/notes" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/property" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/property" }, "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/origin" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/origin" }, "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -156474,7 +170213,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65/extension_package" + "related": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -156483,9 +170222,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a", - "origin": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65", - "self": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65", + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "origin": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e", + "self": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -157753,6 +171492,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -158905,14 +172645,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:12:41 -0600", + "name": "My Data Element 2022-02-04 14:15:12 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions" } } @@ -158922,18 +172662,18 @@ }, "response": { "data": { - "id": "DE43a24dab02024a569e12d522d382eb52", + "id": "DE5875f695955942efab3f800b51aa1722", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:12:41.637Z", + "created_at": "2022-02-04T21:15:13.121Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:12:41 -0600", + "name": "My Data Element 2022-02-04 14:15:12 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:41.637Z", + "updated_at": "2022-02-04T21:15:13.121Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -158945,49 +172685,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/libraries" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/revisions" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/notes" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/property" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/property" }, "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/origin" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/origin" }, "data": { - "id": "DE43a24dab02024a569e12d522d382eb52", + "id": "DE5875f695955942efab3f800b51aa1722", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/extension" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/extension" }, "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -158996,19 +172736,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722/updated_with_extension" }, "data": { - "id": "EX91ef498b3dd640af9a814e14a6b38b7b", + "id": "EX10d0689b674c419282d1e0a5f21e78a6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a", - "origin": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52", - "self": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52", - "extension": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65" + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "origin": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", + "self": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", + "extension": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e" }, "meta": { "latest_revision_number": 0 @@ -159029,24 +172769,24 @@ "meta": { "action": "revise" }, - "id": "DE43a24dab02024a569e12d522d382eb52", + "id": "DE5875f695955942efab3f800b51aa1722", "type": "data_elements" } }, "response": { "data": { - "id": "DEe29081d1d63342118fcc0c65a9070117", + "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:12:41.746Z", + "created_at": "2022-02-04T21:15:13.370Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:12:41 -0600", + "name": "My Data Element 2022-02-04 14:15:12 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:12:41.746Z", + "updated_at": "2022-02-04T21:15:13.370Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -159058,49 +172798,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/libraries" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/revisions" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/notes" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/property" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/property" }, "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/origin" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/origin" }, "data": { - "id": "DE43a24dab02024a569e12d522d382eb52", + "id": "DE5875f695955942efab3f800b51aa1722", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/extension" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/extension" }, "data": { - "id": "EX11c62d8e79df486091e7342a5b511d65", + "id": "EX16aa2ebaeecf429ba9d7391b016edc6e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -159109,19 +172849,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5/updated_with_extension" }, "data": { - "id": "EX91ef498b3dd640af9a814e14a6b38b7b", + "id": "EX10d0689b674c419282d1e0a5f21e78a6", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a", - "origin": "https://reactor.adobe.io/data_elements/DE43a24dab02024a569e12d522d382eb52", - "self": "https://reactor.adobe.io/data_elements/DEe29081d1d63342118fcc0c65a9070117", - "extension": "https://reactor.adobe.io/extensions/EX11c62d8e79df486091e7342a5b511d65" + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "origin": "https://reactor.adobe.io/data_elements/DE5875f695955942efab3f800b51aa1722", + "self": "https://reactor.adobe.io/data_elements/DE9bc185b94fd74f4e933bc1f1e63d39c5", + "extension": "https://reactor.adobe.io/extensions/EX16aa2ebaeecf429ba9d7391b016edc6e" }, "meta": { "latest_revision_number": 1 @@ -159144,7 +172884,7 @@ "data_elements": { "data": [ { - "id": "DEe29081d1d63342118fcc0c65a9070117", + "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5", "type": "data_elements" } ] @@ -159155,49 +172895,49 @@ }, "response": { "data": { - "id": "LB3ce000dec3e8488f82720aa61937a25f", + "id": "LB6aad76483be840ebac4a3e1172a4fc4c", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:41.857Z", + "created_at": "2022-02-04T21:15:13.606Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:41.857Z", + "updated_at": "2022-02-04T21:15:13.606Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/builds" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/extensions", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/extensions", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/notes" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/rules", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/rules", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/rules" } }, "upstream_library": { @@ -159205,23 +172945,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/property" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/property" }, "data": { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/last_build" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f" + "property": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c" }, "meta": { "build_status": null, @@ -159241,12 +172981,12 @@ "data": [ { "type": "data_elements", - "id": "DEe29081d1d63342118fcc0c65a9070117" + "id": "DE9bc185b94fd74f4e933bc1f1e63d39c5" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3ce000dec3e8488f82720aa61937a25f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6aad76483be840ebac4a3e1172a4fc4c/relationships/data_elements" } }, "response_code": 200, @@ -159266,7 +173006,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -159339,7 +173079,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -159406,16 +173146,16 @@ "response": { "data": [ { - "id": "PR3473ef6376ad439ea38d9d19adbfb42a", + "id": "PRe6dabd0a9ae24bc487c4f011de28fefa", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:35.987Z", + "created_at": "2022-02-04T21:15:06.769Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:35.987Z", + "updated_at": "2022-02-04T21:15:06.769Z", "platform": "web", "development": false, - "token": "186ef23a2027", + "token": "24bf11c7d3fe", "domains": [ "example.com" ], @@ -159425,7 +173165,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/company" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -159434,52 +173174,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/callbacks" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/hosts" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/environments" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/libraries" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/data_elements" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/extensions" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/rules" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/notes" + "related": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/environments", - "extensions": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/extensions", - "rules": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a/rules", - "self": "https://reactor.adobe.io/properties/PR3473ef6376ad439ea38d9d19adbfb42a" + "data_elements": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/environments", + "extensions": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/extensions", + "rules": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa/rules", + "self": "https://reactor.adobe.io/properties/PRe6dabd0a9ae24bc487c4f011de28fefa" }, "meta": { "rights": [ @@ -159508,7 +173248,7 @@ }, { "name": "libraries.list_the_extension_relationships_for_a_library", - "endpoint": "/properties/PR3473ef6376ad439ea38d9d19adbfb42a", + "endpoint": "/properties/PRe6dabd0a9ae24bc487c4f011de28fefa", "method": "DELETE", "request": null, "response": null, @@ -159555,16 +173295,16 @@ }, "response": { "data": { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:42.347Z", + "created_at": "2022-02-04T21:15:14.672Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:42.347Z", + "updated_at": "2022-02-04T21:15:14.672Z", "platform": "web", "development": false, - "token": "9fa81b951458", + "token": "8073c37e081c", "domains": [ "example.com" ], @@ -159574,7 +173314,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/company" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -159583,52 +173323,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/callbacks" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/hosts" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/environments" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/libraries" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/data_elements" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/extensions" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/rules" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/notes" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/rules", - "self": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b" + "data_elements": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules", + "self": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6" }, "meta": { "rights": [ @@ -160924,6 +174664,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -162100,10 +175841,10 @@ }, "response": { "data": { - "id": "EXab19a0ab551840d384cc13c29607e308", + "id": "EX9fa86cda00744c3cb50901f6c360f573", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:12:47.746Z", + "created_at": "2022-02-04T21:15:20.474Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -162111,7 +175852,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:47.746Z", + "updated_at": "2022-02-04T21:15:20.474Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -162121,40 +175862,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/libraries" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/revisions" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/notes" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/property" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/property" }, "data": { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/origin" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/origin" }, "data": { - "id": "EXab19a0ab551840d384cc13c29607e308", + "id": "EX9fa86cda00744c3cb50901f6c360f573", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162163,7 +175904,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162172,9 +175913,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b", - "origin": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308", - "self": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308", + "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "origin": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", + "self": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -162197,16 +175938,16 @@ "meta": { "action": "revise" }, - "id": "EXab19a0ab551840d384cc13c29607e308", + "id": "EX9fa86cda00744c3cb50901f6c360f573", "type": "extensions" } }, "response": { "data": { - "id": "EXdaee937f17f449e3ab62cd3ff4de018c", + "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:12:47.762Z", + "created_at": "2022-02-04T21:15:20.515Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -162214,7 +175955,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:12:47.762Z", + "updated_at": "2022-02-04T21:15:20.515Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -162224,40 +175965,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/libraries" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/revisions" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/notes" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/property" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/property" }, "data": { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/origin" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/origin" }, "data": { - "id": "EXab19a0ab551840d384cc13c29607e308", + "id": "EX9fa86cda00744c3cb50901f6c360f573", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162266,7 +176007,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c/extension_package" + "related": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -162275,9 +176016,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b", - "origin": "https://reactor.adobe.io/extensions/EXab19a0ab551840d384cc13c29607e308", - "self": "https://reactor.adobe.io/extensions/EXdaee937f17f449e3ab62cd3ff4de018c", + "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "origin": "https://reactor.adobe.io/extensions/EX9fa86cda00744c3cb50901f6c360f573", + "self": "https://reactor.adobe.io/extensions/EX5e39bf1b4c794ceb8cea766c7a1f78c9", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -162302,7 +176043,7 @@ "extensions": { "data": [ { - "id": "EXdaee937f17f449e3ab62cd3ff4de018c", + "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9", "type": "extensions" } ] @@ -162313,49 +176054,49 @@ }, "response": { "data": { - "id": "LBed97934e148d4b969eaa250dc0b62728", + "id": "LBfcc081425ca1405da6f292d0ad213918", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:47.985Z", + "created_at": "2022-02-04T21:15:21.007Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:47.985Z", + "updated_at": "2022-02-04T21:15:21.007Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/builds" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/data_elements", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/extensions", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/extensions", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/notes" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/rules", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/rules", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/rules" } }, "upstream_library": { @@ -162363,23 +176104,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/property" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/property" }, "data": { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/last_build" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728" + "property": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918" }, "meta": { "build_status": null, @@ -162399,12 +176140,12 @@ "data": [ { "type": "extensions", - "id": "EXdaee937f17f449e3ab62cd3ff4de018c" + "id": "EX5e39bf1b4c794ceb8cea766c7a1f78c9" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/extensions", - "self": "https://reactor.adobe.io/libraries/LBed97934e148d4b969eaa250dc0b62728/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/extensions", + "self": "https://reactor.adobe.io/libraries/LBfcc081425ca1405da6f292d0ad213918/relationships/extensions" } }, "response_code": 200, @@ -162424,7 +176165,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -162497,7 +176238,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -162564,16 +176305,16 @@ "response": { "data": [ { - "id": "PR0e8013e6897049c2b3a5883b65e9f04b", + "id": "PR0cf44b3618724a7e9fca3f31b768fbb6", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:42.347Z", + "created_at": "2022-02-04T21:15:14.672Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:42.347Z", + "updated_at": "2022-02-04T21:15:14.672Z", "platform": "web", "development": false, - "token": "9fa81b951458", + "token": "8073c37e081c", "domains": [ "example.com" ], @@ -162583,7 +176324,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/company" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -162592,52 +176333,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/callbacks" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/hosts" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/environments" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/libraries" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/data_elements" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/extensions" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/rules" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/notes" + "related": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b/rules", - "self": "https://reactor.adobe.io/properties/PR0e8013e6897049c2b3a5883b65e9f04b" + "data_elements": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/environments", + "extensions": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/extensions", + "rules": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6/rules", + "self": "https://reactor.adobe.io/properties/PR0cf44b3618724a7e9fca3f31b768fbb6" }, "meta": { "rights": [ @@ -162666,7 +176407,7 @@ }, { "name": "libraries.list_the_rule_relationships_for_a_library", - "endpoint": "/properties/PR0e8013e6897049c2b3a5883b65e9f04b", + "endpoint": "/properties/PR0cf44b3618724a7e9fca3f31b768fbb6", "method": "DELETE", "request": null, "response": null, @@ -162713,16 +176454,16 @@ }, "response": { "data": { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:48.501Z", + "created_at": "2022-02-04T21:15:22.127Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:48.501Z", + "updated_at": "2022-02-04T21:15:22.127Z", "platform": "web", "development": false, - "token": "5849fa52038d", + "token": "c6ed98042056", "domains": [ "example.com" ], @@ -162732,7 +176473,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/company" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -162741,52 +176482,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/callbacks" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/hosts" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/environments" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/libraries" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/data_elements" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/extensions" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/rules" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/notes" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/environments", - "extensions": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/extensions", - "rules": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/rules", - "self": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37" + "data_elements": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements", + "environments": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments", + "extensions": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions", + "rules": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules", + "self": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49" }, "meta": { "rights": [ @@ -162817,10 +176558,10 @@ }, "response": { "data": { - "id": "RLeef249f10573486fb3ac8ca4d6984639", + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:12:53.756Z", + "created_at": "2022-02-04T21:15:27.491Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -162828,54 +176569,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:53.756Z", + "updated_at": "2022-02-04T21:15:27.491Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/libraries" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/revisions" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/notes" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/property" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/property" }, "data": { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/origin" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/origin" }, "data": { - "id": "RLeef249f10573486fb3ac8ca4d6984639", + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/rule_components" + "related": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37", - "origin": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639", - "self": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639", - "rule_components": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639/rule_components" + "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", + "origin": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", + "self": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", + "rule_components": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d/rule_components" }, "meta": { "latest_revision_number": 0 @@ -162896,16 +176637,16 @@ "meta": { "action": "revise" }, - "id": "RLeef249f10573486fb3ac8ca4d6984639", + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", "type": "rules" } }, "response": { "data": { - "id": "RLb23aaeb4fc5d444cb3d723d58a0b9ebb", + "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:12:53.870Z", + "created_at": "2022-02-04T21:15:27.623Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -162913,54 +176654,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:12:53.870Z", + "updated_at": "2022-02-04T21:15:27.623Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/libraries" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/revisions" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/notes" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/property" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/property" }, "data": { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/origin" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/origin" }, "data": { - "id": "RLeef249f10573486fb3ac8ca4d6984639", + "id": "RLfeab595aafe74299a9fc0871dc97fd9d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/rule_components" + "related": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37", - "origin": "https://reactor.adobe.io/rules/RLeef249f10573486fb3ac8ca4d6984639", - "self": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb", - "rule_components": "https://reactor.adobe.io/rules/RLb23aaeb4fc5d444cb3d723d58a0b9ebb/rule_components" + "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", + "origin": "https://reactor.adobe.io/rules/RLfeab595aafe74299a9fc0871dc97fd9d", + "self": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef", + "rule_components": "https://reactor.adobe.io/rules/RL3f8b65ee79894ee88ca6067b4e81e3ef/rule_components" }, "meta": { "latest_revision_number": 1 @@ -162983,7 +176724,7 @@ "rules": { "data": [ { - "id": "RLb23aaeb4fc5d444cb3d723d58a0b9ebb", + "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef", "type": "rules" } ] @@ -162994,49 +176735,49 @@ }, "response": { "data": { - "id": "LB77db7a600ffa442486c9c8e8ee0bb4e0", + "id": "LB47b587b1df2a40ae95aa4655415bf213", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:12:53.975Z", + "created_at": "2022-02-04T21:15:27.810Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:12:53.975Z", + "updated_at": "2022-02-04T21:15:27.810Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/builds" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/data_elements", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/data_elements", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/extensions", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/extensions", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/notes" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/rules", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/rules", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/rules" } }, "upstream_library": { @@ -163044,23 +176785,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/property" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/property" }, "data": { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/last_build" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0" + "property": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213" }, "meta": { "build_status": null, @@ -163080,12 +176821,12 @@ "data": [ { "type": "rules", - "id": "RLb23aaeb4fc5d444cb3d723d58a0b9ebb" + "id": "RL3f8b65ee79894ee88ca6067b4e81e3ef" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/rules", - "self": "https://reactor.adobe.io/libraries/LB77db7a600ffa442486c9c8e8ee0bb4e0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/rules", + "self": "https://reactor.adobe.io/libraries/LB47b587b1df2a40ae95aa4655415bf213/relationships/rules" } }, "response_code": 200, @@ -163105,7 +176846,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -163178,7 +176919,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -163245,16 +176986,16 @@ "response": { "data": [ { - "id": "PRb98c1403c301406fb7c623ef47aaeb37", + "id": "PR00cf7577d691402cbf09399e6cf75e49", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:48.501Z", + "created_at": "2022-02-04T21:15:22.127Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:48.501Z", + "updated_at": "2022-02-04T21:15:22.127Z", "platform": "web", "development": false, - "token": "5849fa52038d", + "token": "c6ed98042056", "domains": [ "example.com" ], @@ -163264,7 +177005,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/company" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -163273,52 +177014,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/callbacks" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/hosts" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/environments" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/libraries" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/data_elements" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/extensions" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/rules" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/notes" + "related": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/data_elements", - "environments": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/environments", - "extensions": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/extensions", - "rules": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37/rules", - "self": "https://reactor.adobe.io/properties/PRb98c1403c301406fb7c623ef47aaeb37" + "data_elements": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/data_elements", + "environments": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/environments", + "extensions": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/extensions", + "rules": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49/rules", + "self": "https://reactor.adobe.io/properties/PR00cf7577d691402cbf09399e6cf75e49" }, "meta": { "rights": [ @@ -163347,7 +177088,7 @@ }, { "name": "libraries.list_the_data_elements_on_a_library", - "endpoint": "/properties/PRb98c1403c301406fb7c623ef47aaeb37", + "endpoint": "/properties/PR00cf7577d691402cbf09399e6cf75e49", "method": "DELETE", "request": null, "response": null, @@ -163394,16 +177135,16 @@ }, "response": { "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:54.471Z", + "created_at": "2022-02-04T21:15:28.504Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:54.471Z", + "updated_at": "2022-02-04T21:15:28.504Z", "platform": "web", "development": false, - "token": "acb1a5de12e7", + "token": "9299eac2fec9", "domains": [ "example.com" ], @@ -163413,7 +177154,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/company" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -163422,52 +177163,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/callbacks" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/hosts" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/environments" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/libraries" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/data_elements" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/extensions" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/rules" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/notes" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/environments", - "extensions": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/extensions", - "rules": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/rules", - "self": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c" + "data_elements": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments", + "extensions": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions", + "rules": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules", + "self": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d" }, "meta": { "rights": [ @@ -164763,6 +178504,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -165939,10 +179681,10 @@ }, "response": { "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:12:59.850Z", + "created_at": "2022-02-04T21:15:34.017Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -165950,7 +179692,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:12:59.850Z", + "updated_at": "2022-02-04T21:15:34.017Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -165960,40 +179702,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/libraries" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/revisions" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/notes" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/property" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/origin" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/origin" }, "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -166002,7 +179744,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -166011,9 +179753,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "origin": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f", - "self": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f", + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754", + "self": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -167281,6 +181023,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -168433,14 +182176,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:13:00 -0600", + "name": "My Data Element 2022-02-04 14:15:34 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } } @@ -168450,18 +182193,18 @@ }, "response": { "data": { - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:00.147Z", + "created_at": "2022-02-04T21:15:34.445Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:00 -0600", + "name": "My Data Element 2022-02-04 14:15:34 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:00.147Z", + "updated_at": "2022-02-04T21:15:34.445Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -168473,49 +182216,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/libraries" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/revisions" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/notes" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/property" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/origin" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/origin" }, "data": { - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/extension" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/extension" }, "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -168524,19 +182267,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f/updated_with_extension" }, "data": { - "id": "EX77cc32ca2573415ba3fd002ccd3957ff", + "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "origin": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069", - "self": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069", - "extension": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f" + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "self": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" }, "meta": { "latest_revision_number": 0 @@ -168557,24 +182300,24 @@ "meta": { "action": "revise" }, - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements" } }, "response": { "data": { - "id": "DEf344c577fa344cf4bae8119ccdf78a67", + "id": "DE5dc1eb864df14754b25ec38bb14f1714", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:00.262Z", + "created_at": "2022-02-04T21:15:34.677Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:00 -0600", + "name": "My Data Element 2022-02-04 14:15:34 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:00.262Z", + "updated_at": "2022-02-04T21:15:34.677Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -168586,49 +182329,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/libraries" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/revisions" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/notes" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/property" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/origin" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/origin" }, "data": { - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/extension" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/extension" }, "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -168637,19 +182380,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension" }, "data": { - "id": "EX77cc32ca2573415ba3fd002ccd3957ff", + "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "origin": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069", - "self": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67", - "extension": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f" + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "self": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714", + "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" }, "meta": { "latest_revision_number": 1 @@ -168672,7 +182415,7 @@ "data_elements": { "data": [ { - "id": "DEf344c577fa344cf4bae8119ccdf78a67", + "id": "DE5dc1eb864df14754b25ec38bb14f1714", "type": "data_elements" } ] @@ -168683,49 +182426,49 @@ }, "response": { "data": { - "id": "LB9112ac8450934ceb8ff21249968cb2da", + "id": "LB2881517ffbcf4882ad56332c3c707d57", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:00.376Z", + "created_at": "2022-02-04T21:15:34.877Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:00.376Z", + "updated_at": "2022-02-04T21:15:34.877Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/builds" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/data_elements", - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/extensions", - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/extensions", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/notes" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/rules", - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/rules", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/relationships/rules" } }, "upstream_library": { @@ -168733,23 +182476,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/property" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da/last_build" + "related": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "self": "https://reactor.adobe.io/libraries/LB9112ac8450934ceb8ff21249968cb2da" + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "self": "https://reactor.adobe.io/libraries/LB2881517ffbcf4882ad56332c3c707d57" }, "meta": { "build_status": null, @@ -168768,18 +182511,18 @@ "response": { "data": [ { - "id": "DEf344c577fa344cf4bae8119ccdf78a67", + "id": "DE5dc1eb864df14754b25ec38bb14f1714", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:00.262Z", + "created_at": "2022-02-04T21:15:34.677Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:00 -0600", + "name": "My Data Element 2022-02-04 14:15:34 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:00.262Z", + "updated_at": "2022-02-04T21:15:34.677Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -168791,49 +182534,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/libraries" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/revisions" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/notes" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/property" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/property" }, "data": { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/origin" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/origin" }, "data": { - "id": "DE320a61dc320a41dd9341af9fd7437069", + "id": "DE0b2d47470c3b48a1bc301442df80db3f", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/extension" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/extension" }, "data": { - "id": "EX108d0d5595bd43f4989d4220ce71272f", + "id": "EX34b5023c972849df969b784cdab25754", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -168842,19 +182585,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714/updated_with_extension" }, "data": { - "id": "EX77cc32ca2573415ba3fd002ccd3957ff", + "id": "EX6df9b8469da54da4941fc0dbbbe0fe39", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c", - "origin": "https://reactor.adobe.io/data_elements/DE320a61dc320a41dd9341af9fd7437069", - "self": "https://reactor.adobe.io/data_elements/DEf344c577fa344cf4bae8119ccdf78a67", - "extension": "https://reactor.adobe.io/extensions/EX108d0d5595bd43f4989d4220ce71272f" + "property": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d", + "origin": "https://reactor.adobe.io/data_elements/DE0b2d47470c3b48a1bc301442df80db3f", + "self": "https://reactor.adobe.io/data_elements/DE5dc1eb864df14754b25ec38bb14f1714", + "extension": "https://reactor.adobe.io/extensions/EX34b5023c972849df969b784cdab25754" }, "meta": { "latest_revision_number": 1 @@ -168888,7 +182631,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -168961,7 +182704,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -169028,16 +182771,16 @@ "response": { "data": [ { - "id": "PRc979a2654615461b8e2a72ced7a04f0c", + "id": "PR4d4dd5a62df04d25b05585ea68efad0d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:12:54.471Z", + "created_at": "2022-02-04T21:15:28.504Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:12:54.471Z", + "updated_at": "2022-02-04T21:15:28.504Z", "platform": "web", "development": false, - "token": "acb1a5de12e7", + "token": "9299eac2fec9", "domains": [ "example.com" ], @@ -169047,7 +182790,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/company" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -169056,52 +182799,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/callbacks" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/hosts" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/environments" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/libraries" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/data_elements" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/extensions" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/rules" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/notes" + "related": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/environments", - "extensions": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/extensions", - "rules": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c/rules", - "self": "https://reactor.adobe.io/properties/PRc979a2654615461b8e2a72ced7a04f0c" + "data_elements": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/environments", + "extensions": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/extensions", + "rules": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d/rules", + "self": "https://reactor.adobe.io/properties/PR4d4dd5a62df04d25b05585ea68efad0d" }, "meta": { "rights": [ @@ -169130,7 +182873,7 @@ }, { "name": "libraries.list_the_extensions_on_a_library", - "endpoint": "/properties/PRc979a2654615461b8e2a72ced7a04f0c", + "endpoint": "/properties/PR4d4dd5a62df04d25b05585ea68efad0d", "method": "DELETE", "request": null, "response": null, @@ -169177,16 +182920,16 @@ }, "response": { "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:00.897Z", + "created_at": "2022-02-04T21:15:35.867Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:00.897Z", + "updated_at": "2022-02-04T21:15:35.867Z", "platform": "web", "development": false, - "token": "920c285922d5", + "token": "600ea868bf83", "domains": [ "example.com" ], @@ -169196,7 +182939,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/company" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -169205,52 +182948,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/callbacks" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/hosts" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/environments" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/libraries" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/data_elements" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/extensions" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/rules" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/notes" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/data_elements", - "environments": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/environments", - "extensions": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/extensions", - "rules": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/rules", - "self": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231" + "data_elements": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements", + "environments": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments", + "extensions": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions", + "rules": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules", + "self": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da" }, "meta": { "rights": [ @@ -170546,6 +184289,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -171722,10 +185466,10 @@ }, "response": { "data": { - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:06.275Z", + "created_at": "2022-02-04T21:15:41.423Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -171733,7 +185477,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:06.275Z", + "updated_at": "2022-02-04T21:15:41.423Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -171743,40 +185487,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/libraries" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/revisions" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/notes" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/property" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/property" }, "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/origin" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/origin" }, "data": { - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171785,7 +185529,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb/extension_package" + "related": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171794,9 +185538,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231", - "origin": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb", - "self": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb", + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "self": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -171819,16 +185563,16 @@ "meta": { "action": "revise" }, - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions" } }, "response": { "data": { - "id": "EXb840b9150b6549ea8558fe4cf181a552", + "id": "EX867a8b99a2964f489634cf847e050462", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:06.293Z", + "created_at": "2022-02-04T21:15:41.453Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -171836,7 +185580,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:06.293Z", + "updated_at": "2022-02-04T21:15:41.453Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -171846,40 +185590,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/libraries" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/revisions" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/notes" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/property" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/property" }, "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/origin" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/origin" }, "data": { - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171888,7 +185632,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/extension_package" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -171897,9 +185641,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231", - "origin": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb", - "self": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552", + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "self": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -171924,7 +185668,7 @@ "extensions": { "data": [ { - "id": "EXb840b9150b6549ea8558fe4cf181a552", + "id": "EX867a8b99a2964f489634cf847e050462", "type": "extensions" } ] @@ -171935,49 +185679,49 @@ }, "response": { "data": { - "id": "LBf7867e4ec04a48cbab3f4bbc5d3a40f8", + "id": "LBe7f77d967d754d83941565a0614cb93c", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:06.506Z", + "created_at": "2022-02-04T21:15:42.001Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:06.506Z", + "updated_at": "2022-02-04T21:15:42.001Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/builds" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/data_elements", - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/extensions", - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/extensions", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/notes" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/rules", - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/rules", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/relationships/rules" } }, "upstream_library": { @@ -171985,23 +185729,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/property" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/property" }, "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8/last_build" + "related": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231", - "self": "https://reactor.adobe.io/libraries/LBf7867e4ec04a48cbab3f4bbc5d3a40f8" + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "self": "https://reactor.adobe.io/libraries/LBe7f77d967d754d83941565a0614cb93c" }, "meta": { "build_status": null, @@ -172020,10 +185764,10 @@ "response": { "data": [ { - "id": "EXb840b9150b6549ea8558fe4cf181a552", + "id": "EX867a8b99a2964f489634cf847e050462", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:06.293Z", + "created_at": "2022-02-04T21:15:41.453Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -172031,7 +185775,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:06.293Z", + "updated_at": "2022-02-04T21:15:41.453Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -172041,40 +185785,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/libraries" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/revisions" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/notes" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/property" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/property" }, "data": { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/origin" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/origin" }, "data": { - "id": "EXb2cf40e3c76448a18f4ec56552400fbb", + "id": "EX2ae562ac692d4d988e6c8b015e1da42e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -172083,7 +185827,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552/extension_package" + "related": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -172092,9 +185836,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231", - "origin": "https://reactor.adobe.io/extensions/EXb2cf40e3c76448a18f4ec56552400fbb", - "self": "https://reactor.adobe.io/extensions/EXb840b9150b6549ea8558fe4cf181a552", + "property": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da", + "origin": "https://reactor.adobe.io/extensions/EX2ae562ac692d4d988e6c8b015e1da42e", + "self": "https://reactor.adobe.io/extensions/EX867a8b99a2964f489634cf847e050462", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -172130,7 +185874,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -172203,7 +185947,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -172270,16 +186014,16 @@ "response": { "data": [ { - "id": "PR817d63894a2441b8a89f845ac5909231", + "id": "PR84846622a21e4c6d938342005aa8d4da", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:00.897Z", + "created_at": "2022-02-04T21:15:35.867Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:00.897Z", + "updated_at": "2022-02-04T21:15:35.867Z", "platform": "web", "development": false, - "token": "920c285922d5", + "token": "600ea868bf83", "domains": [ "example.com" ], @@ -172289,7 +186033,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/company" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -172298,52 +186042,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/callbacks" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/hosts" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/environments" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/libraries" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/data_elements" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/extensions" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/rules" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/notes" + "related": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/data_elements", - "environments": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/environments", - "extensions": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/extensions", - "rules": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231/rules", - "self": "https://reactor.adobe.io/properties/PR817d63894a2441b8a89f845ac5909231" + "data_elements": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/data_elements", + "environments": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/environments", + "extensions": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/extensions", + "rules": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da/rules", + "self": "https://reactor.adobe.io/properties/PR84846622a21e4c6d938342005aa8d4da" }, "meta": { "rights": [ @@ -172372,7 +186116,7 @@ }, { "name": "libraries.list_the_rules_on_a_library", - "endpoint": "/properties/PR817d63894a2441b8a89f845ac5909231", + "endpoint": "/properties/PR84846622a21e4c6d938342005aa8d4da", "method": "DELETE", "request": null, "response": null, @@ -172419,16 +186163,16 @@ }, "response": { "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:07.020Z", + "created_at": "2022-02-04T21:15:42.831Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:07.020Z", + "updated_at": "2022-02-04T21:15:42.831Z", "platform": "web", "development": false, - "token": "affa45417dc5", + "token": "ce321895e2f2", "domains": [ "example.com" ], @@ -172438,7 +186182,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/company" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -172447,52 +186191,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/callbacks" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/hosts" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/environments" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/libraries" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/data_elements" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/extensions" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/rules" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/notes" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/data_elements", - "environments": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/environments", - "extensions": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/extensions", - "rules": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/rules", - "self": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60" + "data_elements": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments", + "extensions": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions", + "rules": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules", + "self": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2" }, "meta": { "rights": [ @@ -172523,10 +186267,10 @@ }, "response": { "data": { - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:12.235Z", + "created_at": "2022-02-04T21:15:48.188Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -172534,54 +186278,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:12.235Z", + "updated_at": "2022-02-04T21:15:48.188Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/libraries" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/revisions" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/notes" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/property" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/property" }, "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/origin" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/origin" }, "data": { - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/rule_components" + "related": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60", - "origin": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db", - "self": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db", - "rule_components": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db/rule_components" + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "self": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "rule_components": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9/rule_components" }, "meta": { "latest_revision_number": 0 @@ -172602,16 +186346,16 @@ "meta": { "action": "revise" }, - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules" } }, "response": { "data": { - "id": "RL386f3811334848f78618758782ce2494", + "id": "RLd06eb24b8f714907a922855d74432897", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:12.343Z", + "created_at": "2022-02-04T21:15:48.352Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -172619,54 +186363,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:12.343Z", + "updated_at": "2022-02-04T21:15:48.352Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/libraries" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/revisions" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/notes" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/property" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/property" }, "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/origin" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/origin" }, "data": { - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/rule_components" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60", - "origin": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db", - "self": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494", - "rule_components": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/rule_components" + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "self": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897", + "rule_components": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" }, "meta": { "latest_revision_number": 1 @@ -172689,7 +186433,7 @@ "rules": { "data": [ { - "id": "RL386f3811334848f78618758782ce2494", + "id": "RLd06eb24b8f714907a922855d74432897", "type": "rules" } ] @@ -172700,49 +186444,49 @@ }, "response": { "data": { - "id": "LB418ae7756400427a928bf94e8513c870", + "id": "LB8d6a98778a4f4212a80a8741fa6310f2", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:12.441Z", + "created_at": "2022-02-04T21:15:48.542Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:12.441Z", + "updated_at": "2022-02-04T21:15:48.542Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/builds" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/data_elements", - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/extensions", - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/extensions", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/notes" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/rules", - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/rules", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/relationships/rules" } }, "upstream_library": { @@ -172750,23 +186494,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/property" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/property" }, "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870/last_build" + "related": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60", - "self": "https://reactor.adobe.io/libraries/LB418ae7756400427a928bf94e8513c870" + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "self": "https://reactor.adobe.io/libraries/LB8d6a98778a4f4212a80a8741fa6310f2" }, "meta": { "build_status": null, @@ -172785,10 +186529,10 @@ "response": { "data": [ { - "id": "RL386f3811334848f78618758782ce2494", + "id": "RLd06eb24b8f714907a922855d74432897", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:12.343Z", + "created_at": "2022-02-04T21:15:48.352Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -172796,54 +186540,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:12.343Z", + "updated_at": "2022-02-04T21:15:48.352Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/libraries" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/revisions" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/notes" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/property" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/property" }, "data": { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/origin" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/origin" }, "data": { - "id": "RL41b6d70a8764448f88d33ce560dbf4db", + "id": "RLcf3c1f674f4c48f5933286424caf71b9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/rule_components" + "related": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60", - "origin": "https://reactor.adobe.io/rules/RL41b6d70a8764448f88d33ce560dbf4db", - "self": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494", - "rule_components": "https://reactor.adobe.io/rules/RL386f3811334848f78618758782ce2494/rule_components" + "property": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2", + "origin": "https://reactor.adobe.io/rules/RLcf3c1f674f4c48f5933286424caf71b9", + "self": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897", + "rule_components": "https://reactor.adobe.io/rules/RLd06eb24b8f714907a922855d74432897/rule_components" }, "meta": { "latest_revision_number": 1 @@ -172877,7 +186621,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -172950,7 +186694,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -173017,16 +186761,16 @@ "response": { "data": [ { - "id": "PR655bb3ef6c06406b9330c7a4ba264a60", + "id": "PR5bf1906d271643578df6d2bd9e8737a2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:07.020Z", + "created_at": "2022-02-04T21:15:42.831Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:07.020Z", + "updated_at": "2022-02-04T21:15:42.831Z", "platform": "web", "development": false, - "token": "affa45417dc5", + "token": "ce321895e2f2", "domains": [ "example.com" ], @@ -173036,7 +186780,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/company" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -173045,52 +186789,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/callbacks" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/hosts" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/environments" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/libraries" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/data_elements" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/extensions" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/rules" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/notes" + "related": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/data_elements", - "environments": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/environments", - "extensions": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/extensions", - "rules": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60/rules", - "self": "https://reactor.adobe.io/properties/PR655bb3ef6c06406b9330c7a4ba264a60" + "data_elements": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/environments", + "extensions": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/extensions", + "rules": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2/rules", + "self": "https://reactor.adobe.io/properties/PR5bf1906d271643578df6d2bd9e8737a2" }, "meta": { "rights": [ @@ -173119,7 +186863,7 @@ }, { "name": "libraries.add_data_element_to_a_library", - "endpoint": "/properties/PR655bb3ef6c06406b9330c7a4ba264a60", + "endpoint": "/properties/PR5bf1906d271643578df6d2bd9e8737a2", "method": "DELETE", "request": null, "response": null, @@ -173166,16 +186910,16 @@ }, "response": { "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:12.957Z", + "created_at": "2022-02-04T21:15:49.280Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:12.957Z", + "updated_at": "2022-02-04T21:15:49.280Z", "platform": "web", "development": false, - "token": "1288d5b66141", + "token": "13220e04df43", "domains": [ "example.com" ], @@ -173185,7 +186929,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/company" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -173194,52 +186938,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/callbacks" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/hosts" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/environments" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/libraries" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/data_elements" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/extensions" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/rules" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/notes" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/rules", - "self": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058" + "data_elements": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments", + "extensions": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions", + "rules": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules", + "self": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45" }, "meta": { "rights": [ @@ -173270,49 +187014,49 @@ }, "response": { "data": { - "id": "LB30224ff64b2e417cb0ffbe1284013f2e", + "id": "LB287bf20510ed40a89970fae188750e7d", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:18.166Z", + "created_at": "2022-02-04T21:15:54.723Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:18.166Z", + "updated_at": "2022-02-04T21:15:54.723Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/builds" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/extensions", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/extensions", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/notes" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/rules", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/rules", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/rules" } }, "upstream_library": { @@ -173320,23 +187064,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/property" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/property" }, "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/last_build" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e" + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d" }, "meta": { "build_status": null, @@ -174626,6 +188370,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -175802,10 +189547,10 @@ }, "response": { "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:18.431Z", + "created_at": "2022-02-04T21:15:55.173Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -175813,7 +189558,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:18.431Z", + "updated_at": "2022-02-04T21:15:55.173Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -175823,40 +189568,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/libraries" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/revisions" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/notes" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/property" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/property" }, "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/origin" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/origin" }, "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -175865,7 +189610,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007/extension_package" + "related": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -175874,9 +189619,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058", - "origin": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007", - "self": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007", + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "origin": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e", + "self": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -177144,6 +190889,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -178296,14 +192042,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:13:18 -0600", + "name": "My Data Element 2022-02-04 14:15:55 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions" } } @@ -178313,18 +192059,18 @@ }, "response": { "data": { - "id": "DE70a750e177a7453f8f799cbd221f0f34", + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:18.736Z", + "created_at": "2022-02-04T21:15:55.583Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:18 -0600", + "name": "My Data Element 2022-02-04 14:15:55 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:18.736Z", + "updated_at": "2022-02-04T21:15:55.583Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -178336,49 +192082,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/libraries" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/revisions" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/notes" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/property" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/property" }, "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/origin" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/origin" }, "data": { - "id": "DE70a750e177a7453f8f799cbd221f0f34", + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/extension" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/extension" }, "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -178387,19 +192133,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9/updated_with_extension" }, "data": { - "id": "EX92d9a5122f5d44dab4f3bf1f51935cb0", + "id": "EX3f55d520e69c4a1b96fbe40f6ae97f33", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058", - "origin": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34", - "self": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34", - "extension": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007" + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "origin": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", + "self": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", + "extension": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e" }, "meta": { "latest_revision_number": 0 @@ -178420,24 +192166,24 @@ "meta": { "action": "revise" }, - "id": "DE70a750e177a7453f8f799cbd221f0f34", + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", "type": "data_elements" } }, "response": { "data": { - "id": "DEf8842b6dd2c149bdbe43cdbc35940da1", + "id": "DE4f3c9b127873475681a6ad37ec0726e3", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:18.857Z", + "created_at": "2022-02-04T21:15:55.776Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:18 -0600", + "name": "My Data Element 2022-02-04 14:15:55 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:18.857Z", + "updated_at": "2022-02-04T21:15:55.776Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -178449,49 +192195,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/libraries" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/revisions" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/notes" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/property" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/property" }, "data": { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/origin" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/origin" }, "data": { - "id": "DE70a750e177a7453f8f799cbd221f0f34", + "id": "DE55f075cbd4e8447f9f74b3a7c5e150e9", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/extension" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/extension" }, "data": { - "id": "EX1cf0c57a9a9f4f4084807957284eb007", + "id": "EX377feb733fb44d388e7e4efdfab41e5e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -178500,19 +192246,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3/updated_with_extension" }, "data": { - "id": "EX92d9a5122f5d44dab4f3bf1f51935cb0", + "id": "EX3f55d520e69c4a1b96fbe40f6ae97f33", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058", - "origin": "https://reactor.adobe.io/data_elements/DE70a750e177a7453f8f799cbd221f0f34", - "self": "https://reactor.adobe.io/data_elements/DEf8842b6dd2c149bdbe43cdbc35940da1", - "extension": "https://reactor.adobe.io/extensions/EX1cf0c57a9a9f4f4084807957284eb007" + "property": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", + "origin": "https://reactor.adobe.io/data_elements/DE55f075cbd4e8447f9f74b3a7c5e150e9", + "self": "https://reactor.adobe.io/data_elements/DE4f3c9b127873475681a6ad37ec0726e3", + "extension": "https://reactor.adobe.io/extensions/EX377feb733fb44d388e7e4efdfab41e5e" }, "meta": { "latest_revision_number": 1 @@ -178529,7 +192275,7 @@ "request": { "data": [ { - "id": "DEf8842b6dd2c149bdbe43cdbc35940da1", + "id": "DE4f3c9b127873475681a6ad37ec0726e3", "type": "data_elements" } ] @@ -178538,12 +192284,12 @@ "data": [ { "type": "data_elements", - "id": "DEf8842b6dd2c149bdbe43cdbc35940da1" + "id": "DE4f3c9b127873475681a6ad37ec0726e3" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB30224ff64b2e417cb0ffbe1284013f2e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB287bf20510ed40a89970fae188750e7d/relationships/data_elements" } }, "response_code": 200, @@ -178563,7 +192309,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -178636,7 +192382,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -178703,16 +192449,16 @@ "response": { "data": [ { - "id": "PRd3ebc23ba45b4abcb041bd450cc64058", + "id": "PRcb32f1c0b6f947b393e2f8d3941fbe45", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:12.957Z", + "created_at": "2022-02-04T21:15:49.280Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:12.957Z", + "updated_at": "2022-02-04T21:15:49.280Z", "platform": "web", "development": false, - "token": "1288d5b66141", + "token": "13220e04df43", "domains": [ "example.com" ], @@ -178722,7 +192468,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/company" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -178731,52 +192477,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/callbacks" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/hosts" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/environments" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/libraries" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/data_elements" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/extensions" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/rules" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/notes" + "related": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058/rules", - "self": "https://reactor.adobe.io/properties/PRd3ebc23ba45b4abcb041bd450cc64058" + "data_elements": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/environments", + "extensions": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/extensions", + "rules": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45/rules", + "self": "https://reactor.adobe.io/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45" }, "meta": { "rights": [ @@ -178805,7 +192551,7 @@ }, { "name": "libraries.add_rules_to_a_library", - "endpoint": "/properties/PRd3ebc23ba45b4abcb041bd450cc64058", + "endpoint": "/properties/PRcb32f1c0b6f947b393e2f8d3941fbe45", "method": "DELETE", "request": null, "response": null, @@ -178852,16 +192598,16 @@ }, "response": { "data": { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:19.489Z", + "created_at": "2022-02-04T21:15:56.502Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:19.489Z", + "updated_at": "2022-02-04T21:15:56.502Z", "platform": "web", "development": false, - "token": "951971e8b7f8", + "token": "cda3a64d0ab2", "domains": [ "example.com" ], @@ -178871,7 +192617,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/company" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -178880,52 +192626,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/callbacks" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/hosts" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/environments" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/libraries" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/data_elements" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/extensions" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/rules" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/notes" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/rules", - "self": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b" + "data_elements": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments", + "extensions": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions", + "rules": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules", + "self": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00" }, "meta": { "rights": [ @@ -178956,49 +192702,49 @@ }, "response": { "data": { - "id": "LB4038f59e3b55448092345e40ee2b5cc2", + "id": "LB19a68405b55041919e1144464361e247", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:24.748Z", + "created_at": "2022-02-04T21:16:01.864Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:24.748Z", + "updated_at": "2022-02-04T21:16:01.864Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/builds" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/data_elements", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/extensions", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/extensions", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/notes" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/rules", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/rules", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/rules" } }, "upstream_library": { @@ -179006,23 +192752,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/property" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/property" }, "data": { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/last_build" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2" + "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247" }, "meta": { "build_status": null, @@ -179047,10 +192793,10 @@ }, "response": { "data": { - "id": "RLfb7f2bc39afd4971a29216eaec19880a", + "id": "RLeae22d889b2f42268dce6c98facef369", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:24.847Z", + "created_at": "2022-02-04T21:16:01.997Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -179058,54 +192804,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:24.847Z", + "updated_at": "2022-02-04T21:16:01.997Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/libraries" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/revisions" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/notes" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/property" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/property" }, "data": { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/origin" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/origin" }, "data": { - "id": "RLfb7f2bc39afd4971a29216eaec19880a", + "id": "RLeae22d889b2f42268dce6c98facef369", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/rule_components" + "related": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b", - "origin": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a", - "self": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a", - "rule_components": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a/rule_components" + "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "origin": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", + "self": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", + "rule_components": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369/rule_components" }, "meta": { "latest_revision_number": 0 @@ -179126,16 +192872,16 @@ "meta": { "action": "revise" }, - "id": "RLfb7f2bc39afd4971a29216eaec19880a", + "id": "RLeae22d889b2f42268dce6c98facef369", "type": "rules" } }, "response": { "data": { - "id": "RLd512e326e243428fba983fad12ff9fae", + "id": "RLddede74922684bddac5df041809bb6cb", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:24.954Z", + "created_at": "2022-02-04T21:16:02.217Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -179143,54 +192889,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:24.954Z", + "updated_at": "2022-02-04T21:16:02.217Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/libraries" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/revisions" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/notes" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/property" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/property" }, "data": { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/origin" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/origin" }, "data": { - "id": "RLfb7f2bc39afd4971a29216eaec19880a", + "id": "RLeae22d889b2f42268dce6c98facef369", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/rule_components" + "related": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b", - "origin": "https://reactor.adobe.io/rules/RLfb7f2bc39afd4971a29216eaec19880a", - "self": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae", - "rule_components": "https://reactor.adobe.io/rules/RLd512e326e243428fba983fad12ff9fae/rule_components" + "property": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00", + "origin": "https://reactor.adobe.io/rules/RLeae22d889b2f42268dce6c98facef369", + "self": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb", + "rule_components": "https://reactor.adobe.io/rules/RLddede74922684bddac5df041809bb6cb/rule_components" }, "meta": { "latest_revision_number": 1 @@ -179207,7 +192953,7 @@ "request": { "data": [ { - "id": "RLd512e326e243428fba983fad12ff9fae", + "id": "RLddede74922684bddac5df041809bb6cb", "type": "rules" } ] @@ -179216,12 +192962,12 @@ "data": [ { "type": "rules", - "id": "RLd512e326e243428fba983fad12ff9fae" + "id": "RLddede74922684bddac5df041809bb6cb" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/rules", - "self": "https://reactor.adobe.io/libraries/LB4038f59e3b55448092345e40ee2b5cc2/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/rules", + "self": "https://reactor.adobe.io/libraries/LB19a68405b55041919e1144464361e247/relationships/rules" } }, "response_code": 200, @@ -179241,7 +192987,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -179314,7 +193060,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -179381,16 +193127,16 @@ "response": { "data": [ { - "id": "PRa0700c6716d24849ba9446ef075c423b", + "id": "PRa83b3c98ec9b40e8ad257056745f5c00", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:19.489Z", + "created_at": "2022-02-04T21:15:56.502Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:19.489Z", + "updated_at": "2022-02-04T21:15:56.502Z", "platform": "web", "development": false, - "token": "951971e8b7f8", + "token": "cda3a64d0ab2", "domains": [ "example.com" ], @@ -179400,7 +193146,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/company" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -179409,52 +193155,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/callbacks" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/hosts" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/environments" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/libraries" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/data_elements" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/extensions" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/rules" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/notes" + "related": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/environments", - "extensions": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/extensions", - "rules": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b/rules", - "self": "https://reactor.adobe.io/properties/PRa0700c6716d24849ba9446ef075c423b" + "data_elements": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/environments", + "extensions": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/extensions", + "rules": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00/rules", + "self": "https://reactor.adobe.io/properties/PRa83b3c98ec9b40e8ad257056745f5c00" }, "meta": { "rights": [ @@ -179483,7 +193229,7 @@ }, { "name": "libraries.add_extensions_to_a_library", - "endpoint": "/properties/PRa0700c6716d24849ba9446ef075c423b", + "endpoint": "/properties/PRa83b3c98ec9b40e8ad257056745f5c00", "method": "DELETE", "request": null, "response": null, @@ -179530,16 +193276,16 @@ }, "response": { "data": { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:25.489Z", + "created_at": "2022-02-04T21:16:03.250Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:25.489Z", + "updated_at": "2022-02-04T21:16:03.250Z", "platform": "web", "development": false, - "token": "bde919c5741e", + "token": "d0fea5e33d55", "domains": [ "example.com" ], @@ -179549,7 +193295,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/company" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -179558,52 +193304,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/callbacks" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/hosts" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/environments" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/libraries" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/data_elements" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/extensions" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/rules" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/notes" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/rules", - "self": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf" + "data_elements": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments", + "extensions": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions", + "rules": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules", + "self": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1" }, "meta": { "rights": [ @@ -179634,49 +193380,49 @@ }, "response": { "data": { - "id": "LB506e6b28b9dd400282463d22c2cd052e", + "id": "LB0757c98cffb744d28060f9299675b2bd", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:30.712Z", + "created_at": "2022-02-04T21:16:08.628Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:30.712Z", + "updated_at": "2022-02-04T21:16:08.628Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/builds" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/data_elements", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/extensions", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/extensions", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/notes" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/rules", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/rules", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/rules" } }, "upstream_library": { @@ -179684,23 +193430,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/property" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/property" }, "data": { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/last_build" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e" + "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd" }, "meta": { "build_status": null, @@ -180990,6 +194736,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -182166,10 +195913,10 @@ }, "response": { "data": { - "id": "EX4556044ad9304a0f878fe39191b298a0", + "id": "EX84615a64998f464189c8e648498f8b3c", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:30.975Z", + "created_at": "2022-02-04T21:16:09.058Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -182177,7 +195924,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:30.975Z", + "updated_at": "2022-02-04T21:16:09.058Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -182187,40 +195934,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/libraries" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/revisions" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/notes" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/property" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/property" }, "data": { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/origin" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/origin" }, "data": { - "id": "EX4556044ad9304a0f878fe39191b298a0", + "id": "EX84615a64998f464189c8e648498f8b3c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -182229,7 +195976,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0/extension_package" + "related": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -182238,9 +195985,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf", - "origin": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0", - "self": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0", + "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", + "origin": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", + "self": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -182263,16 +196010,16 @@ "meta": { "action": "revise" }, - "id": "EX4556044ad9304a0f878fe39191b298a0", + "id": "EX84615a64998f464189c8e648498f8b3c", "type": "extensions" } }, "response": { "data": { - "id": "EX5c13945604e144bba321fef5ad885f2f", + "id": "EX4324c746b61f4e2ba94f15a847d01b3c", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:30.994Z", + "created_at": "2022-02-04T21:16:09.084Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -182280,7 +196027,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:30.994Z", + "updated_at": "2022-02-04T21:16:09.084Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -182290,40 +196037,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/libraries" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/revisions" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/notes" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/property" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/property" }, "data": { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/origin" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/origin" }, "data": { - "id": "EX4556044ad9304a0f878fe39191b298a0", + "id": "EX84615a64998f464189c8e648498f8b3c", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -182332,7 +196079,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -182341,9 +196088,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf", - "origin": "https://reactor.adobe.io/extensions/EX4556044ad9304a0f878fe39191b298a0", - "self": "https://reactor.adobe.io/extensions/EX5c13945604e144bba321fef5ad885f2f", + "property": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1", + "origin": "https://reactor.adobe.io/extensions/EX84615a64998f464189c8e648498f8b3c", + "self": "https://reactor.adobe.io/extensions/EX4324c746b61f4e2ba94f15a847d01b3c", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -182362,7 +196109,7 @@ "request": { "data": [ { - "id": "EX5c13945604e144bba321fef5ad885f2f", + "id": "EX4324c746b61f4e2ba94f15a847d01b3c", "type": "extensions" } ] @@ -182371,12 +196118,12 @@ "data": [ { "type": "extensions", - "id": "EX5c13945604e144bba321fef5ad885f2f" + "id": "EX4324c746b61f4e2ba94f15a847d01b3c" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/extensions", - "self": "https://reactor.adobe.io/libraries/LB506e6b28b9dd400282463d22c2cd052e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/extensions", + "self": "https://reactor.adobe.io/libraries/LB0757c98cffb744d28060f9299675b2bd/relationships/extensions" } }, "response_code": 200, @@ -182396,7 +196143,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -182469,7 +196216,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -182536,16 +196283,16 @@ "response": { "data": [ { - "id": "PRd3ffdc4377bd463c8440f21fafc0dadf", + "id": "PR226936b2eb2247249927760aa7d192d1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:25.489Z", + "created_at": "2022-02-04T21:16:03.250Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:25.489Z", + "updated_at": "2022-02-04T21:16:03.250Z", "platform": "web", "development": false, - "token": "bde919c5741e", + "token": "d0fea5e33d55", "domains": [ "example.com" ], @@ -182555,7 +196302,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/company" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -182564,52 +196311,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/callbacks" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/hosts" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/environments" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/libraries" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/data_elements" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/extensions" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/rules" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/notes" + "related": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/environments", - "extensions": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/extensions", - "rules": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf/rules", - "self": "https://reactor.adobe.io/properties/PRd3ffdc4377bd463c8440f21fafc0dadf" + "data_elements": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/environments", + "extensions": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/extensions", + "rules": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1/rules", + "self": "https://reactor.adobe.io/properties/PR226936b2eb2247249927760aa7d192d1" }, "meta": { "rights": [ @@ -182638,7 +196385,7 @@ }, { "name": "libraries.replace_data_elements_on_a_library", - "endpoint": "/properties/PRd3ffdc4377bd463c8440f21fafc0dadf", + "endpoint": "/properties/PR226936b2eb2247249927760aa7d192d1", "method": "DELETE", "request": null, "response": null, @@ -182685,16 +196432,16 @@ }, "response": { "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:31.680Z", + "created_at": "2022-02-04T21:16:10.139Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:31.680Z", + "updated_at": "2022-02-04T21:16:10.139Z", "platform": "web", "development": false, - "token": "44913b35b9b3", + "token": "62cde65e4899", "domains": [ "example.com" ], @@ -182704,7 +196451,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/company" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -182713,52 +196460,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/callbacks" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/hosts" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/environments" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/libraries" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/data_elements" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/extensions" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/rules" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/notes" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/data_elements", - "environments": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/environments", - "extensions": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/extensions", - "rules": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/rules", - "self": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764" + "data_elements": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments", + "extensions": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions", + "rules": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules", + "self": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13" }, "meta": { "rights": [ @@ -184054,6 +197801,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -185230,10 +198978,10 @@ }, "response": { "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:37.038Z", + "created_at": "2022-02-04T21:16:15.652Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -185241,7 +198989,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:37.038Z", + "updated_at": "2022-02-04T21:16:15.652Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -185251,40 +198999,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/libraries" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/revisions" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/notes" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/property" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/origin" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/origin" }, "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -185293,7 +199041,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828/extension_package" + "related": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -185302,9 +199050,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "origin": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828", - "self": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828", + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6", + "self": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -186572,6 +200320,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -187724,14 +201473,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:13:37 -0600", + "name": "My Data Element 2022-02-04 14:16:16 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } } @@ -187741,18 +201490,18 @@ }, "response": { "data": { - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:37.309Z", + "created_at": "2022-02-04T21:16:16.152Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:37 -0600", + "name": "My Data Element 2022-02-04 14:16:16 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:37.309Z", + "updated_at": "2022-02-04T21:16:16.152Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -187764,49 +201513,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/libraries" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/revisions" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/notes" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/property" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/origin" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/origin" }, "data": { - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/extension" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/extension" }, "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -187815,19 +201564,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08/updated_with_extension" }, "data": { - "id": "EX6bb5957295074d0bbd964792f8e1f447", + "id": "EXb372e30163784bec90ab89ba3bf64020", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "origin": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d", - "self": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d", - "extension": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828" + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "self": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" }, "meta": { "latest_revision_number": 0 @@ -187848,24 +201597,24 @@ "meta": { "action": "revise" }, - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "response": { "data": { - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751", + "id": "DEa93870a42dee41eb8a08884e15998f33", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:37.421Z", + "created_at": "2022-02-04T21:16:16.325Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:37 -0600", + "name": "My Data Element 2022-02-04 14:16:16 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:37.421Z", + "updated_at": "2022-02-04T21:16:16.325Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -187877,49 +201626,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/notes" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/property" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/origin" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/origin" }, "data": { - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/extension" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/extension" }, "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -187928,19 +201677,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension" }, "data": { - "id": "EX6bb5957295074d0bbd964792f8e1f447", + "id": "EXb372e30163784bec90ab89ba3bf64020", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "origin": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d", - "self": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751", - "extension": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828" + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "self": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33", + "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" }, "meta": { "latest_revision_number": 1 @@ -187963,7 +201712,7 @@ "data_elements": { "data": [ { - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751", + "id": "DEa93870a42dee41eb8a08884e15998f33", "type": "data_elements" } ] @@ -187974,49 +201723,49 @@ }, "response": { "data": { - "id": "LBa78a56910e0d4bb09139c69d7403b99e", + "id": "LB4c08fbd7fa6e4397b66f92f72c60f587", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:37.537Z", + "created_at": "2022-02-04T21:16:16.509Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:37.537Z", + "updated_at": "2022-02-04T21:16:16.509Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/builds" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/data_elements", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/extensions", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/extensions", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/notes" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/rules", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/rules", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/rules" } }, "upstream_library": { @@ -188024,23 +201773,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/property" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/last_build" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e" + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587" }, "meta": { "build_status": null, @@ -188062,24 +201811,24 @@ "meta": { "action": "revise" }, - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "response": { "data": { - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751", + "id": "DEa93870a42dee41eb8a08884e15998f33", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:37.421Z", + "created_at": "2022-02-04T21:16:16.325Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:37 -0600", + "name": "My Data Element 2022-02-04 14:16:16 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:37.421Z", + "updated_at": "2022-02-04T21:16:16.325Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -188091,49 +201840,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/libraries" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/revisions" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/notes" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/property" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/property" }, "data": { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/origin" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/origin" }, "data": { - "id": "DE1aeac658fe254cb4b3330443682cd85d", + "id": "DE0cf64b1f68454bf2acc7dcf3c5288b08", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/extension" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/extension" }, "data": { - "id": "EX85b2b21ad2cc4b7698c391b3394b0828", + "id": "EXf6044424807640e296f1bc1c386094c6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -188142,19 +201891,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33/updated_with_extension" }, "data": { - "id": "EX6bb5957295074d0bbd964792f8e1f447", + "id": "EXb372e30163784bec90ab89ba3bf64020", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764", - "origin": "https://reactor.adobe.io/data_elements/DE1aeac658fe254cb4b3330443682cd85d", - "self": "https://reactor.adobe.io/data_elements/DE8c67d82b4f3a4dc2b33f9e2b0dda7751", - "extension": "https://reactor.adobe.io/extensions/EX85b2b21ad2cc4b7698c391b3394b0828" + "property": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", + "origin": "https://reactor.adobe.io/data_elements/DE0cf64b1f68454bf2acc7dcf3c5288b08", + "self": "https://reactor.adobe.io/data_elements/DEa93870a42dee41eb8a08884e15998f33", + "extension": "https://reactor.adobe.io/extensions/EXf6044424807640e296f1bc1c386094c6" }, "meta": { "latest_revision_number": 1 @@ -188171,7 +201920,7 @@ "request": { "data": [ { - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751", + "id": "DEa93870a42dee41eb8a08884e15998f33", "type": "data_elements" } ] @@ -188180,12 +201929,12 @@ "data": [ { "type": "data_elements", - "id": "DE8c67d82b4f3a4dc2b33f9e2b0dda7751" + "id": "DEa93870a42dee41eb8a08884e15998f33" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/data_elements", - "self": "https://reactor.adobe.io/libraries/LBa78a56910e0d4bb09139c69d7403b99e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/data_elements", + "self": "https://reactor.adobe.io/libraries/LB4c08fbd7fa6e4397b66f92f72c60f587/relationships/data_elements" } }, "response_code": 200, @@ -188205,7 +201954,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -188278,7 +202027,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -188345,16 +202094,16 @@ "response": { "data": [ { - "id": "PR10e9c41591f54d25b82d461172700764", + "id": "PR06cee2dd7e86492c9a4e365ec95bfd13", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:31.680Z", + "created_at": "2022-02-04T21:16:10.139Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:31.680Z", + "updated_at": "2022-02-04T21:16:10.139Z", "platform": "web", "development": false, - "token": "44913b35b9b3", + "token": "62cde65e4899", "domains": [ "example.com" ], @@ -188364,7 +202113,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/company" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -188373,52 +202122,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/callbacks" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/hosts" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/environments" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/libraries" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/data_elements" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/extensions" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/rules" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/notes" + "related": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/data_elements", - "environments": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/environments", - "extensions": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/extensions", - "rules": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764/rules", - "self": "https://reactor.adobe.io/properties/PR10e9c41591f54d25b82d461172700764" + "data_elements": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/environments", + "extensions": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/extensions", + "rules": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13/rules", + "self": "https://reactor.adobe.io/properties/PR06cee2dd7e86492c9a4e365ec95bfd13" }, "meta": { "rights": [ @@ -188447,7 +202196,7 @@ }, { "name": "libraries.replace_extensions_on_a_library", - "endpoint": "/properties/PR10e9c41591f54d25b82d461172700764", + "endpoint": "/properties/PR06cee2dd7e86492c9a4e365ec95bfd13", "method": "DELETE", "request": null, "response": null, @@ -188494,16 +202243,16 @@ }, "response": { "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:38.149Z", + "created_at": "2022-02-04T21:16:17.857Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:38.149Z", + "updated_at": "2022-02-04T21:16:17.857Z", "platform": "web", "development": false, - "token": "e1221c7ed286", + "token": "cc222f216f5c", "domains": [ "example.com" ], @@ -188513,7 +202262,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/company" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -188522,52 +202271,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/callbacks" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/hosts" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/environments" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/libraries" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/data_elements" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/extensions" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/rules" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/notes" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/data_elements", - "environments": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/environments", - "extensions": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/extensions", - "rules": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/rules", - "self": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c" + "data_elements": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments", + "extensions": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions", + "rules": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules", + "self": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe" }, "meta": { "rights": [ @@ -189863,6 +203612,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -191039,10 +204789,10 @@ }, "response": { "data": { - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:43.540Z", + "created_at": "2022-02-04T21:16:23.435Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -191050,7 +204800,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:43.540Z", + "updated_at": "2022-02-04T21:16:23.435Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -191060,40 +204810,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/libraries" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/revisions" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/notes" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/property" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/property" }, "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/origin" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/origin" }, "data": { - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191102,7 +204852,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848/extension_package" + "related": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191111,9 +204861,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c", - "origin": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848", - "self": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848", + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "self": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -191136,16 +204886,16 @@ "meta": { "action": "revise" }, - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "response": { "data": { - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "id": "EX43323b53f2e7476f8177c1a376a28ffa", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:43.560Z", + "created_at": "2022-02-04T21:16:23.460Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -191153,7 +204903,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:43.560Z", + "updated_at": "2022-02-04T21:16:23.460Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -191163,40 +204913,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/libraries" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/revisions" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/notes" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/property" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/property" }, "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/origin" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/origin" }, "data": { - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191205,7 +204955,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/extension_package" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191214,9 +204964,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c", - "origin": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848", - "self": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "self": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -191241,7 +204991,7 @@ "extensions": { "data": [ { - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "id": "EX43323b53f2e7476f8177c1a376a28ffa", "type": "extensions" } ] @@ -191252,49 +205002,49 @@ }, "response": { "data": { - "id": "LB504f8971b13a4da5bc134ab56727d4e4", + "id": "LBfc1359e20be44099b4d55818973e0355", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:43.775Z", + "created_at": "2022-02-04T21:16:23.804Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:43.775Z", + "updated_at": "2022-02-04T21:16:23.804Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/builds" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/data_elements", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/data_elements", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/extensions", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/extensions", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/notes" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/rules", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/rules", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/rules" } }, "upstream_library": { @@ -191302,23 +205052,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/property" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/property" }, "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/last_build" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4" + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355" }, "meta": { "build_status": null, @@ -191340,16 +205090,16 @@ "meta": { "action": "revise" }, - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "response": { "data": { - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "id": "EX43323b53f2e7476f8177c1a376a28ffa", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:43.560Z", + "created_at": "2022-02-04T21:16:23.460Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -191357,7 +205107,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:43.560Z", + "updated_at": "2022-02-04T21:16:23.460Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -191367,40 +205117,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/libraries" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/revisions" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/notes" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/property" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/property" }, "data": { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/origin" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/origin" }, "data": { - "id": "EX1e99e5752213490a968c8dd725b05848", + "id": "EXca144af6bec84939a5393f43972b4e74", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191409,7 +205159,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7/extension_package" + "related": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -191418,9 +205168,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c", - "origin": "https://reactor.adobe.io/extensions/EX1e99e5752213490a968c8dd725b05848", - "self": "https://reactor.adobe.io/extensions/EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "property": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", + "origin": "https://reactor.adobe.io/extensions/EXca144af6bec84939a5393f43972b4e74", + "self": "https://reactor.adobe.io/extensions/EX43323b53f2e7476f8177c1a376a28ffa", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -191439,7 +205189,7 @@ "request": { "data": [ { - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7", + "id": "EX43323b53f2e7476f8177c1a376a28ffa", "type": "extensions" } ] @@ -191448,12 +205198,12 @@ "data": [ { "type": "extensions", - "id": "EX8ecde8f2d2f1462c8f8f7e40e9e448b7" + "id": "EX43323b53f2e7476f8177c1a376a28ffa" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/extensions", - "self": "https://reactor.adobe.io/libraries/LB504f8971b13a4da5bc134ab56727d4e4/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/extensions", + "self": "https://reactor.adobe.io/libraries/LBfc1359e20be44099b4d55818973e0355/relationships/extensions" } }, "response_code": 200, @@ -191473,7 +205223,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -191546,7 +205296,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -191613,16 +205363,16 @@ "response": { "data": [ { - "id": "PReb6a362ae824407b96f0e0c65a8a937c", + "id": "PRf65aa66ae9e34f5eb35a4b27db496dfe", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:38.149Z", + "created_at": "2022-02-04T21:16:17.857Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:38.149Z", + "updated_at": "2022-02-04T21:16:17.857Z", "platform": "web", "development": false, - "token": "e1221c7ed286", + "token": "cc222f216f5c", "domains": [ "example.com" ], @@ -191632,7 +205382,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/company" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -191641,52 +205391,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/callbacks" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/hosts" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/environments" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/libraries" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/data_elements" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/extensions" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/rules" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/notes" + "related": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/data_elements", - "environments": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/environments", - "extensions": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/extensions", - "rules": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c/rules", - "self": "https://reactor.adobe.io/properties/PReb6a362ae824407b96f0e0c65a8a937c" + "data_elements": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/environments", + "extensions": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/extensions", + "rules": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe/rules", + "self": "https://reactor.adobe.io/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe" }, "meta": { "rights": [ @@ -191715,7 +205465,7 @@ }, { "name": "libraries.replace_rules_on_a_library", - "endpoint": "/properties/PReb6a362ae824407b96f0e0c65a8a937c", + "endpoint": "/properties/PRf65aa66ae9e34f5eb35a4b27db496dfe", "method": "DELETE", "request": null, "response": null, @@ -191762,16 +205512,16 @@ }, "response": { "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:44.403Z", + "created_at": "2022-02-04T21:16:24.781Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:44.403Z", + "updated_at": "2022-02-04T21:16:24.781Z", "platform": "web", "development": false, - "token": "a56d3dfffd63", + "token": "5c5a856ca7a1", "domains": [ "example.com" ], @@ -191781,7 +205531,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/company" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -191790,52 +205540,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/callbacks" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/hosts" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/environments" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/libraries" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/data_elements" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/extensions" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/rules" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/notes" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/environments", - "extensions": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/extensions", - "rules": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/rules", - "self": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c" + "data_elements": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments", + "extensions": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions", + "rules": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules", + "self": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2" }, "meta": { "rights": [ @@ -191866,10 +205616,10 @@ }, "response": { "data": { - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:49.655Z", + "created_at": "2022-02-04T21:16:30.066Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -191877,54 +205627,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:49.655Z", + "updated_at": "2022-02-04T21:16:30.066Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/libraries" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/revisions" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/notes" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/property" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/property" }, "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/origin" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/origin" }, "data": { - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/rule_components" + "related": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c", - "origin": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9", - "self": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9", - "rule_components": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9/rule_components" + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "self": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "rule_components": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080/rule_components" }, "meta": { "latest_revision_number": 0 @@ -191945,16 +205695,16 @@ "meta": { "action": "revise" }, - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "response": { "data": { - "id": "RLe314f670405f46a6b2a20076294ba09b", + "id": "RL87cc465285554a43b8d17e11b3a60132", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:49.758Z", + "created_at": "2022-02-04T21:16:30.253Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -191962,54 +205712,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:49.758Z", + "updated_at": "2022-02-04T21:16:30.253Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/libraries" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/revisions" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/notes" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/property" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/property" }, "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/origin" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/origin" }, "data": { - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/rule_components" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c", - "origin": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9", - "self": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b", - "rule_components": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/rule_components" + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "self": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132", + "rule_components": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" }, "meta": { "latest_revision_number": 1 @@ -192032,7 +205782,7 @@ "rules": { "data": [ { - "id": "RLe314f670405f46a6b2a20076294ba09b", + "id": "RL87cc465285554a43b8d17e11b3a60132", "type": "rules" } ] @@ -192043,49 +205793,49 @@ }, "response": { "data": { - "id": "LB483d29617bc946ef813177f7966745d2", + "id": "LB0322a2e12de949bfb23c5088eae66b7c", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:49.853Z", + "created_at": "2022-02-04T21:16:30.420Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:49.853Z", + "updated_at": "2022-02-04T21:16:30.420Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/builds" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/data_elements", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/data_elements", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/extensions", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/extensions", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/notes" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/rules", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/rules", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/rules" } }, "upstream_library": { @@ -192093,23 +205843,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/property" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/property" }, "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/last_build" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2" + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c" }, "meta": { "build_status": null, @@ -192131,16 +205881,16 @@ "meta": { "action": "revise" }, - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "response": { "data": { - "id": "RLe314f670405f46a6b2a20076294ba09b", + "id": "RL87cc465285554a43b8d17e11b3a60132", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:13:49.758Z", + "created_at": "2022-02-04T21:16:30.253Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -192148,54 +205898,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:49.758Z", + "updated_at": "2022-02-04T21:16:30.253Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/libraries" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/revisions" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/notes" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/property" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/property" }, "data": { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/origin" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/origin" }, "data": { - "id": "RLe6a44624f7af486283c84cb75b416aa9", + "id": "RL1d8c36550b7e43d08492d32cd5549080", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/rule_components" + "related": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c", - "origin": "https://reactor.adobe.io/rules/RLe6a44624f7af486283c84cb75b416aa9", - "self": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b", - "rule_components": "https://reactor.adobe.io/rules/RLe314f670405f46a6b2a20076294ba09b/rule_components" + "property": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", + "origin": "https://reactor.adobe.io/rules/RL1d8c36550b7e43d08492d32cd5549080", + "self": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132", + "rule_components": "https://reactor.adobe.io/rules/RL87cc465285554a43b8d17e11b3a60132/rule_components" }, "meta": { "latest_revision_number": 1 @@ -192212,7 +205962,7 @@ "request": { "data": [ { - "id": "RLe314f670405f46a6b2a20076294ba09b", + "id": "RL87cc465285554a43b8d17e11b3a60132", "type": "rules" } ] @@ -192221,12 +205971,12 @@ "data": [ { "type": "rules", - "id": "RLe314f670405f46a6b2a20076294ba09b" + "id": "RL87cc465285554a43b8d17e11b3a60132" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/rules", - "self": "https://reactor.adobe.io/libraries/LB483d29617bc946ef813177f7966745d2/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/rules", + "self": "https://reactor.adobe.io/libraries/LB0322a2e12de949bfb23c5088eae66b7c/relationships/rules" } }, "response_code": 200, @@ -192246,7 +205996,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -192319,7 +206069,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -192386,16 +206136,16 @@ "response": { "data": [ { - "id": "PR55a08a74bec048f18a981e62c2ca199c", + "id": "PRbb06dc3a3ffb47aab1dfa047ccb508a2", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:44.403Z", + "created_at": "2022-02-04T21:16:24.781Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:44.403Z", + "updated_at": "2022-02-04T21:16:24.781Z", "platform": "web", "development": false, - "token": "a56d3dfffd63", + "token": "5c5a856ca7a1", "domains": [ "example.com" ], @@ -192405,7 +206155,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/company" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -192414,52 +206164,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/callbacks" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/hosts" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/environments" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/libraries" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/data_elements" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/extensions" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/rules" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/notes" + "related": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/environments", - "extensions": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/extensions", - "rules": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c/rules", - "self": "https://reactor.adobe.io/properties/PR55a08a74bec048f18a981e62c2ca199c" + "data_elements": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/environments", + "extensions": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/extensions", + "rules": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2/rules", + "self": "https://reactor.adobe.io/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2" }, "meta": { "rights": [ @@ -192488,7 +206238,7 @@ }, { "name": "libraries.remove_data_elements_from_a_library", - "endpoint": "/properties/PR55a08a74bec048f18a981e62c2ca199c", + "endpoint": "/properties/PRbb06dc3a3ffb47aab1dfa047ccb508a2", "method": "DELETE", "request": null, "response": null, @@ -192535,16 +206285,16 @@ }, "response": { "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:50.450Z", + "created_at": "2022-02-04T21:16:31.592Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:50.450Z", + "updated_at": "2022-02-04T21:16:31.592Z", "platform": "web", "development": false, - "token": "53ae4757c900", + "token": "5204a0c4bdf8", "domains": [ "example.com" ], @@ -192554,7 +206304,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/company" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -192563,52 +206313,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/callbacks" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/hosts" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/environments" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/libraries" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/data_elements" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/extensions" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/rules" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/notes" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/environments", - "extensions": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/extensions", - "rules": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/rules", - "self": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f" + "data_elements": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments", + "extensions": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions", + "rules": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules", + "self": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923" }, "meta": { "rights": [ @@ -193904,6 +207654,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -195080,10 +208831,10 @@ }, "response": { "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:13:55.805Z", + "created_at": "2022-02-04T21:16:37.139Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -195091,7 +208842,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:55.805Z", + "updated_at": "2022-02-04T21:16:37.139Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -195101,40 +208852,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/libraries" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/revisions" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/notes" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/property" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/property" }, "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/origin" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/origin" }, "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -195143,7 +208894,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59/extension_package" + "related": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -195152,9 +208903,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f", - "origin": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59", - "self": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59", + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "origin": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694", + "self": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -196422,6 +210173,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -197574,14 +211326,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:13:56 -0600", + "name": "My Data Element 2022-02-04 14:16:37 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions" } } @@ -197591,18 +211343,18 @@ }, "response": { "data": { - "id": "DE86b2efdfa6b44a32b5e1d8070bb7b70e", + "id": "DE6b00fee7b6234cb883171f2e619b166d", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:56.087Z", + "created_at": "2022-02-04T21:16:37.624Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:56 -0600", + "name": "My Data Element 2022-02-04 14:16:37 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:13:56.087Z", + "updated_at": "2022-02-04T21:16:37.624Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -197614,49 +211366,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/libraries" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/revisions" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/notes" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/property" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/property" }, "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/origin" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/origin" }, "data": { - "id": "DE86b2efdfa6b44a32b5e1d8070bb7b70e", + "id": "DE6b00fee7b6234cb883171f2e619b166d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/extension" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/extension" }, "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -197665,19 +211417,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d/updated_with_extension" }, "data": { - "id": "EXea1483949dff4ca08368dc51019cb752", + "id": "EX257bf6ddcac2421dbfe7f44e10870fbe", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f", - "origin": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e", - "self": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e", - "extension": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59" + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "origin": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", + "self": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", + "extension": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694" }, "meta": { "latest_revision_number": 0 @@ -197698,24 +211450,24 @@ "meta": { "action": "revise" }, - "id": "DE86b2efdfa6b44a32b5e1d8070bb7b70e", + "id": "DE6b00fee7b6234cb883171f2e619b166d", "type": "data_elements" } }, "response": { "data": { - "id": "DE1aec8d0d67ca49f1b7650e55b45c6472", + "id": "DEd8fb45560c194c66ba8cb64298215215", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:13:56.195Z", + "created_at": "2022-02-04T21:16:37.890Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:13:56 -0600", + "name": "My Data Element 2022-02-04 14:16:37 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:13:56.195Z", + "updated_at": "2022-02-04T21:16:37.890Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -197727,49 +211479,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/libraries" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/revisions" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/notes" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/property" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/property" }, "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/origin" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/origin" }, "data": { - "id": "DE86b2efdfa6b44a32b5e1d8070bb7b70e", + "id": "DE6b00fee7b6234cb883171f2e619b166d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/extension" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/extension" }, "data": { - "id": "EXfc1f12cab1844cbea0c63ad04be32a59", + "id": "EX5a0b2eeeb24c4f908f4d0c8067582694", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -197778,19 +211530,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215/updated_with_extension" }, "data": { - "id": "EXea1483949dff4ca08368dc51019cb752", + "id": "EX257bf6ddcac2421dbfe7f44e10870fbe", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f", - "origin": "https://reactor.adobe.io/data_elements/DE86b2efdfa6b44a32b5e1d8070bb7b70e", - "self": "https://reactor.adobe.io/data_elements/DE1aec8d0d67ca49f1b7650e55b45c6472", - "extension": "https://reactor.adobe.io/extensions/EXfc1f12cab1844cbea0c63ad04be32a59" + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "origin": "https://reactor.adobe.io/data_elements/DE6b00fee7b6234cb883171f2e619b166d", + "self": "https://reactor.adobe.io/data_elements/DEd8fb45560c194c66ba8cb64298215215", + "extension": "https://reactor.adobe.io/extensions/EX5a0b2eeeb24c4f908f4d0c8067582694" }, "meta": { "latest_revision_number": 1 @@ -197813,7 +211565,7 @@ "data_elements": { "data": [ { - "id": "DE1aec8d0d67ca49f1b7650e55b45c6472", + "id": "DEd8fb45560c194c66ba8cb64298215215", "type": "data_elements" } ] @@ -197824,49 +211576,49 @@ }, "response": { "data": { - "id": "LBad4507320a8a4230bc4298c81a2885a8", + "id": "LB3161bb88db194606baa9aa67e1703cc4", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:13:56.310Z", + "created_at": "2022-02-04T21:16:38.126Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:13:56.310Z", + "updated_at": "2022-02-04T21:16:38.126Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/builds" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/data_elements", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/data_elements", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/extensions", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/extensions", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/notes" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/rules", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/rules", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/rules" } }, "upstream_library": { @@ -197874,23 +211626,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/property" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/property" }, "data": { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/last_build" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8" + "property": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4" }, "meta": { "build_status": null, @@ -197908,7 +211660,7 @@ "request": { "data": [ { - "id": "DE1aec8d0d67ca49f1b7650e55b45c6472", + "id": "DEd8fb45560c194c66ba8cb64298215215", "type": "data_elements" } ] @@ -197918,8 +211670,8 @@ ], "links": { - "related": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/data_elements", - "self": "https://reactor.adobe.io/libraries/LBad4507320a8a4230bc4298c81a2885a8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/data_elements", + "self": "https://reactor.adobe.io/libraries/LB3161bb88db194606baa9aa67e1703cc4/relationships/data_elements" } }, "response_code": 200, @@ -197939,7 +211691,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -198012,7 +211764,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -198079,16 +211831,16 @@ "response": { "data": [ { - "id": "PR655e3211ac0340748a60702a1bad3a5f", + "id": "PR90073be089594ea7adca7388fc36e923", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:50.450Z", + "created_at": "2022-02-04T21:16:31.592Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:50.450Z", + "updated_at": "2022-02-04T21:16:31.592Z", "platform": "web", "development": false, - "token": "53ae4757c900", + "token": "5204a0c4bdf8", "domains": [ "example.com" ], @@ -198098,7 +211850,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/company" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -198107,52 +211859,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/callbacks" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/hosts" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/environments" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/libraries" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/data_elements" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/extensions" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/rules" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/notes" + "related": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/environments", - "extensions": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/extensions", - "rules": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f/rules", - "self": "https://reactor.adobe.io/properties/PR655e3211ac0340748a60702a1bad3a5f" + "data_elements": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/environments", + "extensions": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/extensions", + "rules": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923/rules", + "self": "https://reactor.adobe.io/properties/PR90073be089594ea7adca7388fc36e923" }, "meta": { "rights": [ @@ -198181,7 +211933,7 @@ }, { "name": "libraries.remove_extensions_from_a_library", - "endpoint": "/properties/PR655e3211ac0340748a60702a1bad3a5f", + "endpoint": "/properties/PR90073be089594ea7adca7388fc36e923", "method": "DELETE", "request": null, "response": null, @@ -198228,16 +211980,16 @@ }, "response": { "data": { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:56.785Z", + "created_at": "2022-02-04T21:16:38.943Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:56.785Z", + "updated_at": "2022-02-04T21:16:38.943Z", "platform": "web", "development": false, - "token": "01f1180460fa", + "token": "e1fea5591b6f", "domains": [ "example.com" ], @@ -198247,7 +211999,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/company" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -198256,52 +212008,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/callbacks" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/hosts" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/environments" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/libraries" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/data_elements" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/extensions" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/rules" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/notes" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/environments", - "extensions": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/extensions", - "rules": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/rules", - "self": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d" + "data_elements": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments", + "extensions": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions", + "rules": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules", + "self": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06" }, "meta": { "rights": [ @@ -199597,6 +213349,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -200773,10 +214526,10 @@ }, "response": { "data": { - "id": "EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "id": "EX10dea5ae29234be186dd6a53822ca28d", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:14:02.285Z", + "created_at": "2022-02-04T21:16:44.460Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -200784,7 +214537,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:14:02.285Z", + "updated_at": "2022-02-04T21:16:44.460Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -200794,40 +214547,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/libraries" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/revisions" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/notes" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/property" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/property" }, "data": { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/origin" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/origin" }, "data": { - "id": "EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "id": "EX10dea5ae29234be186dd6a53822ca28d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200836,7 +214589,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f/extension_package" + "related": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200845,9 +214598,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d", - "origin": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f", - "self": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "origin": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", + "self": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -200870,16 +214623,16 @@ "meta": { "action": "revise" }, - "id": "EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "id": "EX10dea5ae29234be186dd6a53822ca28d", "type": "extensions" } }, "response": { "data": { - "id": "EXaaaf3c948b2c48329968d385e3d68e60", + "id": "EX9c63d48005fa407a9d6e9dc480e1693b", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:14:02.305Z", + "created_at": "2022-02-04T21:16:44.488Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -200887,7 +214640,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:14:02.305Z", + "updated_at": "2022-02-04T21:16:44.488Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -200897,40 +214650,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/libraries" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/revisions" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/notes" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/property" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/property" }, "data": { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/origin" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/origin" }, "data": { - "id": "EX20fb22d58c5f47f3a01fb7ef0b72bc4f", + "id": "EX10dea5ae29234be186dd6a53822ca28d", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200939,7 +214692,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -200948,9 +214701,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d", - "origin": "https://reactor.adobe.io/extensions/EX20fb22d58c5f47f3a01fb7ef0b72bc4f", - "self": "https://reactor.adobe.io/extensions/EXaaaf3c948b2c48329968d385e3d68e60", + "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "origin": "https://reactor.adobe.io/extensions/EX10dea5ae29234be186dd6a53822ca28d", + "self": "https://reactor.adobe.io/extensions/EX9c63d48005fa407a9d6e9dc480e1693b", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -200975,7 +214728,7 @@ "extensions": { "data": [ { - "id": "EXaaaf3c948b2c48329968d385e3d68e60", + "id": "EX9c63d48005fa407a9d6e9dc480e1693b", "type": "extensions" } ] @@ -200986,49 +214739,49 @@ }, "response": { "data": { - "id": "LB4198f54287c74942924dcae14672a103", + "id": "LBc91b599c1eca4d65a7ea8aca852b9e9e", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:02.519Z", + "created_at": "2022-02-04T21:16:44.878Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:02.519Z", + "updated_at": "2022-02-04T21:16:44.878Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/builds" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/extensions", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/extensions", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/notes" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/rules", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/rules", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/rules" } }, "upstream_library": { @@ -201036,23 +214789,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/property" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/property" }, "data": { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/last_build" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103" + "property": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e" }, "meta": { "build_status": null, @@ -201070,7 +214823,7 @@ "request": { "data": [ { - "id": "EXaaaf3c948b2c48329968d385e3d68e60", + "id": "EX9c63d48005fa407a9d6e9dc480e1693b", "type": "extensions" } ] @@ -201080,8 +214833,8 @@ ], "links": { - "related": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/extensions", - "self": "https://reactor.adobe.io/libraries/LB4198f54287c74942924dcae14672a103/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/extensions", + "self": "https://reactor.adobe.io/libraries/LBc91b599c1eca4d65a7ea8aca852b9e9e/relationships/extensions" } }, "response_code": 200, @@ -201101,7 +214854,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -201174,7 +214927,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -201241,16 +214994,16 @@ "response": { "data": [ { - "id": "PRab202e8c964b46e5a48c17584d28227d", + "id": "PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:13:56.785Z", + "created_at": "2022-02-04T21:16:38.943Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:13:56.785Z", + "updated_at": "2022-02-04T21:16:38.943Z", "platform": "web", "development": false, - "token": "01f1180460fa", + "token": "e1fea5591b6f", "domains": [ "example.com" ], @@ -201260,7 +215013,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/company" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -201269,52 +215022,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/callbacks" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/hosts" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/environments" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/libraries" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/data_elements" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/extensions" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/rules" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/notes" + "related": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/data_elements", - "environments": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/environments", - "extensions": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/extensions", - "rules": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d/rules", - "self": "https://reactor.adobe.io/properties/PRab202e8c964b46e5a48c17584d28227d" + "data_elements": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/data_elements", + "environments": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/environments", + "extensions": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/extensions", + "rules": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06/rules", + "self": "https://reactor.adobe.io/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06" }, "meta": { "rights": [ @@ -201343,7 +215096,7 @@ }, { "name": "libraries.remove_rules_from_a_library", - "endpoint": "/properties/PRab202e8c964b46e5a48c17584d28227d", + "endpoint": "/properties/PRd1ba4e4abc7a4bd3b9011cfbfd684a06", "method": "DELETE", "request": null, "response": null, @@ -201390,16 +215143,16 @@ }, "response": { "data": { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:02.979Z", + "created_at": "2022-02-04T21:16:45.657Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:02.979Z", + "updated_at": "2022-02-04T21:16:45.657Z", "platform": "web", "development": false, - "token": "76069f337149", + "token": "4ca8f7c722ae", "domains": [ "example.com" ], @@ -201409,7 +215162,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/company" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -201418,52 +215171,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/callbacks" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/hosts" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/environments" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/libraries" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/data_elements" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/extensions" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/rules" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/notes" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/environments", - "extensions": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/extensions", - "rules": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/rules", - "self": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a" + "data_elements": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules", + "self": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968" }, "meta": { "rights": [ @@ -201494,10 +215247,10 @@ }, "response": { "data": { - "id": "RLb9b38ba0d33b49cab6d76dc234818c98", + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:14:08.184Z", + "created_at": "2022-02-04T21:16:51.004Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -201505,54 +215258,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:14:08.184Z", + "updated_at": "2022-02-04T21:16:51.004Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/libraries" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/revisions" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/notes" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/property" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/property" }, "data": { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/origin" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/origin" }, "data": { - "id": "RLb9b38ba0d33b49cab6d76dc234818c98", + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/rule_components" + "related": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a", - "origin": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98", - "self": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98", - "rule_components": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98/rule_components" + "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", + "origin": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", + "self": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", + "rule_components": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29/rule_components" }, "meta": { "latest_revision_number": 0 @@ -201573,16 +215326,16 @@ "meta": { "action": "revise" }, - "id": "RLb9b38ba0d33b49cab6d76dc234818c98", + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", "type": "rules" } }, "response": { "data": { - "id": "RL110ed23735a549f9a24fdd27da425472", + "id": "RL0b3bfbea4a814cc29d888c2e347c114e", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:14:08.301Z", + "created_at": "2022-02-04T21:16:51.202Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -201590,54 +215343,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:14:08.301Z", + "updated_at": "2022-02-04T21:16:51.202Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/libraries" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/revisions" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/notes" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/property" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/property" }, "data": { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/origin" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/origin" }, "data": { - "id": "RLb9b38ba0d33b49cab6d76dc234818c98", + "id": "RL22a8b8d06ce74ecba043e890b2aa7f29", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/rule_components" + "related": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a", - "origin": "https://reactor.adobe.io/rules/RLb9b38ba0d33b49cab6d76dc234818c98", - "self": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472", - "rule_components": "https://reactor.adobe.io/rules/RL110ed23735a549f9a24fdd27da425472/rule_components" + "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", + "origin": "https://reactor.adobe.io/rules/RL22a8b8d06ce74ecba043e890b2aa7f29", + "self": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e", + "rule_components": "https://reactor.adobe.io/rules/RL0b3bfbea4a814cc29d888c2e347c114e/rule_components" }, "meta": { "latest_revision_number": 1 @@ -201660,7 +215413,7 @@ "rules": { "data": [ { - "id": "RL110ed23735a549f9a24fdd27da425472", + "id": "RL0b3bfbea4a814cc29d888c2e347c114e", "type": "rules" } ] @@ -201671,49 +215424,49 @@ }, "response": { "data": { - "id": "LB45f1c9bea69c4a6ca766da3edd01dabb", + "id": "LBda1bc7c6a0ee4dfe84ec1a1b19006882", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:08.414Z", + "created_at": "2022-02-04T21:16:51.411Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:08.414Z", + "updated_at": "2022-02-04T21:16:51.411Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/builds" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/data_elements", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/data_elements", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/extensions", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/extensions", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/notes" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/rules", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/rules", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/rules" } }, "upstream_library": { @@ -201721,23 +215474,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/property" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/property" }, "data": { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/last_build" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb" + "property": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882" }, "meta": { "build_status": null, @@ -201755,7 +215508,7 @@ "request": { "data": [ { - "id": "RL110ed23735a549f9a24fdd27da425472", + "id": "RL0b3bfbea4a814cc29d888c2e347c114e", "type": "rules" } ] @@ -201765,8 +215518,8 @@ ], "links": { - "related": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/rules", - "self": "https://reactor.adobe.io/libraries/LB45f1c9bea69c4a6ca766da3edd01dabb/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/rules", + "self": "https://reactor.adobe.io/libraries/LBda1bc7c6a0ee4dfe84ec1a1b19006882/relationships/rules" } }, "response_code": 200, @@ -201786,7 +215539,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -201859,7 +215612,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -201926,16 +215679,16 @@ "response": { "data": [ { - "id": "PRe1d220cb9e064486b5d037fcff61634a", + "id": "PRe94744ba52124fb3855e6b08afe2e968", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:02.979Z", + "created_at": "2022-02-04T21:16:45.657Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:02.979Z", + "updated_at": "2022-02-04T21:16:45.657Z", "platform": "web", "development": false, - "token": "76069f337149", + "token": "4ca8f7c722ae", "domains": [ "example.com" ], @@ -201945,7 +215698,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/company" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -201954,52 +215707,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/callbacks" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/hosts" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/environments" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/libraries" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/data_elements" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/extensions" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/rules" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/notes" + "related": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/environments", - "extensions": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/extensions", - "rules": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a/rules", - "self": "https://reactor.adobe.io/properties/PRe1d220cb9e064486b5d037fcff61634a" + "data_elements": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968/rules", + "self": "https://reactor.adobe.io/properties/PRe94744ba52124fb3855e6b08afe2e968" }, "meta": { "rights": [ @@ -202028,7 +215781,7 @@ }, { "name": "libraries.delete_a_library", - "endpoint": "/properties/PRe1d220cb9e064486b5d037fcff61634a", + "endpoint": "/properties/PRe94744ba52124fb3855e6b08afe2e968", "method": "DELETE", "request": null, "response": null, @@ -202075,16 +215828,16 @@ }, "response": { "data": { - "id": "PRff8545b85c524d7b95388cae0bc2f50a", + "id": "PR410b91a3b0be4629b9ce78a12342d52c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:08.920Z", + "created_at": "2022-02-04T21:16:52.660Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:08.920Z", + "updated_at": "2022-02-04T21:16:52.660Z", "platform": "web", "development": false, - "token": "43578d5a1c71", + "token": "a3d046e23a52", "domains": [ "example.com" ], @@ -202094,7 +215847,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/company" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -202103,52 +215856,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/callbacks" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/hosts" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/environments" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/libraries" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/data_elements" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/extensions" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/rules" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/notes" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/environments", - "extensions": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/extensions", - "rules": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/rules", - "self": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a" + "data_elements": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments", + "extensions": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions", + "rules": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules", + "self": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c" }, "meta": { "rights": [ @@ -202179,49 +215932,49 @@ }, "response": { "data": { - "id": "LB350fd32cdbcb4e93a4fd26ebf62bf943", + "id": "LB6c0338b5ba5746f38884e46adefdffd3", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:14.136Z", + "created_at": "2022-02-04T21:16:58.080Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:14.136Z", + "updated_at": "2022-02-04T21:16:58.080Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/builds" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/data_elements", - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/data_elements", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/extensions", - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/extensions", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/notes" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/rules", - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/rules", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/relationships/rules" } }, "upstream_library": { @@ -202229,23 +215982,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/property" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/property" }, "data": { - "id": "PRff8545b85c524d7b95388cae0bc2f50a", + "id": "PR410b91a3b0be4629b9ce78a12342d52c", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943/last_build" + "related": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a", - "self": "https://reactor.adobe.io/libraries/LB350fd32cdbcb4e93a4fd26ebf62bf943" + "property": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c", + "self": "https://reactor.adobe.io/libraries/LB6c0338b5ba5746f38884e46adefdffd3" }, "meta": { "build_status": null, @@ -202279,7 +216032,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -202352,7 +216105,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -202419,16 +216172,16 @@ "response": { "data": [ { - "id": "PRff8545b85c524d7b95388cae0bc2f50a", + "id": "PR410b91a3b0be4629b9ce78a12342d52c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:08.920Z", + "created_at": "2022-02-04T21:16:52.660Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:08.920Z", + "updated_at": "2022-02-04T21:16:52.660Z", "platform": "web", "development": false, - "token": "43578d5a1c71", + "token": "a3d046e23a52", "domains": [ "example.com" ], @@ -202438,7 +216191,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/company" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -202447,52 +216200,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/callbacks" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/hosts" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/environments" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/libraries" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/data_elements" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/extensions" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/rules" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/notes" + "related": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/data_elements", - "environments": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/environments", - "extensions": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/extensions", - "rules": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a/rules", - "self": "https://reactor.adobe.io/properties/PRff8545b85c524d7b95388cae0bc2f50a" + "data_elements": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/environments", + "extensions": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/extensions", + "rules": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c/rules", + "self": "https://reactor.adobe.io/properties/PR410b91a3b0be4629b9ce78a12342d52c" }, "meta": { "rights": [ @@ -202521,7 +216274,7 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "/properties/PRff8545b85c524d7b95388cae0bc2f50a", + "endpoint": "/properties/PR410b91a3b0be4629b9ce78a12342d52c", "method": "DELETE", "request": null, "response": null, @@ -202568,16 +216321,16 @@ }, "response": { "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:14.749Z", + "created_at": "2022-02-04T21:16:58.964Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:14.749Z", + "updated_at": "2022-02-04T21:16:58.964Z", "platform": "web", "development": false, - "token": "e476f7f24c6f", + "token": "a48e48de1e97", "domains": [ "example.com" ], @@ -202587,7 +216340,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/company" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -202596,52 +216349,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/callbacks" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/hosts" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/environments" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/libraries" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/data_elements" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/extensions" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/rules" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/notes" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/environments", - "extensions": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/extensions", - "rules": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/rules", - "self": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f" + "data_elements": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements", + "environments": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments", + "extensions": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions", + "rules": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules", + "self": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770" }, "meta": { "rights": [ @@ -202660,7 +216413,7 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "/properties/PR34d8a3f238ba44628ef9432cd287599f/hosts", + "endpoint": "/properties/PR327c81aebb79451cb9f516de54572770/hosts", "method": "POST", "request": { "data": { @@ -202673,33 +216426,33 @@ }, "response": { "data": { - "id": "HT3e826e4943fd42e78be2540ab16f2607", + "id": "HTc37330c0b44f435a983bda0f05540bd1", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:14:19.959Z", + "created_at": "2022-02-04T21:17:04.371Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:14:19.959Z", + "updated_at": "2022-02-04T21:17:04.371Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3e826e4943fd42e78be2540ab16f2607/property" + "related": "https://reactor.adobe.io/hosts/HTc37330c0b44f435a983bda0f05540bd1/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f", - "self": "https://reactor.adobe.io/hosts/HT3e826e4943fd42e78be2540ab16f2607" + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/hosts/HTc37330c0b44f435a983bda0f05540bd1" } } }, @@ -202719,7 +216472,7 @@ "relationships": { "host": { "data": { - "id": "HT3e826e4943fd42e78be2540ab16f2607", + "id": "HTc37330c0b44f435a983bda0f05540bd1", "type": "hosts" } } @@ -202729,77 +216482,82 @@ }, "response": { "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:20.036Z", - "library_path": "17e0df72ece8/e476f7f24c6f", - "library_name": "launch-641c9b4ab313-development.min.js", + "created_at": "2022-02-04T21:17:04.507Z", + "library_path": "17e0df72ece8/a48e48de1e97", + "library_name": "launch-67ea8b72a9f7-development.min.js", "library_entry_points": [ { - "library_name": "launch-641c9b4ab313-development.min.js", + "library_name": "launch-67ea8b72a9f7-development.min.js", "minified": true, "references": [ - "17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.min.js" + "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js" ], - "license_path": "17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.js" + "license_path": "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" }, { - "library_name": "launch-641c9b4ab313-development.js", + "library_name": "launch-67ea8b72a9f7-development.js", "minified": false, "references": [ - "17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.js" + "17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:14:20.036Z", + "updated_at": "2022-02-04T21:17:04.507Z", "status": "succeeded", - "token": "641c9b4ab313" + "token": "67ea8b72a9f7" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/library" + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/builds" + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/host", - "self": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/relationships/host" + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/host", + "self": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/relationships/host" }, "data": { - "id": "HT3e826e4943fd42e78be2540ab16f2607", + "id": "HTc37330c0b44f435a983bda0f05540bd1", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7/property" + "related": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f", - "self": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7" + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.js" + } ] } } @@ -202821,49 +216579,49 @@ }, "response": { "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:20.122Z", + "created_at": "2022-02-04T21:17:04.628Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:20.122Z", + "updated_at": "2022-02-04T21:17:04.628Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/builds" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/data_elements", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/extensions", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/extensions", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/notes" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/rules", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/rules", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/rules" } }, "upstream_library": { @@ -202871,23 +216629,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/property" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/last_build" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8" + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926" }, "meta": { "build_status": null, @@ -202904,18 +216662,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" } }, "response": { "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/environment", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/environment", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" } }, "response_code": 200, @@ -202928,66 +216686,66 @@ "request": null, "response": { "data": { - "id": "BLee605052c5d54b5c9613c8e7f24756d4", + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:20.360Z", + "created_at": "2022-02-04T21:17:04.976Z", "status": "pending", - "updated_at": "2021-10-05T19:14:20.360Z", - "token": "6bc2c7ff6945" + "updated_at": "2022-02-04T21:17:04.976Z", + "token": "c2df1427eca1" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/data_elements" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/extensions" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/rules" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/environment" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" }, "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/library" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" }, "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/property" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7", - "library": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8", - "self": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4" + "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", + "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", + "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/6bc2c7ff6945/launch-641c9b4ab313-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -202998,71 +216756,71 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4", + "endpoint": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1", "method": "GET", "request": null, "response": { "data": { - "id": "BLee605052c5d54b5c9613c8e7f24756d4", + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:20.360Z", + "created_at": "2022-02-04T21:17:04.976Z", "status": "pending", - "updated_at": "2021-10-05T19:14:20.360Z", - "token": "6bc2c7ff6945" + "updated_at": "2022-02-04T21:17:04.976Z", + "token": "c2df1427eca1" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/data_elements" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/extensions" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/rules" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/environment" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" }, "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/library" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" }, "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/property" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7", - "library": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8", - "self": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4" + "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", + "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", + "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/6bc2c7ff6945/launch-641c9b4ab313-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -203073,71 +216831,71 @@ }, { "name": "libraries.transition_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4", + "endpoint": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1", "method": "GET", "request": null, "response": { "data": { - "id": "BLee605052c5d54b5c9613c8e7f24756d4", + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:20.360Z", + "created_at": "2022-02-04T21:17:04.976Z", "status": "succeeded", - "updated_at": "2021-10-05T19:14:21.758Z", - "token": "6bc2c7ff6945" + "updated_at": "2022-02-04T21:17:07.725Z", + "token": "c2df1427eca1" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/data_elements" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/extensions" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/rules" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/environment" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/environment" }, "data": { - "id": "EN5743180e0fd2493a91aca7013384fdb7", + "id": "EN45a3bf62e30444ee8f692c86381aaf3e", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/library" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/library" }, "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4/property" + "related": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN5743180e0fd2493a91aca7013384fdb7", - "library": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8", - "self": "https://reactor.adobe.io/builds/BLee605052c5d54b5c9613c8e7f24756d4" + "environment": "https://reactor.adobe.io/environments/EN45a3bf62e30444ee8f692c86381aaf3e", + "library": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926", + "self": "https://reactor.adobe.io/builds/BL13cbf35a51a947e388d3e940b55ed9b1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/launch-641c9b4ab313-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/e476f7f24c6f/6bc2c7ff6945/launch-641c9b4ab313-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/launch-67ea8b72a9f7-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/a48e48de1e97/c2df1427eca1/launch-67ea8b72a9f7-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -203152,7 +216910,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries", "meta": { "action": "submit" @@ -203161,49 +216919,49 @@ }, "response": { "data": { - "id": "LB78bb7c1299554da28016499b36d13fa8", + "id": "LB37aced08b58b4ddb9fb84604bda5d926", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:20.122Z", + "created_at": "2022-02-04T21:17:04.628Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2021-10-05T19:14:25.590Z", + "updated_at": "2022-02-04T21:17:10.327Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/builds" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/data_elements", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/data_elements", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/extensions", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/extensions", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/notes" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/rules", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/rules", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/relationships/rules" } }, "upstream_library": { @@ -203211,26 +216969,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/property" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/property" }, "data": { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8/last_build" + "related": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926/last_build" }, "data": { - "id": "BLee605052c5d54b5c9613c8e7f24756d4", + "id": "BL13cbf35a51a947e388d3e940b55ed9b1", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f", - "self": "https://reactor.adobe.io/libraries/LB78bb7c1299554da28016499b36d13fa8" + "property": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770", + "self": "https://reactor.adobe.io/libraries/LB37aced08b58b4ddb9fb84604bda5d926" }, "meta": { "build_status": null @@ -203254,7 +217012,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -203327,7 +217085,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -203394,16 +217152,16 @@ "response": { "data": [ { - "id": "PR34d8a3f238ba44628ef9432cd287599f", + "id": "PR327c81aebb79451cb9f516de54572770", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:14.749Z", + "created_at": "2022-02-04T21:16:58.964Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:14.749Z", + "updated_at": "2022-02-04T21:16:58.964Z", "platform": "web", "development": false, - "token": "e476f7f24c6f", + "token": "a48e48de1e97", "domains": [ "example.com" ], @@ -203413,7 +217171,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/company" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -203422,52 +217180,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/callbacks" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/hosts" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/environments" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/libraries" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/data_elements" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/extensions" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/rules" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/notes" + "related": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/environments", - "extensions": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/extensions", - "rules": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f/rules", - "self": "https://reactor.adobe.io/properties/PR34d8a3f238ba44628ef9432cd287599f" + "data_elements": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/data_elements", + "environments": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/environments", + "extensions": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/extensions", + "rules": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770/rules", + "self": "https://reactor.adobe.io/properties/PR327c81aebb79451cb9f516de54572770" }, "meta": { "rights": [ @@ -203496,7 +217254,7 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "/properties/PR34d8a3f238ba44628ef9432cd287599f", + "endpoint": "/properties/PR327c81aebb79451cb9f516de54572770", "method": "DELETE", "request": null, "response": null, @@ -203543,16 +217301,16 @@ }, "response": { "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:26.025Z", + "created_at": "2022-02-04T21:17:10.948Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:26.025Z", + "updated_at": "2022-02-04T21:17:10.948Z", "platform": "web", "development": false, - "token": "6ec188d2f91a", + "token": "dd2530caf6b5", "domains": [ "example.com" ], @@ -203562,7 +217320,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/company" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -203571,52 +217329,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/callbacks" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/hosts" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/environments" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/libraries" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/data_elements" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/extensions" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/rules" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/notes" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/environments", - "extensions": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/extensions", - "rules": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/rules", - "self": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d" + "data_elements": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules", + "self": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f" }, "meta": { "rights": [ @@ -203635,7 +217393,7 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "/properties/PR134811fbc7c4429da6c081cdc757a98d/hosts", + "endpoint": "/properties/PR3fd711b5d2544341911c62c499209f7f/hosts", "method": "POST", "request": { "data": { @@ -203648,33 +217406,33 @@ }, "response": { "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:14:31.225Z", + "created_at": "2022-02-04T21:17:16.255Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:14:31.225Z", + "updated_at": "2022-02-04T21:17:16.255Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT017acdde507a4e73a3eca8d5ea735ecb/property" + "related": "https://reactor.adobe.io/hosts/HTcc65e0920f9941bdab43ae7e2d419f83/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/hosts/HT017acdde507a4e73a3eca8d5ea735ecb" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/hosts/HTcc65e0920f9941bdab43ae7e2d419f83" } } }, @@ -203694,7 +217452,7 @@ "relationships": { "host": { "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts" } } @@ -203704,77 +217462,82 @@ }, "response": { "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:31.306Z", - "library_path": "17e0df72ece8/6ec188d2f91a", - "library_name": "launch-928f8d7d70f2-development.min.js", + "created_at": "2022-02-04T21:17:16.378Z", + "library_path": "17e0df72ece8/dd2530caf6b5", + "library_name": "launch-cb2112ca81d2-development.min.js", "library_entry_points": [ { - "library_name": "launch-928f8d7d70f2-development.min.js", + "library_name": "launch-cb2112ca81d2-development.min.js", "minified": true, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.min.js" + "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js" ], - "license_path": "17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.js" + "license_path": "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" }, { - "library_name": "launch-928f8d7d70f2-development.js", + "library_name": "launch-cb2112ca81d2-development.js", "minified": false, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.js" + "17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:14:31.306Z", + "updated_at": "2022-02-04T21:17:16.378Z", "status": "succeeded", - "token": "928f8d7d70f2" + "token": "cb2112ca81d2" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/library" + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/builds" + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/host", - "self": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/relationships/host" + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/host", + "self": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/relationships/host" }, "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29/property" + "related": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.js" + } ] } } @@ -203796,49 +217559,49 @@ }, "response": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:31.388Z", + "created_at": "2022-02-04T21:17:16.508Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:31.388Z", + "updated_at": "2022-02-04T21:17:16.508Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/builds" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/extensions", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/notes" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/rules", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" } }, "upstream_library": { @@ -203846,23 +217609,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/property" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/last_build" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" }, "meta": { "build_status": null, @@ -203879,18 +217642,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" } }, "response": { "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/environment", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" } }, "response_code": 200, @@ -203903,66 +217666,66 @@ "request": null, "response": { "data": { - "id": "BL269754d607af4c909cb0086d94391042", + "id": "BLc7ee261c14a3493387a55a6b03e4b130", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:31.632Z", + "created_at": "2022-02-04T21:17:16.905Z", "status": "pending", - "updated_at": "2021-10-05T19:14:31.632Z", - "token": "c1687a13f973" + "updated_at": "2022-02-04T21:17:16.905Z", + "token": "f44055bfc81d" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/data_elements" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/extensions" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/rules" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/environment" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" }, "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/library" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/property" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042" + "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/c1687a13f973/launch-928f8d7d70f2-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -203973,71 +217736,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042", + "endpoint": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130", "method": "GET", "request": null, "response": { "data": { - "id": "BL269754d607af4c909cb0086d94391042", + "id": "BLc7ee261c14a3493387a55a6b03e4b130", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:31.632Z", + "created_at": "2022-02-04T21:17:16.905Z", "status": "pending", - "updated_at": "2021-10-05T19:14:31.632Z", - "token": "c1687a13f973" + "updated_at": "2022-02-04T21:17:16.905Z", + "token": "f44055bfc81d" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/data_elements" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/extensions" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/rules" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/environment" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" }, "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/library" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/property" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042" + "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/c1687a13f973/launch-928f8d7d70f2-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -204048,71 +217811,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042", + "endpoint": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130", "method": "GET", "request": null, "response": { "data": { - "id": "BL269754d607af4c909cb0086d94391042", + "id": "BLc7ee261c14a3493387a55a6b03e4b130", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:31.632Z", + "created_at": "2022-02-04T21:17:16.905Z", "status": "succeeded", - "updated_at": "2021-10-05T19:14:32.907Z", - "token": "c1687a13f973" + "updated_at": "2022-02-04T21:17:18.925Z", + "token": "f44055bfc81d" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/data_elements" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/extensions" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/rules" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/environment" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/environment" }, "data": { - "id": "ENab14364f33cc4737a1527d1afefbcf29", + "id": "EN45c3204ed63d431e90bd7fc3d3b8ff61", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/library" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042/property" + "related": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENab14364f33cc4737a1527d1afefbcf29", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL269754d607af4c909cb0086d94391042" + "environment": "https://reactor.adobe.io/environments/EN45c3204ed63d431e90bd7fc3d3b8ff61", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLc7ee261c14a3493387a55a6b03e4b130" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-928f8d7d70f2-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/c1687a13f973/launch-928f8d7d70f2-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-cb2112ca81d2-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/f44055bfc81d/launch-cb2112ca81d2-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -204127,7 +217890,7 @@ "method": "PATCH", "request": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries", "meta": { "action": "submit" @@ -204136,49 +217899,49 @@ }, "response": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:31.388Z", + "created_at": "2022-02-04T21:17:16.508Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2021-10-05T19:14:36.896Z", + "updated_at": "2022-02-04T21:17:22.276Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/builds" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/extensions", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/notes" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/rules", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" } }, "upstream_library": { @@ -204186,26 +217949,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/property" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/last_build" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" }, "data": { - "id": "BL269754d607af4c909cb0086d94391042", + "id": "BLc7ee261c14a3493387a55a6b03e4b130", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" }, "meta": { "build_status": null @@ -204228,7 +217991,7 @@ "relationships": { "host": { "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts" } } @@ -204238,77 +218001,82 @@ }, "response": { "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:37.035Z", - "library_path": "17e0df72ece8/6ec188d2f91a", - "library_name": "launch-3169dc5bdec8-staging.min.js", + "created_at": "2022-02-04T21:17:22.425Z", + "library_path": "17e0df72ece8/dd2530caf6b5", + "library_name": "launch-de7ef5a48283-staging.min.js", "library_entry_points": [ { - "library_name": "launch-3169dc5bdec8-staging.min.js", + "library_name": "launch-de7ef5a48283-staging.min.js", "minified": true, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.min.js" + "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js" ], - "license_path": "17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.js" + "license_path": "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" }, { - "library_name": "launch-3169dc5bdec8-staging.js", + "library_name": "launch-de7ef5a48283-staging.js", "minified": false, "references": [ - "17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.js" + "17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" ] } ], "name": "Staging Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "staging", - "updated_at": "2021-10-05T19:14:37.035Z", + "updated_at": "2022-02-04T21:17:22.425Z", "status": "succeeded", - "token": "3169dc5bdec8" + "token": "de7ef5a48283" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/library" + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/builds" + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/host", - "self": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/relationships/host" + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/host", + "self": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/relationships/host" }, "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90/property" + "related": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.js" + } ] } } @@ -204322,18 +218090,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments" } }, "response": { "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/environment", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" } }, "response_code": 200, @@ -204346,66 +218114,66 @@ "request": null, "response": { "data": { - "id": "BL86440fbdf7d94e398c8aa80638cf581d", + "id": "BL534f2d049a814adbbe592546ea796824", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:37.286Z", + "created_at": "2022-02-04T21:17:22.770Z", "status": "pending", - "updated_at": "2021-10-05T19:14:37.286Z", - "token": "8bb6ce10ace9" + "updated_at": "2022-02-04T21:17:22.770Z", + "token": "545f09ef3189" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/data_elements" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/extensions" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/rules" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/environment" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" }, "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/library" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/property" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d" + "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/8bb6ce10ace9/launch-3169dc5bdec8-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -204416,71 +218184,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d", + "endpoint": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824", "method": "GET", "request": null, "response": { "data": { - "id": "BL86440fbdf7d94e398c8aa80638cf581d", + "id": "BL534f2d049a814adbbe592546ea796824", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:37.286Z", + "created_at": "2022-02-04T21:17:22.770Z", "status": "pending", - "updated_at": "2021-10-05T19:14:37.286Z", - "token": "8bb6ce10ace9" + "updated_at": "2022-02-04T21:17:22.770Z", + "token": "545f09ef3189" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/data_elements" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/extensions" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/rules" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/environment" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" }, "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/library" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/property" + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d" + "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/8bb6ce10ace9/launch-3169dc5bdec8-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", "archive": false, "host_type_of": "akamai" } @@ -204491,71 +218259,444 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d", + "endpoint": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824", "method": "GET", "request": null, "response": { "data": { - "id": "BL86440fbdf7d94e398c8aa80638cf581d", + "id": "BL534f2d049a814adbbe592546ea796824", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:37.286Z", + "created_at": "2022-02-04T21:17:22.770Z", + "status": "succeeded", + "updated_at": "2022-02-04T21:17:25.127Z", + "token": "545f09ef3189" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/environment" + }, + "data": { + "id": "ENe65c7af7e1ca4982930e0874e699b8a7", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/ENe65c7af7e1ca4982930e0874e699b8a7", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BL534f2d049a814adbbe592546ea796824" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-de7ef5a48283-staging.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/545f09ef3189/launch-de7ef5a48283-staging.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:id", + "method": "PATCH", + "request": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "meta": { + "action": "approve" + } + } + }, + "response": { + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries", + "attributes": { + "created_at": "2022-02-04T21:17:16.508Z", + "name": "My Library", + "published_at": null, + "state": "approved", + "updated_at": "2022-02-04T21:17:28.307Z", + "build_required": false + }, + "relationships": { + "builds": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" + } + }, + "environment": { + "links": { + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + }, + "data": null + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" + } + }, + "upstream_library": { + "data": null + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + }, + "last_build": { + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" + }, + "data": { + "id": "BL534f2d049a814adbbe592546ea796824", + "type": "builds" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" + }, + "meta": { + "build_status": null + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/properties/:property_id/environments", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Production Environment A", + "stage": "production" + }, + "relationships": { + "host": { + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + } + }, + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments", + "attributes": { + "archive": false, + "created_at": "2022-02-04T21:17:28.749Z", + "library_path": "17e0df72ece8/dd2530caf6b5", + "library_name": "launch-4a998d23a699.min.js", + "library_entry_points": [ + { + "library_name": "launch-4a998d23a699.min.js", + "minified": true, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js" + ], + "license_path": "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" + }, + { + "library_name": "launch-4a998d23a699.js", + "minified": false, + "references": [ + "17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" + ] + } + ], + "name": "Production Environment A", + "path": "https://assets.adobedtm.com/staging", + "stage": "production", + "updated_at": "2022-02-04T21:17:28.749Z", "status": "succeeded", - "updated_at": "2021-10-05T19:14:38.511Z", - "token": "8bb6ce10ace9" + "token": "4a998d23a699" + }, + "relationships": { + "library": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/library" + }, + "data": null + }, + "builds": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/builds" + } + }, + "host": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/host", + "self": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/relationships/host" + }, + "data": { + "id": "HTcc65e0920f9941bdab43ae7e2d419f83", + "type": "hosts" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd" + }, + "meta": { + "archive_encrypted": false, + "script_sources": [ + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.js" + } + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/relationships/environment", + "method": "PATCH", + "request": { + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + } + }, + "response": { + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + }, + "links": { + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/environment", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "/libraries/:library_id/builds", + "method": "POST", + "request": null, + "response": { + "data": { + "id": "BLdee0f78b03f14a41b3e4060356ed633a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:29.450Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:29.450Z", + "token": "2b6df4992b47" + }, + "relationships": { + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" + } + }, + "environment": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" + }, + "data": { + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", + "type": "environments" + } + }, + "library": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" + }, + "data": { + "id": "LB8783752e84b74eab81f950e255f3ca69", + "type": "libraries" + } + }, + "property": { + "links": { + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" + }, + "data": { + "id": "PR3fd711b5d2544341911c62c499209f7f", + "type": "properties" + } + } + }, + "links": { + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" + }, + "meta": { + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", + "archive": false, + "host_type_of": "akamai" + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "libraries.publish_a_library", + "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", + "method": "GET", + "request": null, + "response": { + "data": { + "id": "BLdee0f78b03f14a41b3e4060356ed633a", + "type": "builds", + "attributes": { + "created_at": "2022-02-04T21:17:29.450Z", + "status": "pending", + "updated_at": "2022-02-04T21:17:29.450Z", + "token": "2b6df4992b47" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/data_elements" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/extensions" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/rules" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/environment" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" }, "data": { - "id": "EN193c8a5e925b4af1be9ce145cde74d90", + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/library" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d/property" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN193c8a5e925b4af1be9ce145cde74d90", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BL86440fbdf7d94e398c8aa80638cf581d" + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-3169dc5bdec8-staging.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/8bb6ce10ace9/launch-3169dc5bdec8-staging.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", "archive": false, "host_type_of": "akamai" } @@ -204566,364 +218707,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "/libraries/:id", - "method": "PATCH", - "request": { - "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", - "type": "libraries", - "meta": { - "action": "approve" - } - } - }, - "response": { - "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", - "type": "libraries", - "attributes": { - "created_at": "2021-10-05T19:14:31.388Z", - "name": "My Library", - "published_at": null, - "state": "approved", - "updated_at": "2021-10-05T19:14:42.534Z", - "build_required": false - }, - "relationships": { - "builds": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/builds" - } - }, - "environment": { - "links": { - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" - }, - "data": null - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/extensions", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/extensions" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/notes" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/rules", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/rules" - } - }, - "upstream_library": { - "data": null - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/property" - }, - "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", - "type": "properties" - } - }, - "last_build": { - "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/last_build" - }, - "data": { - "id": "BL86440fbdf7d94e398c8aa80638cf581d", - "type": "builds" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72" - }, - "meta": { - "build_status": null - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/properties/:property_id/environments", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Production Environment A", - "stage": "production" - }, - "relationships": { - "host": { - "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", - "type": "hosts" - } - } - }, - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN931ce31231b14744954d286bc5a55946", - "type": "environments", - "attributes": { - "archive": false, - "created_at": "2021-10-05T19:14:42.686Z", - "library_path": "17e0df72ece8/6ec188d2f91a", - "library_name": "launch-48c89e2f3e33.min.js", - "library_entry_points": [ - { - "library_name": "launch-48c89e2f3e33.min.js", - "minified": true, - "references": [ - "17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.min.js" - ], - "license_path": "17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.js" - }, - { - "library_name": "launch-48c89e2f3e33.js", - "minified": false, - "references": [ - "17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.js" - ] - } - ], - "name": "Production Environment A", - "path": "https://assets.adobedtm.com/staging", - "stage": "production", - "updated_at": "2021-10-05T19:14:42.686Z", - "status": "succeeded", - "token": "48c89e2f3e33" - }, - "relationships": { - "library": { - "links": { - "related": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/library" - }, - "data": null - }, - "builds": { - "links": { - "related": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/builds" - } - }, - "host": { - "links": { - "related": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/host", - "self": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/relationships/host" - }, - "data": { - "id": "HT017acdde507a4e73a3eca8d5ea735ecb", - "type": "hosts" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946/property" - }, - "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", - "type": "properties" - } - } - }, - "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946" - }, - "meta": { - "archive_encrypted": false, - "script_sources": [ - - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/relationships/environment", - "method": "PATCH", - "request": { - "data": { - "id": "EN931ce31231b14744954d286bc5a55946", - "type": "environments" - } - }, - "response": { - "data": { - "id": "EN931ce31231b14744954d286bc5a55946", - "type": "environments" - }, - "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/environment", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "/libraries/:library_id/builds", - "method": "POST", - "request": null, - "response": { - "data": { - "id": "BLaff6acd976664753b08417ef5c1c4813", - "type": "builds", - "attributes": { - "created_at": "2021-10-05T19:14:42.954Z", - "status": "pending", - "updated_at": "2021-10-05T19:14:42.954Z", - "token": "18e73da78581" - }, - "relationships": { - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/rules" - } - }, - "environment": { - "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/environment" - }, - "data": { - "id": "EN931ce31231b14744954d286bc5a55946", - "type": "environments" - } - }, - "library": { - "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/library" - }, - "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", - "type": "libraries" - } - }, - "property": { - "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/property" - }, - "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", - "type": "properties" - } - } - }, - "links": { - "environment": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813" - }, - "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/18e73da78581/launch-48c89e2f3e33.min.js", - "archive": false, - "host_type_of": "akamai" - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813", + "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", "method": "GET", "request": null, "response": { "data": { - "id": "BLaff6acd976664753b08417ef5c1c4813", + "id": "BLdee0f78b03f14a41b3e4060356ed633a", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:42.954Z", + "created_at": "2022-02-04T21:17:29.450Z", "status": "pending", - "updated_at": "2021-10-05T19:14:42.954Z", - "token": "18e73da78581" + "updated_at": "2022-02-04T21:17:29.450Z", + "token": "2b6df4992b47" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/data_elements" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/extensions" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/rules" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/environment" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" }, "data": { - "id": "EN931ce31231b14744954d286bc5a55946", + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/library" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/property" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813" + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/18e73da78581/launch-48c89e2f3e33.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", "archive": false, "host_type_of": "akamai" } @@ -204934,71 +218782,71 @@ }, { "name": "libraries.publish_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813", + "endpoint": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a", "method": "GET", "request": null, "response": { "data": { - "id": "BLaff6acd976664753b08417ef5c1c4813", + "id": "BLdee0f78b03f14a41b3e4060356ed633a", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:14:42.954Z", + "created_at": "2022-02-04T21:17:29.450Z", "status": "succeeded", - "updated_at": "2021-10-05T19:14:44.213Z", - "token": "18e73da78581" + "updated_at": "2022-02-04T21:17:37.180Z", + "token": "2b6df4992b47" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/data_elements" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/extensions" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/rules" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/environment" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/environment" }, "data": { - "id": "EN931ce31231b14744954d286bc5a55946", + "id": "EN4bb20f5d9cdd473bb1b08e0366213acd", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/library" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/library" }, "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813/property" + "related": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN931ce31231b14744954d286bc5a55946", - "library": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72", - "self": "https://reactor.adobe.io/builds/BLaff6acd976664753b08417ef5c1c4813" + "environment": "https://reactor.adobe.io/environments/EN4bb20f5d9cdd473bb1b08e0366213acd", + "library": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69", + "self": "https://reactor.adobe.io/builds/BLdee0f78b03f14a41b3e4060356ed633a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/launch-48c89e2f3e33.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/6ec188d2f91a/18e73da78581/launch-48c89e2f3e33.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/launch-4a998d23a699.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd2530caf6b5/2b6df4992b47/launch-4a998d23a699.min.js", "archive": false, "available_for_republish": true, "host_type_of": "akamai" @@ -205015,49 +218863,49 @@ "request": null, "response": { "data": { - "id": "LB0357690bbc264a0db29e332d6ab0dc72", + "id": "LB8783752e84b74eab81f950e255f3ca69", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:31.388Z", + "created_at": "2022-02-04T21:17:16.508Z", "name": "My Library", - "published_at": "2021-10-05T19:14:44.295Z", + "published_at": "2022-02-04T21:17:37.637Z", "state": "published", - "updated_at": "2021-10-05T19:14:44.302Z", + "updated_at": "2022-02-04T21:17:37.660Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/builds" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/data_elements", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/extensions", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/extensions", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/notes" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/rules", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/rules", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/relationships/rules" } }, "upstream_library": { @@ -205065,26 +218913,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/property" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/property" }, "data": { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72/last_build" + "related": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69/last_build" }, "data": { - "id": "BLaff6acd976664753b08417ef5c1c4813", + "id": "BLdee0f78b03f14a41b3e4060356ed633a", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d", - "self": "https://reactor.adobe.io/libraries/LB0357690bbc264a0db29e332d6ab0dc72" + "property": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f", + "self": "https://reactor.adobe.io/libraries/LB8783752e84b74eab81f950e255f3ca69" }, "meta": { "build_status": null, @@ -205109,7 +218957,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -205182,7 +219030,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -205249,16 +219097,16 @@ "response": { "data": [ { - "id": "PR134811fbc7c4429da6c081cdc757a98d", + "id": "PR3fd711b5d2544341911c62c499209f7f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:26.025Z", + "created_at": "2022-02-04T21:17:10.948Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:26.025Z", + "updated_at": "2022-02-04T21:17:10.948Z", "platform": "web", "development": false, - "token": "6ec188d2f91a", + "token": "dd2530caf6b5", "domains": [ "example.com" ], @@ -205268,7 +219116,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/company" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -205277,52 +219125,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/callbacks" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/hosts" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/environments" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/libraries" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/data_elements" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/extensions" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/rules" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/notes" + "related": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/environments", - "extensions": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/extensions", - "rules": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d/rules", - "self": "https://reactor.adobe.io/properties/PR134811fbc7c4429da6c081cdc757a98d" + "data_elements": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f/rules", + "self": "https://reactor.adobe.io/properties/PR3fd711b5d2544341911c62c499209f7f" }, "meta": { "rights": [ @@ -205351,7 +219199,7 @@ }, { "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/PR134811fbc7c4429da6c081cdc757a98d", + "endpoint": "/properties/PR3fd711b5d2544341911c62c499209f7f", "method": "DELETE", "request": null, "response": null, @@ -205398,16 +219246,16 @@ }, "response": { "data": { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:48.583Z", + "created_at": "2022-02-04T21:17:42.159Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:48.583Z", + "updated_at": "2022-02-04T21:17:42.159Z", "platform": "web", "development": false, - "token": "f1c2fe52e0ea", + "token": "fc5ed1d3da91", "domains": [ "example.com" ], @@ -205417,7 +219265,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/company" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -205426,52 +219274,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/callbacks" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/hosts" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/environments" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/libraries" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/data_elements" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/extensions" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/rules" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/notes" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/environments", - "extensions": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/extensions", - "rules": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/rules", - "self": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928" + "data_elements": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments", + "extensions": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions", + "rules": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules", + "self": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b" }, "meta": { "rights": [ @@ -205502,49 +219350,49 @@ }, "response": { "data": { - "id": "LB4de6f2ccd8bb4195b784325602b5c03e", + "id": "LB75e58f5b917a4b30a50754841dc564c2", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:53.818Z", + "created_at": "2022-02-04T21:17:47.772Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:53.818Z", + "updated_at": "2022-02-04T21:17:47.772Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/builds" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/data_elements", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/extensions", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/extensions", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/notes" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/rules", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/rules", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/rules" } }, "upstream_library": { @@ -205552,23 +219400,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/property" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/property" }, "data": { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/last_build" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e" + "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2" }, "meta": { "build_status": null, @@ -205581,7 +219429,7 @@ }, { "name": "libraries.set_the_environment_relationship_on_a_library", - "endpoint": "/properties/PRa89ad87d158148bda7294c355054f928/hosts", + "endpoint": "/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts", "method": "POST", "request": { "data": { @@ -205594,33 +219442,33 @@ }, "response": { "data": { - "id": "HT129a84db5cd24b3e86b4b2a2fcb3b43b", + "id": "HT30053f2aba0942e98d0873c49a36b7c4", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:14:53.892Z", + "created_at": "2022-02-04T21:17:48.037Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:14:53.892Z", + "updated_at": "2022-02-04T21:17:48.037Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT129a84db5cd24b3e86b4b2a2fcb3b43b/property" + "related": "https://reactor.adobe.io/hosts/HT30053f2aba0942e98d0873c49a36b7c4/property" }, "data": { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928", - "self": "https://reactor.adobe.io/hosts/HT129a84db5cd24b3e86b4b2a2fcb3b43b" + "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "self": "https://reactor.adobe.io/hosts/HT30053f2aba0942e98d0873c49a36b7c4" } } }, @@ -205640,7 +219488,7 @@ "relationships": { "host": { "data": { - "id": "HT129a84db5cd24b3e86b4b2a2fcb3b43b", + "id": "HT30053f2aba0942e98d0873c49a36b7c4", "type": "hosts" } } @@ -205650,77 +219498,82 @@ }, "response": { "data": { - "id": "EN763c477797704dc19489c5990edafef4", + "id": "EN60271674f05a4f87a2500311f490bb72", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:53.979Z", - "library_path": "17e0df72ece8/f1c2fe52e0ea", - "library_name": "launch-7fd6958affb8-development.min.js", + "created_at": "2022-02-04T21:17:48.276Z", + "library_path": "17e0df72ece8/fc5ed1d3da91", + "library_name": "launch-e730528fa3ee-development.min.js", "library_entry_points": [ { - "library_name": "launch-7fd6958affb8-development.min.js", + "library_name": "launch-e730528fa3ee-development.min.js", "minified": true, "references": [ - "17e0df72ece8/f1c2fe52e0ea/launch-7fd6958affb8-development.min.js" + "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.min.js" ], - "license_path": "17e0df72ece8/f1c2fe52e0ea/launch-7fd6958affb8-development.js" + "license_path": "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" }, { - "library_name": "launch-7fd6958affb8-development.js", + "library_name": "launch-e730528fa3ee-development.js", "minified": false, "references": [ - "17e0df72ece8/f1c2fe52e0ea/launch-7fd6958affb8-development.js" + "17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:14:53.979Z", + "updated_at": "2022-02-04T21:17:48.276Z", "status": "succeeded", - "token": "7fd6958affb8" + "token": "e730528fa3ee" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/library" + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/builds" + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/host", - "self": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/relationships/host" + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/host", + "self": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/relationships/host" }, "data": { - "id": "HT129a84db5cd24b3e86b4b2a2fcb3b43b", + "id": "HT30053f2aba0942e98d0873c49a36b7c4", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4/property" + "related": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72/property" }, "data": { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928", - "self": "https://reactor.adobe.io/environments/EN763c477797704dc19489c5990edafef4" + "property": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", + "self": "https://reactor.adobe.io/environments/EN60271674f05a4f87a2500311f490bb72" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/fc5ed1d3da91/launch-e730528fa3ee-development.js" + } ] } } @@ -205734,18 +219587,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN763c477797704dc19489c5990edafef4", + "id": "EN60271674f05a4f87a2500311f490bb72", "type": "environments" } }, "response": { "data": { - "id": "EN763c477797704dc19489c5990edafef4", + "id": "EN60271674f05a4f87a2500311f490bb72", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/environment", - "self": "https://reactor.adobe.io/libraries/LB4de6f2ccd8bb4195b784325602b5c03e/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/environment", + "self": "https://reactor.adobe.io/libraries/LB75e58f5b917a4b30a50754841dc564c2/relationships/environment" } }, "response_code": 200, @@ -205765,7 +219618,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -205838,7 +219691,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -205905,16 +219758,16 @@ "response": { "data": [ { - "id": "PRa89ad87d158148bda7294c355054f928", + "id": "PR8dc707faa81e4a4e8f36021070eeaf4b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:48.583Z", + "created_at": "2022-02-04T21:17:42.159Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:48.583Z", + "updated_at": "2022-02-04T21:17:42.159Z", "platform": "web", "development": false, - "token": "f1c2fe52e0ea", + "token": "fc5ed1d3da91", "domains": [ "example.com" ], @@ -205924,7 +219777,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/company" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -205933,52 +219786,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/callbacks" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/hosts" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/environments" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/libraries" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/data_elements" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/extensions" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/rules" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/notes" + "related": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/data_elements", - "environments": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/environments", - "extensions": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/extensions", - "rules": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928/rules", - "self": "https://reactor.adobe.io/properties/PRa89ad87d158148bda7294c355054f928" + "data_elements": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/environments", + "extensions": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/extensions", + "rules": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b/rules", + "self": "https://reactor.adobe.io/properties/PR8dc707faa81e4a4e8f36021070eeaf4b" }, "meta": { "rights": [ @@ -206007,7 +219860,7 @@ }, { "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/PRa89ad87d158148bda7294c355054f928", + "endpoint": "/properties/PR8dc707faa81e4a4e8f36021070eeaf4b", "method": "DELETE", "request": null, "response": null, @@ -206054,16 +219907,16 @@ }, "response": { "data": { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:54.561Z", + "created_at": "2022-02-04T21:17:49.559Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:54.561Z", + "updated_at": "2022-02-04T21:17:49.559Z", "platform": "web", "development": false, - "token": "83be477127e3", + "token": "372fa8fce92a", "domains": [ "example.com" ], @@ -206073,7 +219926,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/company" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -206082,52 +219935,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/callbacks" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/hosts" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/environments" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/libraries" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/data_elements" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/extensions" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/rules" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/notes" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/environments", - "extensions": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/extensions", - "rules": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/rules", - "self": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841" + "data_elements": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments", + "extensions": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions", + "rules": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules", + "self": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea" }, "meta": { "rights": [ @@ -206146,7 +219999,7 @@ }, { "name": "libraries.get_the_environment_relationship_for_a_library", - "endpoint": "/properties/PRc137ad603c7740e4a372bee5860ed841/hosts", + "endpoint": "/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts", "method": "POST", "request": { "data": { @@ -206159,33 +220012,33 @@ }, "response": { "data": { - "id": "HTb0d3789de6f149af8dfea9d96d976ae8", + "id": "HTabdfae383e4244a78511592a75130f11", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:14:59.767Z", + "created_at": "2022-02-04T21:17:55.092Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:14:59.767Z", + "updated_at": "2022-02-04T21:17:55.092Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTb0d3789de6f149af8dfea9d96d976ae8/property" + "related": "https://reactor.adobe.io/hosts/HTabdfae383e4244a78511592a75130f11/property" }, "data": { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841", - "self": "https://reactor.adobe.io/hosts/HTb0d3789de6f149af8dfea9d96d976ae8" + "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "self": "https://reactor.adobe.io/hosts/HTabdfae383e4244a78511592a75130f11" } } }, @@ -206205,7 +220058,7 @@ "relationships": { "host": { "data": { - "id": "HTb0d3789de6f149af8dfea9d96d976ae8", + "id": "HTabdfae383e4244a78511592a75130f11", "type": "hosts" } } @@ -206215,77 +220068,82 @@ }, "response": { "data": { - "id": "EN7148632f3b634fdd8b8efd9ee5d564d9", + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:14:59.853Z", - "library_path": "17e0df72ece8/83be477127e3", - "library_name": "launch-a2a8e926bd42-development.min.js", + "created_at": "2022-02-04T21:17:55.324Z", + "library_path": "17e0df72ece8/372fa8fce92a", + "library_name": "launch-1dd555515ec9-development.min.js", "library_entry_points": [ { - "library_name": "launch-a2a8e926bd42-development.min.js", + "library_name": "launch-1dd555515ec9-development.min.js", "minified": true, "references": [ - "17e0df72ece8/83be477127e3/launch-a2a8e926bd42-development.min.js" + "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.min.js" ], - "license_path": "17e0df72ece8/83be477127e3/launch-a2a8e926bd42-development.js" + "license_path": "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" }, { - "library_name": "launch-a2a8e926bd42-development.js", + "library_name": "launch-1dd555515ec9-development.js", "minified": false, "references": [ - "17e0df72ece8/83be477127e3/launch-a2a8e926bd42-development.js" + "17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:14:59.853Z", + "updated_at": "2022-02-04T21:17:55.324Z", "status": "succeeded", - "token": "a2a8e926bd42" + "token": "1dd555515ec9" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/library" + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/builds" + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/host", - "self": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/relationships/host" + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/host", + "self": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/relationships/host" }, "data": { - "id": "HTb0d3789de6f149af8dfea9d96d976ae8", + "id": "HTabdfae383e4244a78511592a75130f11", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9/property" + "related": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149/property" }, "data": { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841", - "self": "https://reactor.adobe.io/environments/EN7148632f3b634fdd8b8efd9ee5d564d9" + "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "self": "https://reactor.adobe.io/environments/EN9bd1492ba6e5469ca814b5e63cce8149" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/372fa8fce92a/launch-1dd555515ec9-development.js" + } ] } } @@ -206307,49 +220165,49 @@ }, "response": { "data": { - "id": "LB76f4a42387a04d62871e3e2911fc21c6", + "id": "LBc02a1644948f489b8542e43bb5588cdf", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:14:59.928Z", + "created_at": "2022-02-04T21:17:55.508Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:14:59.928Z", + "updated_at": "2022-02-04T21:17:55.508Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/builds" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/data_elements", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/extensions", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/extensions", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/notes" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/rules", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/rules", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/rules" } }, "upstream_library": { @@ -206357,23 +220215,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/property" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/property" }, "data": { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/last_build" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6" + "property": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf" }, "meta": { "build_status": null, @@ -206390,18 +220248,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN7148632f3b634fdd8b8efd9ee5d564d9", + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", "type": "environments" } }, "response": { "data": { - "id": "EN7148632f3b634fdd8b8efd9ee5d564d9", + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/environment", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/environment", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" } }, "response_code": 200, @@ -206414,12 +220272,12 @@ "request": null, "response": { "data": { - "id": "EN7148632f3b634fdd8b8efd9ee5d564d9", + "id": "EN9bd1492ba6e5469ca814b5e63cce8149", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/environment", - "self": "https://reactor.adobe.io/libraries/LB76f4a42387a04d62871e3e2911fc21c6/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/environment", + "self": "https://reactor.adobe.io/libraries/LBc02a1644948f489b8542e43bb5588cdf/relationships/environment" } }, "response_code": 200, @@ -206439,7 +220297,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -206512,7 +220370,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -206579,16 +220437,16 @@ "response": { "data": [ { - "id": "PRc137ad603c7740e4a372bee5860ed841", + "id": "PRa810ffa232f545e0b8cbed8ac82097ea", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:14:54.561Z", + "created_at": "2022-02-04T21:17:49.559Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:14:54.561Z", + "updated_at": "2022-02-04T21:17:49.559Z", "platform": "web", "development": false, - "token": "83be477127e3", + "token": "372fa8fce92a", "domains": [ "example.com" ], @@ -206598,7 +220456,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/company" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -206607,52 +220465,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/callbacks" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/hosts" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/environments" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/libraries" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/data_elements" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/extensions" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/rules" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/notes" + "related": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/environments", - "extensions": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/extensions", - "rules": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841/rules", - "self": "https://reactor.adobe.io/properties/PRc137ad603c7740e4a372bee5860ed841" + "data_elements": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/environments", + "extensions": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/extensions", + "rules": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea/rules", + "self": "https://reactor.adobe.io/properties/PRa810ffa232f545e0b8cbed8ac82097ea" }, "meta": { "rights": [ @@ -206681,7 +220539,7 @@ }, { "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/PRc137ad603c7740e4a372bee5860ed841", + "endpoint": "/properties/PRa810ffa232f545e0b8cbed8ac82097ea", "method": "DELETE", "request": null, "response": null, @@ -206728,16 +220586,16 @@ }, "response": { "data": { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:00.519Z", + "created_at": "2022-02-04T21:17:56.981Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:00.519Z", + "updated_at": "2022-02-04T21:17:56.981Z", "platform": "web", "development": false, - "token": "7a8b75f79142", + "token": "2cd8a184a4f1", "domains": [ "example.com" ], @@ -206747,7 +220605,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/company" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -206756,52 +220614,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/callbacks" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/hosts" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/environments" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/libraries" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/data_elements" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/extensions" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/rules" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/notes" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/environments", - "extensions": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/extensions", - "rules": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/rules", - "self": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a" + "data_elements": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments", + "extensions": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions", + "rules": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules", + "self": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600" }, "meta": { "rights": [ @@ -206820,7 +220678,7 @@ }, { "name": "libraries.remove_the_environment_relationship_from_a_library", - "endpoint": "/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/hosts", + "endpoint": "/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts", "method": "POST", "request": { "data": { @@ -206833,33 +220691,33 @@ }, "response": { "data": { - "id": "HT28862ae01f0e4daf95fdda7e30301a22", + "id": "HTa2fb19fda0d24755bd2b9736291782ed", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:15:05.752Z", + "created_at": "2022-02-04T21:18:02.380Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:15:05.752Z", + "updated_at": "2022-02-04T21:18:02.380Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT28862ae01f0e4daf95fdda7e30301a22/property" + "related": "https://reactor.adobe.io/hosts/HTa2fb19fda0d24755bd2b9736291782ed/property" }, "data": { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a", - "self": "https://reactor.adobe.io/hosts/HT28862ae01f0e4daf95fdda7e30301a22" + "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", + "self": "https://reactor.adobe.io/hosts/HTa2fb19fda0d24755bd2b9736291782ed" } } }, @@ -206879,7 +220737,7 @@ "relationships": { "host": { "data": { - "id": "HT28862ae01f0e4daf95fdda7e30301a22", + "id": "HTa2fb19fda0d24755bd2b9736291782ed", "type": "hosts" } } @@ -206889,77 +220747,82 @@ }, "response": { "data": { - "id": "ENe50055e2609f49d6afba258ec15b1b69", + "id": "ENa2ee834d8ffe45c099b641064248f1d3", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:15:05.864Z", - "library_path": "17e0df72ece8/7a8b75f79142", - "library_name": "launch-d1cef6d0b7f4-development.min.js", + "created_at": "2022-02-04T21:18:02.517Z", + "library_path": "17e0df72ece8/2cd8a184a4f1", + "library_name": "launch-bf77578cb66e-development.min.js", "library_entry_points": [ { - "library_name": "launch-d1cef6d0b7f4-development.min.js", + "library_name": "launch-bf77578cb66e-development.min.js", "minified": true, "references": [ - "17e0df72ece8/7a8b75f79142/launch-d1cef6d0b7f4-development.min.js" + "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.min.js" ], - "license_path": "17e0df72ece8/7a8b75f79142/launch-d1cef6d0b7f4-development.js" + "license_path": "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" }, { - "library_name": "launch-d1cef6d0b7f4-development.js", + "library_name": "launch-bf77578cb66e-development.js", "minified": false, "references": [ - "17e0df72ece8/7a8b75f79142/launch-d1cef6d0b7f4-development.js" + "17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:15:05.864Z", + "updated_at": "2022-02-04T21:18:02.517Z", "status": "succeeded", - "token": "d1cef6d0b7f4" + "token": "bf77578cb66e" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/library" + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/builds" + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/host", - "self": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/relationships/host" + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/host", + "self": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/relationships/host" }, "data": { - "id": "HT28862ae01f0e4daf95fdda7e30301a22", + "id": "HTa2fb19fda0d24755bd2b9736291782ed", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69/property" + "related": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3/property" }, "data": { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a", - "self": "https://reactor.adobe.io/environments/ENe50055e2609f49d6afba258ec15b1b69" + "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", + "self": "https://reactor.adobe.io/environments/ENa2ee834d8ffe45c099b641064248f1d3" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/2cd8a184a4f1/launch-bf77578cb66e-development.js" + } ] } } @@ -206981,49 +220844,49 @@ }, "response": { "data": { - "id": "LB800e8797b8d44efdb5e4d454c45f9d00", + "id": "LBe3f8f6cc30d94a21908fda2268beac8c", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:05.966Z", + "created_at": "2022-02-04T21:18:02.634Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:05.966Z", + "updated_at": "2022-02-04T21:18:02.634Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/builds" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/data_elements", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/extensions", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/extensions", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/notes" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/rules", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/rules", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/rules" } }, "upstream_library": { @@ -207031,23 +220894,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/property" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/property" }, "data": { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/last_build" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00" + "property": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c" }, "meta": { "build_status": null, @@ -207064,18 +220927,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENe50055e2609f49d6afba258ec15b1b69", + "id": "ENa2ee834d8ffe45c099b641064248f1d3", "type": "environments" } }, "response": { "data": { - "id": "ENe50055e2609f49d6afba258ec15b1b69", + "id": "ENa2ee834d8ffe45c099b641064248f1d3", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/environment", - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/environment", + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment" } }, "response_code": 200, @@ -207100,8 +220963,8 @@ "response": { "data": null, "links": { - "self": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/relationships/environment", - "related": "https://reactor.adobe.io/libraries/LB800e8797b8d44efdb5e4d454c45f9d00/environment" + "self": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/relationships/environment", + "related": "https://reactor.adobe.io/libraries/LBe3f8f6cc30d94a21908fda2268beac8c/environment" } }, "response_code": 200, @@ -207121,7 +220984,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -207194,7 +221057,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -207261,16 +221124,16 @@ "response": { "data": [ { - "id": "PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "id": "PRf066d8c3ce7d40488e12c94557afb600", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:00.519Z", + "created_at": "2022-02-04T21:17:56.981Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:00.519Z", + "updated_at": "2022-02-04T21:17:56.981Z", "platform": "web", "development": false, - "token": "7a8b75f79142", + "token": "2cd8a184a4f1", "domains": [ "example.com" ], @@ -207280,7 +221143,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/company" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -207289,52 +221152,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/callbacks" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/hosts" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/environments" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/libraries" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/data_elements" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/extensions" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/rules" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/notes" + "related": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/environments", - "extensions": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/extensions", - "rules": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a/rules", - "self": "https://reactor.adobe.io/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a" + "data_elements": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/environments", + "extensions": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/extensions", + "rules": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600/rules", + "self": "https://reactor.adobe.io/properties/PRf066d8c3ce7d40488e12c94557afb600" }, "meta": { "rights": [ @@ -207363,7 +221226,7 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/PR00e1ad1b350f4fe6ae88fc23a09cc64a", + "endpoint": "/properties/PRf066d8c3ce7d40488e12c94557afb600", "method": "DELETE", "request": null, "response": null, @@ -207410,16 +221273,16 @@ }, "response": { "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:06.727Z", + "created_at": "2022-02-04T21:18:03.958Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:06.727Z", + "updated_at": "2022-02-04T21:18:03.958Z", "platform": "web", "development": false, - "token": "25d168b4133e", + "token": "0b9767ab51ba", "domains": [ "example.com" ], @@ -207429,7 +221292,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/company" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -207438,52 +221301,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/callbacks" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/hosts" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/environments" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/libraries" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/data_elements" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/extensions" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/rules" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/notes" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/data_elements", - "environments": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/environments", - "extensions": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/extensions", - "rules": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/rules", - "self": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e" + "data_elements": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments", + "extensions": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions", + "rules": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules", + "self": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831" }, "meta": { "rights": [ @@ -207502,7 +221365,7 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "/properties/PRaa213f4791f04a98965111be9296977e/hosts", + "endpoint": "/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts", "method": "POST", "request": { "data": { @@ -207515,33 +221378,33 @@ }, "response": { "data": { - "id": "HTb2d569b23fac4b1ab4f15e4d45c3b40e", + "id": "HTa00f6a4fb6244e70823b659c05650f79", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:15:11.970Z", + "created_at": "2022-02-04T21:18:09.313Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:15:11.970Z", + "updated_at": "2022-02-04T21:18:09.313Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTb2d569b23fac4b1ab4f15e4d45c3b40e/property" + "related": "https://reactor.adobe.io/hosts/HTa00f6a4fb6244e70823b659c05650f79/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/hosts/HTb2d569b23fac4b1ab4f15e4d45c3b40e" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/hosts/HTa00f6a4fb6244e70823b659c05650f79" } } }, @@ -207561,7 +221424,7 @@ "relationships": { "host": { "data": { - "id": "HTb2d569b23fac4b1ab4f15e4d45c3b40e", + "id": "HTa00f6a4fb6244e70823b659c05650f79", "type": "hosts" } } @@ -207571,77 +221434,82 @@ }, "response": { "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:15:12.062Z", - "library_path": "17e0df72ece8/25d168b4133e", - "library_name": "launch-e6e5fa04a362-development.min.js", + "created_at": "2022-02-04T21:18:09.488Z", + "library_path": "17e0df72ece8/0b9767ab51ba", + "library_name": "launch-21501b684566-development.min.js", "library_entry_points": [ { - "library_name": "launch-e6e5fa04a362-development.min.js", + "library_name": "launch-21501b684566-development.min.js", "minified": true, "references": [ - "17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.min.js" + "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js" ], - "license_path": "17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.js" + "license_path": "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" }, { - "library_name": "launch-e6e5fa04a362-development.js", + "library_name": "launch-21501b684566-development.js", "minified": false, "references": [ - "17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.js" + "17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:15:12.062Z", + "updated_at": "2022-02-04T21:18:09.488Z", "status": "succeeded", - "token": "e6e5fa04a362" + "token": "21501b684566" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/library" + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/builds" + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/host", - "self": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/relationships/host" + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/host", + "self": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/relationships/host" }, "data": { - "id": "HTb2d569b23fac4b1ab4f15e4d45c3b40e", + "id": "HTa00f6a4fb6244e70823b659c05650f79", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000/property" + "related": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.js" + } ] } } @@ -207663,49 +221531,49 @@ }, "response": { "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:12.148Z", + "created_at": "2022-02-04T21:18:09.635Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:12.148Z", + "updated_at": "2022-02-04T21:18:09.635Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/builds" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/extensions", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/notes" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/rules", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" } }, "upstream_library": { @@ -207713,23 +221581,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/property" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/last_build" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" }, "meta": { "build_status": null, @@ -207746,18 +221614,18 @@ "method": "PATCH", "request": { "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" } }, "response": { "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/environment", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/environment", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" } }, "response_code": 200, @@ -207770,66 +221638,66 @@ "request": null, "response": { "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:15:12.393Z", + "created_at": "2022-02-04T21:18:10.064Z", "status": "pending", - "updated_at": "2021-10-05T19:15:12.393Z", - "token": "44716f6c163d" + "updated_at": "2022-02-04T21:18:10.064Z", + "token": "c8c7cf48b943" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/data_elements" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/extensions" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/rules" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/environment" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" }, "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/library" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" }, "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/property" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000", - "library": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227", - "self": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10" + "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", + "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", + "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/44716f6c163d/launch-e6e5fa04a362-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -207840,71 +221708,71 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10", + "endpoint": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "method": "GET", "request": null, "response": { "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:15:12.393Z", + "created_at": "2022-02-04T21:18:10.064Z", "status": "pending", - "updated_at": "2021-10-05T19:15:12.393Z", - "token": "44716f6c163d" + "updated_at": "2022-02-04T21:18:10.064Z", + "token": "c8c7cf48b943" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/data_elements" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/extensions" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/rules" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/environment" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" }, "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/library" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" }, "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/property" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000", - "library": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227", - "self": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10" + "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", + "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", + "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/44716f6c163d/launch-e6e5fa04a362-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -207915,71 +221783,71 @@ }, { "name": "libraries.get_the_upstream_library_for_a_library", - "endpoint": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10", + "endpoint": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "method": "GET", "request": null, "response": { "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:15:12.393Z", + "created_at": "2022-02-04T21:18:10.064Z", "status": "succeeded", - "updated_at": "2021-10-05T19:15:13.706Z", - "token": "44716f6c163d" + "updated_at": "2022-02-04T21:18:13.490Z", + "token": "c8c7cf48b943" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/data_elements" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/extensions" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/rules" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/environment" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/environment" }, "data": { - "id": "ENa359efbe49914102a73d00c703499000", + "id": "EN64c45164fcfe4344a5c242678d265e97", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/library" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/library" }, "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10/property" + "related": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/ENa359efbe49914102a73d00c703499000", - "library": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227", - "self": "https://reactor.adobe.io/builds/BLefd61a0d8d8d47ee8342958f47a9aa10" + "environment": "https://reactor.adobe.io/environments/EN64c45164fcfe4344a5c242678d265e97", + "library": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb", + "self": "https://reactor.adobe.io/builds/BL36f3cb91ae2e4c549d84ff5f4e7ae19a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/launch-e6e5fa04a362-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/25d168b4133e/44716f6c163d/launch-e6e5fa04a362-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/launch-21501b684566-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/0b9767ab51ba/c8c7cf48b943/launch-21501b684566-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -207994,7 +221862,7 @@ "method": "PATCH", "request": { "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries", "meta": { "action": "submit" @@ -208003,49 +221871,49 @@ }, "response": { "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:12.148Z", + "created_at": "2022-02-04T21:18:09.635Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2021-10-05T19:15:17.633Z", + "updated_at": "2022-02-04T21:18:15.481Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/builds" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/extensions", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/notes" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/rules", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" } }, "upstream_library": { @@ -208053,26 +221921,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/property" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/last_build" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" }, "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" }, "meta": { "build_status": null @@ -208096,79 +221964,79 @@ }, "response": { "data": { - "id": "LB3fa7eea98e5a49b085a4ee9eebe9873d", + "id": "LB451eb3928c3c4c18817ae32a2b2fb6be", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:17.767Z", + "created_at": "2022-02-04T21:18:15.676Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:17.767Z", + "updated_at": "2022-02-04T21:18:15.676Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/builds" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/data_elements", - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/data_elements", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/extensions", - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/extensions", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/notes" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/rules", - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/rules", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/relationships/rules" } }, "upstream_library": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/upstream_library" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/upstream_library" }, "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "upstream_libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/property" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d/last_build" + "related": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/libraries/LB3fa7eea98e5a49b085a4ee9eebe9873d" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB451eb3928c3c4c18817ae32a2b2fb6be" }, "meta": { "build_status": null, @@ -208186,49 +222054,49 @@ "request": null, "response": { "data": { - "id": "LBe1b63507410f47afb7543778490f9227", + "id": "LB690174c2887e485d807e968d7e309edb", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:12.148Z", + "created_at": "2022-02-04T21:18:09.635Z", "name": "My Library", "published_at": null, "state": "submitted", - "updated_at": "2021-10-05T19:15:17.633Z", + "updated_at": "2022-02-04T21:18:15.481Z", "build_required": false }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/builds" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/data_elements", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/extensions", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/extensions", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/notes" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/rules", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/rules", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/relationships/rules" } }, "upstream_library": { @@ -208236,26 +222104,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/property" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/property" }, "data": { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227/last_build" + "related": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb/last_build" }, "data": { - "id": "BLefd61a0d8d8d47ee8342958f47a9aa10", + "id": "BL36f3cb91ae2e4c549d84ff5f4e7ae19a", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e", - "self": "https://reactor.adobe.io/libraries/LBe1b63507410f47afb7543778490f9227" + "property": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831", + "self": "https://reactor.adobe.io/libraries/LB690174c2887e485d807e968d7e309edb" }, "meta": { "build_status": null @@ -208279,7 +222147,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -208352,7 +222220,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -208419,16 +222287,16 @@ "response": { "data": [ { - "id": "PRaa213f4791f04a98965111be9296977e", + "id": "PRc6a8880505ee4cbfa8533850d7214831", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:06.727Z", + "created_at": "2022-02-04T21:18:03.958Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:06.727Z", + "updated_at": "2022-02-04T21:18:03.958Z", "platform": "web", "development": false, - "token": "25d168b4133e", + "token": "0b9767ab51ba", "domains": [ "example.com" ], @@ -208438,7 +222306,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/company" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -208447,52 +222315,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/callbacks" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/hosts" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/environments" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/libraries" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/data_elements" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/extensions" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/rules" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/notes" + "related": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/data_elements", - "environments": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/environments", - "extensions": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/extensions", - "rules": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e/rules", - "self": "https://reactor.adobe.io/properties/PRaa213f4791f04a98965111be9296977e" + "data_elements": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/environments", + "extensions": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/extensions", + "rules": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831/rules", + "self": "https://reactor.adobe.io/properties/PRc6a8880505ee4cbfa8533850d7214831" }, "meta": { "rights": [ @@ -208521,7 +222389,7 @@ }, { "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/PRaa213f4791f04a98965111be9296977e", + "endpoint": "/properties/PRc6a8880505ee4cbfa8533850d7214831", "method": "DELETE", "request": null, "response": null, @@ -208568,16 +222436,16 @@ }, "response": { "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:18.243Z", + "created_at": "2022-02-04T21:18:16.507Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:18.243Z", + "updated_at": "2022-02-04T21:18:16.507Z", "platform": "web", "development": false, - "token": "82938bd22737", + "token": "3a52ee20897e", "domains": [ "example.com" ], @@ -208587,7 +222455,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/company" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -208596,52 +222464,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/hosts" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/environments" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/libraries" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/extensions" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/rules" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/notes" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/rules", - "self": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a" + "data_elements": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules", + "self": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128" }, "meta": { "rights": [ @@ -208660,7 +222528,7 @@ }, { "name": "libraries.get_the_library_for_a_build", - "endpoint": "/properties/PR8a294521c0a74cceac773c2619cd540a/hosts", + "endpoint": "/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts", "method": "POST", "request": { "data": { @@ -208673,33 +222541,33 @@ }, "response": { "data": { - "id": "HTa176af6d873e4405b471aedbfb38ed76", + "id": "HT0d8d5bc71b314a3e96c43db44634f814", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:15:23.471Z", + "created_at": "2022-02-04T21:18:21.981Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:15:23.471Z", + "updated_at": "2022-02-04T21:18:21.981Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa176af6d873e4405b471aedbfb38ed76/property" + "related": "https://reactor.adobe.io/hosts/HT0d8d5bc71b314a3e96c43db44634f814/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a", - "self": "https://reactor.adobe.io/hosts/HTa176af6d873e4405b471aedbfb38ed76" + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/hosts/HT0d8d5bc71b314a3e96c43db44634f814" } } }, @@ -208719,7 +222587,7 @@ "relationships": { "host": { "data": { - "id": "HTa176af6d873e4405b471aedbfb38ed76", + "id": "HT0d8d5bc71b314a3e96c43db44634f814", "type": "hosts" } } @@ -208729,77 +222597,82 @@ }, "response": { "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:15:23.586Z", - "library_path": "17e0df72ece8/82938bd22737", - "library_name": "launch-a53e61e546ec-development.min.js", + "created_at": "2022-02-04T21:18:22.116Z", + "library_path": "17e0df72ece8/3a52ee20897e", + "library_name": "launch-19c20ce3ce50-development.min.js", "library_entry_points": [ { - "library_name": "launch-a53e61e546ec-development.min.js", + "library_name": "launch-19c20ce3ce50-development.min.js", "minified": true, "references": [ - "17e0df72ece8/82938bd22737/launch-a53e61e546ec-development.min.js" + "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js" ], - "license_path": "17e0df72ece8/82938bd22737/launch-a53e61e546ec-development.js" + "license_path": "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" }, { - "library_name": "launch-a53e61e546ec-development.js", + "library_name": "launch-19c20ce3ce50-development.js", "minified": false, "references": [ - "17e0df72ece8/82938bd22737/launch-a53e61e546ec-development.js" + "17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:15:23.586Z", + "updated_at": "2022-02-04T21:18:22.116Z", "status": "succeeded", - "token": "a53e61e546ec" + "token": "19c20ce3ce50" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/library" + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/builds" + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/host", - "self": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/host", + "self": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/relationships/host" }, "data": { - "id": "HTa176af6d873e4405b471aedbfb38ed76", + "id": "HT0d8d5bc71b314a3e96c43db44634f814", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1/property" + "related": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a", - "self": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1" + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.js" + } ] } } @@ -208821,49 +222694,49 @@ }, "response": { "data": { - "id": "LBd2993b7eeefb472496eca5bfd77f699b", + "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:23.672Z", + "created_at": "2022-02-04T21:18:22.266Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:23.672Z", + "updated_at": "2022-02-04T21:18:22.266Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/builds" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/data_elements", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/extensions", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/extensions", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/notes" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/rules", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/rules", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/rules" } }, "upstream_library": { @@ -208871,23 +222744,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/property" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/last_build" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b" + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925" }, "meta": { "build_status": null, @@ -208904,18 +222777,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments" } }, "response": { "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/environment", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/environment", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" } }, "response_code": 200, @@ -208928,66 +222801,66 @@ "request": null, "response": { "data": { - "id": "BL0ec60abaffe4458f966e041a0516d210", + "id": "BLe0e12c90a2ef4ad0b9033773cccd53b1", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:15:23.942Z", + "created_at": "2022-02-04T21:18:22.769Z", "status": "pending", - "updated_at": "2021-10-05T19:15:23.942Z", - "token": "1331b58c5338" + "updated_at": "2022-02-04T21:18:22.769Z", + "token": "dcaea7cd4b49" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/data_elements" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/extensions" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/rules" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/environment" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/environment" }, "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/library" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/library" }, "data": { - "id": "LBd2993b7eeefb472496eca5bfd77f699b", + "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210/property" + "related": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN6f9e62b3892e47e1ac990d454dd721b1", - "library": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b", - "self": "https://reactor.adobe.io/builds/BL0ec60abaffe4458f966e041a0516d210" + "environment": "https://reactor.adobe.io/environments/EN2c642ec13fff4cdaaca052bf6e19b672", + "library": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925", + "self": "https://reactor.adobe.io/builds/BLe0e12c90a2ef4ad0b9033773cccd53b1" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/82938bd22737/launch-a53e61e546ec-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/82938bd22737/1331b58c5338/launch-a53e61e546ec-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/launch-19c20ce3ce50-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a52ee20897e/dcaea7cd4b49/launch-19c20ce3ce50-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -209003,53 +222876,53 @@ "request": null, "response": { "data": { - "id": "LBd2993b7eeefb472496eca5bfd77f699b", + "id": "LBe772ea1e0c8e4c1fbea41b53d298b925", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:23.672Z", + "created_at": "2022-02-04T21:18:22.266Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:23.672Z", + "updated_at": "2022-02-04T21:18:22.266Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/builds" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/builds" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/environment", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/environment", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment" }, "data": { - "id": "EN6f9e62b3892e47e1ac990d454dd721b1", + "id": "EN2c642ec13fff4cdaaca052bf6e19b672", "type": "environments" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/data_elements", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/data_elements", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/extensions", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/extensions", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/notes" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/rules", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/rules", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/rules" } }, "upstream_library": { @@ -209057,26 +222930,26 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/property" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/property" }, "data": { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b/last_build" + "related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/last_build" }, "data": { - "id": "BL0ec60abaffe4458f966e041a0516d210", + "id": "BLe0e12c90a2ef4ad0b9033773cccd53b1", "type": "builds" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a", - "self": "https://reactor.adobe.io/libraries/LBd2993b7eeefb472496eca5bfd77f699b" + "property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128", + "self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925" }, "meta": { "build_status": "pending", @@ -209101,7 +222974,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -209174,7 +223047,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -209241,16 +223114,16 @@ "response": { "data": [ { - "id": "PR8a294521c0a74cceac773c2619cd540a", + "id": "PRe3ec866402d5461fad8b53aac9d9d128", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:18.243Z", + "created_at": "2022-02-04T21:18:16.507Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:18.243Z", + "updated_at": "2022-02-04T21:18:16.507Z", "platform": "web", "development": false, - "token": "82938bd22737", + "token": "3a52ee20897e", "domains": [ "example.com" ], @@ -209260,7 +223133,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/company" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -209269,52 +223142,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/hosts" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/environments" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/libraries" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/extensions" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/rules" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/notes" + "related": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/environments", - "extensions": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/extensions", - "rules": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a/rules", - "self": "https://reactor.adobe.io/properties/PR8a294521c0a74cceac773c2619cd540a" + "data_elements": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128/rules", + "self": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128" }, "meta": { "rights": [ @@ -209343,7 +223216,7 @@ }, { "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/PR8a294521c0a74cceac773c2619cd540a", + "endpoint": "/properties/PRe3ec866402d5461fad8b53aac9d9d128", "method": "DELETE", "request": null, "response": null, @@ -209390,16 +223263,16 @@ }, "response": { "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:24.732Z", + "created_at": "2022-02-04T21:18:23.912Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:24.732Z", + "updated_at": "2022-02-04T21:18:23.912Z", "platform": "web", "development": false, - "token": "d3b6b0ad02fd", + "token": "aa8a28fd8395", "domains": [ "example.com" ], @@ -209409,7 +223282,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/company" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -209418,52 +223291,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/callbacks" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/hosts" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/environments" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/libraries" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/data_elements" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/extensions" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/rules" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/notes" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/rules", - "self": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb" + "data_elements": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules", + "self": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad" }, "meta": { "rights": [ @@ -209494,49 +223367,49 @@ }, "response": { "data": { - "id": "LB644b500d94bb4bccadbe7be43c39f128", + "id": "LB2a048bc635e74bdea1e19fb56ae575b8", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:29.951Z", + "created_at": "2022-02-04T21:18:29.304Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:29.951Z", + "updated_at": "2022-02-04T21:18:29.304Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/builds" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/data_elements", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/extensions", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/extensions", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/notes" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/rules", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/rules", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/rules" } }, "upstream_library": { @@ -209544,23 +223417,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/property" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/property" }, "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/last_build" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128" + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8" }, "meta": { "build_status": null, @@ -209573,7 +223446,7 @@ }, { "name": "libraries.get_the_library_for_an_environment", - "endpoint": "/properties/PRd4de50cf83864885869e55b26f4710eb/hosts", + "endpoint": "/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts", "method": "POST", "request": { "data": { @@ -209586,33 +223459,33 @@ }, "response": { "data": { - "id": "HT6a81be5782c6407d8114cb9fb1e803d9", + "id": "HT755cb7bacbf442278a08cf2071253e53", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:15:30.036Z", + "created_at": "2022-02-04T21:18:29.477Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:15:30.036Z", + "updated_at": "2022-02-04T21:18:29.477Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT6a81be5782c6407d8114cb9fb1e803d9/property" + "related": "https://reactor.adobe.io/hosts/HT755cb7bacbf442278a08cf2071253e53/property" }, "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb", - "self": "https://reactor.adobe.io/hosts/HT6a81be5782c6407d8114cb9fb1e803d9" + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/hosts/HT755cb7bacbf442278a08cf2071253e53" } } }, @@ -209632,7 +223505,7 @@ "relationships": { "host": { "data": { - "id": "HT6a81be5782c6407d8114cb9fb1e803d9", + "id": "HT755cb7bacbf442278a08cf2071253e53", "type": "hosts" } } @@ -209642,77 +223515,82 @@ }, "response": { "data": { - "id": "EN1b1e54f489de4740979a4d05318a0b8e", + "id": "EN3a978bd476654f6d84b9e067074e7dd9", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:15:30.136Z", - "library_path": "17e0df72ece8/d3b6b0ad02fd", - "library_name": "launch-a097d9ac99cd-development.min.js", + "created_at": "2022-02-04T21:18:29.648Z", + "library_path": "17e0df72ece8/aa8a28fd8395", + "library_name": "launch-052a0193438e-development.min.js", "library_entry_points": [ { - "library_name": "launch-a097d9ac99cd-development.min.js", + "library_name": "launch-052a0193438e-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d3b6b0ad02fd/launch-a097d9ac99cd-development.min.js" + "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.min.js" ], - "license_path": "17e0df72ece8/d3b6b0ad02fd/launch-a097d9ac99cd-development.js" + "license_path": "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" }, { - "library_name": "launch-a097d9ac99cd-development.js", + "library_name": "launch-052a0193438e-development.js", "minified": false, "references": [ - "17e0df72ece8/d3b6b0ad02fd/launch-a097d9ac99cd-development.js" + "17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:15:30.136Z", + "updated_at": "2022-02-04T21:18:29.648Z", "status": "succeeded", - "token": "a097d9ac99cd" + "token": "052a0193438e" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/library" + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/builds" + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/host", - "self": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/relationships/host" + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/host", + "self": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/relationships/host" }, "data": { - "id": "HT6a81be5782c6407d8114cb9fb1e803d9", + "id": "HT755cb7bacbf442278a08cf2071253e53", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e/property" + "related": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9/property" }, "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb", - "self": "https://reactor.adobe.io/environments/EN1b1e54f489de4740979a4d05318a0b8e" + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/environments/EN3a978bd476654f6d84b9e067074e7dd9" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/aa8a28fd8395/launch-052a0193438e-development.js" + } ] } } @@ -209726,18 +223604,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN1b1e54f489de4740979a4d05318a0b8e", + "id": "EN3a978bd476654f6d84b9e067074e7dd9", "type": "environments" } }, "response": { "data": { - "id": "EN1b1e54f489de4740979a4d05318a0b8e", + "id": "EN3a978bd476654f6d84b9e067074e7dd9", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/environment", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/environment", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" } }, "response_code": 200, @@ -209750,53 +223628,53 @@ "request": null, "response": { "data": { - "id": "LB644b500d94bb4bccadbe7be43c39f128", + "id": "LB2a048bc635e74bdea1e19fb56ae575b8", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:29.951Z", + "created_at": "2022-02-04T21:18:29.304Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:29.951Z", + "updated_at": "2022-02-04T21:18:29.304Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/builds" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/builds" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/environment", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/environment", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/environment" }, "data": { - "id": "EN1b1e54f489de4740979a4d05318a0b8e", + "id": "EN3a978bd476654f6d84b9e067074e7dd9", "type": "environments" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/data_elements", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/data_elements", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/extensions", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/extensions", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/notes" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/rules", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/rules", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/relationships/rules" } }, "upstream_library": { @@ -209804,23 +223682,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/property" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/property" }, "data": { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128/last_build" + "related": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb", - "self": "https://reactor.adobe.io/libraries/LB644b500d94bb4bccadbe7be43c39f128" + "property": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad", + "self": "https://reactor.adobe.io/libraries/LB2a048bc635e74bdea1e19fb56ae575b8" }, "meta": { "build_status": null, @@ -209845,7 +223723,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -209918,7 +223796,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -209985,16 +223863,16 @@ "response": { "data": [ { - "id": "PRd4de50cf83864885869e55b26f4710eb", + "id": "PRdd198b4caa1849958bf7ce1494e9cbad", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:24.732Z", + "created_at": "2022-02-04T21:18:23.912Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:24.732Z", + "updated_at": "2022-02-04T21:18:23.912Z", "platform": "web", "development": false, - "token": "d3b6b0ad02fd", + "token": "aa8a28fd8395", "domains": [ "example.com" ], @@ -210004,7 +223882,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/company" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -210013,52 +223891,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/callbacks" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/hosts" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/environments" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/libraries" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/data_elements" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/extensions" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/rules" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/notes" + "related": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/environments", - "extensions": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/extensions", - "rules": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb/rules", - "self": "https://reactor.adobe.io/properties/PRd4de50cf83864885869e55b26f4710eb" + "data_elements": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/data_elements", + "environments": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/environments", + "extensions": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/extensions", + "rules": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad/rules", + "self": "https://reactor.adobe.io/properties/PRdd198b4caa1849958bf7ce1494e9cbad" }, "meta": { "rights": [ @@ -210087,7 +223965,7 @@ }, { "name": "libraries.list_the_libraries_for_a_data_element", - "endpoint": "/properties/PRd4de50cf83864885869e55b26f4710eb", + "endpoint": "/properties/PRdd198b4caa1849958bf7ce1494e9cbad", "method": "DELETE", "request": null, "response": null, @@ -210134,16 +224012,16 @@ }, "response": { "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:30.775Z", + "created_at": "2022-02-04T21:18:31.230Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:30.775Z", + "updated_at": "2022-02-04T21:18:31.230Z", "platform": "web", "development": false, - "token": "408110c51395", + "token": "d4f2dd1bd66a", "domains": [ "example.com" ], @@ -210153,7 +224031,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/company" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -210162,52 +224040,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/callbacks" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/hosts" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/environments" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/libraries" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/data_elements" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/extensions" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/rules" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/notes" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/environments", - "extensions": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/extensions", - "rules": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/rules", - "self": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902" + "data_elements": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments", + "extensions": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions", + "rules": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules", + "self": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0" }, "meta": { "rights": [ @@ -210238,49 +224116,49 @@ }, "response": { "data": { - "id": "LB41edbb1ae49a4cd396b778c723bc2f92", + "id": "LB74fd437e5f5d44c5a7c8b405cef5f20f", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:36.060Z", + "created_at": "2022-02-04T21:18:36.691Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:36.060Z", + "updated_at": "2022-02-04T21:18:36.691Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/builds" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/data_elements", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/extensions", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/extensions", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/notes" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/rules", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/rules", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/rules" } }, "upstream_library": { @@ -210288,23 +224166,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/property" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/last_build" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92" + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f" }, "meta": { "build_status": null, @@ -211594,6 +225472,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -212770,10 +226649,10 @@ }, "response": { "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:15:36.345Z", + "created_at": "2022-02-04T21:18:37.744Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -212781,7 +226660,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:15:36.345Z", + "updated_at": "2022-02-04T21:18:37.744Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -212791,40 +226670,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/libraries" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/revisions" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/notes" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/property" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/origin" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/origin" }, "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -212833,7 +226712,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd/extension_package" + "related": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -212842,9 +226721,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "origin": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd", - "self": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd", + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "origin": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24", + "self": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -214112,6 +227991,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -215264,14 +229144,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:15:36 -0600", + "name": "My Data Element 2022-02-04 14:18:38 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions" } } @@ -215281,18 +229161,18 @@ }, "response": { "data": { - "id": "DE8e6271f942f745bdac79d2d30f062eb2", + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:15:36.635Z", + "created_at": "2022-02-04T21:18:38.439Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:15:36 -0600", + "name": "My Data Element 2022-02-04 14:18:38 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:15:36.635Z", + "updated_at": "2022-02-04T21:18:38.439Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -215304,49 +229184,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/libraries" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/revisions" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/notes" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/property" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/origin" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/origin" }, "data": { - "id": "DE8e6271f942f745bdac79d2d30f062eb2", + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/extension" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/extension" }, "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -215355,19 +229235,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da/updated_with_extension" }, "data": { - "id": "EXb592ad195bbd4bc5848e649b8df8a81e", + "id": "EX19a74434452c415b9d367f581aea02e8", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "origin": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2", - "self": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2", - "extension": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd" + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "origin": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", + "self": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", + "extension": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24" }, "meta": { "latest_revision_number": 0 @@ -215388,24 +229268,24 @@ "meta": { "action": "revise" }, - "id": "DE8e6271f942f745bdac79d2d30f062eb2", + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", "type": "data_elements" } }, "response": { "data": { - "id": "DE4914c16f44f04d90a2226c08c8796ab8", + "id": "DE74f161f1917643df99e4f9cbc2ede75e", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:15:36.763Z", + "created_at": "2022-02-04T21:18:38.632Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:15:36 -0600", + "name": "My Data Element 2022-02-04 14:18:38 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:15:36.763Z", + "updated_at": "2022-02-04T21:18:38.632Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -215417,49 +229297,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/libraries" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/revisions" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/notes" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/property" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/origin" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/origin" }, "data": { - "id": "DE8e6271f942f745bdac79d2d30f062eb2", + "id": "DE9e0eb78887bd46308f7dbaff257bc4da", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/extension" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/extension" }, "data": { - "id": "EX4de534d2c0f04641a71e1d23538fa2fd", + "id": "EXffa3d0504e964d85b624a619ef905f24", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -215468,19 +229348,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e/updated_with_extension" }, "data": { - "id": "EXb592ad195bbd4bc5848e649b8df8a81e", + "id": "EX19a74434452c415b9d367f581aea02e8", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "origin": "https://reactor.adobe.io/data_elements/DE8e6271f942f745bdac79d2d30f062eb2", - "self": "https://reactor.adobe.io/data_elements/DE4914c16f44f04d90a2226c08c8796ab8", - "extension": "https://reactor.adobe.io/extensions/EX4de534d2c0f04641a71e1d23538fa2fd" + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "origin": "https://reactor.adobe.io/data_elements/DE9e0eb78887bd46308f7dbaff257bc4da", + "self": "https://reactor.adobe.io/data_elements/DE74f161f1917643df99e4f9cbc2ede75e", + "extension": "https://reactor.adobe.io/extensions/EXffa3d0504e964d85b624a619ef905f24" }, "meta": { "latest_revision_number": 1 @@ -215497,7 +229377,7 @@ "request": { "data": [ { - "id": "DE4914c16f44f04d90a2226c08c8796ab8", + "id": "DE74f161f1917643df99e4f9cbc2ede75e", "type": "data_elements" } ] @@ -215506,12 +229386,12 @@ "data": [ { "type": "data_elements", - "id": "DE4914c16f44f04d90a2226c08c8796ab8" + "id": "DE74f161f1917643df99e4f9cbc2ede75e" } ], "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/data_elements", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" } }, "response_code": 200, @@ -215525,49 +229405,49 @@ "response": { "data": [ { - "id": "LB41edbb1ae49a4cd396b778c723bc2f92", + "id": "LB74fd437e5f5d44c5a7c8b405cef5f20f", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:36.060Z", + "created_at": "2022-02-04T21:18:36.691Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:36.060Z", + "updated_at": "2022-02-04T21:18:36.691Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/builds" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/data_elements", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/data_elements", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/extensions", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/extensions", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/notes" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/rules", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/rules", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/relationships/rules" } }, "upstream_library": { @@ -215575,23 +229455,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/property" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/property" }, "data": { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92/last_build" + "related": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902", - "self": "https://reactor.adobe.io/libraries/LB41edbb1ae49a4cd396b778c723bc2f92" + "property": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0", + "self": "https://reactor.adobe.io/libraries/LB74fd437e5f5d44c5a7c8b405cef5f20f" }, "meta": { "build_status": null, @@ -215626,7 +229506,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -215699,7 +229579,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -215766,16 +229646,16 @@ "response": { "data": [ { - "id": "PR4d53ec620f9749c99288278cffed8902", + "id": "PRbaf2dad61cee45e3ae11afca34cddca0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:30.775Z", + "created_at": "2022-02-04T21:18:31.230Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:30.775Z", + "updated_at": "2022-02-04T21:18:31.230Z", "platform": "web", "development": false, - "token": "408110c51395", + "token": "d4f2dd1bd66a", "domains": [ "example.com" ], @@ -215785,7 +229665,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/company" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -215794,52 +229674,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/callbacks" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/hosts" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/environments" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/libraries" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/data_elements" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/extensions" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/rules" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/notes" + "related": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/environments", - "extensions": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/extensions", - "rules": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902/rules", - "self": "https://reactor.adobe.io/properties/PR4d53ec620f9749c99288278cffed8902" + "data_elements": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/environments", + "extensions": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/extensions", + "rules": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0/rules", + "self": "https://reactor.adobe.io/properties/PRbaf2dad61cee45e3ae11afca34cddca0" }, "meta": { "rights": [ @@ -215868,7 +229748,7 @@ }, { "name": "libraries.list_the_libraries_for_a_rule", - "endpoint": "/properties/PR4d53ec620f9749c99288278cffed8902", + "endpoint": "/properties/PRbaf2dad61cee45e3ae11afca34cddca0", "method": "DELETE", "request": null, "response": null, @@ -215915,16 +229795,16 @@ }, "response": { "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:37.364Z", + "created_at": "2022-02-04T21:18:39.822Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:37.364Z", + "updated_at": "2022-02-04T21:18:39.822Z", "platform": "web", "development": false, - "token": "cbc79a90022e", + "token": "cf04d6f0557e", "domains": [ "example.com" ], @@ -215934,7 +229814,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/company" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -215943,52 +229823,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/callbacks" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/hosts" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/environments" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/libraries" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/data_elements" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/extensions" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/rules" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/notes" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/environments", - "extensions": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/extensions", - "rules": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/rules", - "self": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f" + "data_elements": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules", + "self": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f" }, "meta": { "rights": [ @@ -216019,10 +229899,10 @@ }, "response": { "data": { - "id": "RL73a2616d672943d8b4e88d4145c556cd", + "id": "RL9d8135f60157401b969d64eb0490eef9", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:15:42.565Z", + "created_at": "2022-02-04T21:18:45.197Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -216030,54 +229910,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:15:42.565Z", + "updated_at": "2022-02-04T21:18:45.197Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/libraries" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/revisions" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/notes" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/property" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/property" }, "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/origin" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/origin" }, "data": { - "id": "RL73a2616d672943d8b4e88d4145c556cd", + "id": "RL9d8135f60157401b969d64eb0490eef9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/rule_components" + "related": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f", - "origin": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd", - "self": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd", - "rule_components": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd/rule_components" + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "origin": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", + "self": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", + "rule_components": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9/rule_components" }, "meta": { "latest_revision_number": 0 @@ -216098,16 +229978,16 @@ "meta": { "action": "revise" }, - "id": "RL73a2616d672943d8b4e88d4145c556cd", + "id": "RL9d8135f60157401b969d64eb0490eef9", "type": "rules" } }, "response": { "data": { - "id": "RL915299f3b9544df49bd1b5c19f12df72", + "id": "RLffc4e2fd339a4bdd922c840d0e8e2ba5", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:15:42.669Z", + "created_at": "2022-02-04T21:18:45.427Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -216115,54 +229995,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:15:42.669Z", + "updated_at": "2022-02-04T21:18:45.427Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/libraries" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/revisions" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/notes" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/property" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/property" }, "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/origin" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/origin" }, "data": { - "id": "RL73a2616d672943d8b4e88d4145c556cd", + "id": "RL9d8135f60157401b969d64eb0490eef9", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/rule_components" + "related": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f", - "origin": "https://reactor.adobe.io/rules/RL73a2616d672943d8b4e88d4145c556cd", - "self": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72", - "rule_components": "https://reactor.adobe.io/rules/RL915299f3b9544df49bd1b5c19f12df72/rule_components" + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "origin": "https://reactor.adobe.io/rules/RL9d8135f60157401b969d64eb0490eef9", + "self": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5", + "rule_components": "https://reactor.adobe.io/rules/RLffc4e2fd339a4bdd922c840d0e8e2ba5/rule_components" }, "meta": { "latest_revision_number": 1 @@ -216185,7 +230065,7 @@ "rules": { "data": [ { - "id": "RL915299f3b9544df49bd1b5c19f12df72", + "id": "RLffc4e2fd339a4bdd922c840d0e8e2ba5", "type": "rules" } ] @@ -216196,49 +230076,49 @@ }, "response": { "data": { - "id": "LB77b0da143ba145d3a0b95c26683e42f0", + "id": "LB5c58657373934d4da113a18669828e69", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:42.773Z", + "created_at": "2022-02-04T21:18:45.613Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:42.773Z", + "updated_at": "2022-02-04T21:18:45.613Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/builds" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/data_elements", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/extensions", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/extensions", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/notes" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/rules", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/rules", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/rules" } }, "upstream_library": { @@ -216246,23 +230126,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/property" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/property" }, "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/last_build" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0" + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69" }, "meta": { "build_status": null, @@ -216281,49 +230161,49 @@ "response": { "data": [ { - "id": "LB77b0da143ba145d3a0b95c26683e42f0", + "id": "LB5c58657373934d4da113a18669828e69", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:42.773Z", + "created_at": "2022-02-04T21:18:45.613Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:42.773Z", + "updated_at": "2022-02-04T21:18:45.613Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/builds" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/data_elements", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/data_elements", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/extensions", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/extensions", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/notes" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/rules", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/rules", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/relationships/rules" } }, "upstream_library": { @@ -216331,23 +230211,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/property" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/property" }, "data": { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0/last_build" + "related": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f", - "self": "https://reactor.adobe.io/libraries/LB77b0da143ba145d3a0b95c26683e42f0" + "property": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f", + "self": "https://reactor.adobe.io/libraries/LB5c58657373934d4da113a18669828e69" }, "meta": { "build_status": null, @@ -216382,7 +230262,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -216455,7 +230335,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -216522,16 +230402,16 @@ "response": { "data": [ { - "id": "PR4eadbb1982fb4be98f69085459286d6f", + "id": "PRc8b1431b817743e09c6197057b09e30f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:37.364Z", + "created_at": "2022-02-04T21:18:39.822Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:37.364Z", + "updated_at": "2022-02-04T21:18:39.822Z", "platform": "web", "development": false, - "token": "cbc79a90022e", + "token": "cf04d6f0557e", "domains": [ "example.com" ], @@ -216541,7 +230421,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/company" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -216550,52 +230430,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/callbacks" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/hosts" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/environments" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/libraries" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/data_elements" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/extensions" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/rules" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/notes" + "related": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/environments", - "extensions": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/extensions", - "rules": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f/rules", - "self": "https://reactor.adobe.io/properties/PR4eadbb1982fb4be98f69085459286d6f" + "data_elements": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/environments", + "extensions": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/extensions", + "rules": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f/rules", + "self": "https://reactor.adobe.io/properties/PRc8b1431b817743e09c6197057b09e30f" }, "meta": { "rights": [ @@ -216624,7 +230504,7 @@ }, { "name": "libraries.create_a_note_on_a_library", - "endpoint": "/properties/PR4eadbb1982fb4be98f69085459286d6f", + "endpoint": "/properties/PRc8b1431b817743e09c6197057b09e30f", "method": "DELETE", "request": null, "response": null, @@ -216671,16 +230551,16 @@ }, "response": { "data": { - "id": "PR55d496ad051e4d1a9cc9086564168033", + "id": "PRc16de87af05c47e8af578c2315674d17", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:43.297Z", + "created_at": "2022-02-04T21:18:46.559Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:43.297Z", + "updated_at": "2022-02-04T21:18:46.559Z", "platform": "web", "development": false, - "token": "c596488709af", + "token": "8c9985fe31ff", "domains": [ "example.com" ], @@ -216690,7 +230570,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/company" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -216699,52 +230579,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/callbacks" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/hosts" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/environments" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/libraries" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/data_elements" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/extensions" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/rules" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/notes" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/environments", - "extensions": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/extensions", - "rules": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/rules", - "self": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033" + "data_elements": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments", + "extensions": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions", + "rules": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules", + "self": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17" }, "meta": { "rights": [ @@ -216775,49 +230655,49 @@ }, "response": { "data": { - "id": "LB1b39bb93f312455399d19033674a4992", + "id": "LBc1c2d8c7b2284ae0a37f1903a7f56fd4", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:48.486Z", + "created_at": "2022-02-04T21:18:51.982Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:48.486Z", + "updated_at": "2022-02-04T21:18:51.982Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/builds" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/data_elements", - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/data_elements", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/extensions", - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/extensions", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/notes" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/rules", - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/rules", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/relationships/rules" } }, "upstream_library": { @@ -216825,23 +230705,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/property" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/property" }, "data": { - "id": "PR55d496ad051e4d1a9cc9086564168033", + "id": "PRc16de87af05c47e8af578c2315674d17", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992/last_build" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033", - "self": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992" + "property": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17", + "self": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4" }, "meta": { "build_status": null, @@ -216866,28 +230746,28 @@ }, "response": { "data": { - "id": "NT266faac258f9419db7b6fb33cc3de022", + "id": "NT4303db6516184973a11a2c9db88e4611", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:48.583Z", + "created_at": "2022-02-04T21:18:52.146Z", "text": "this note on a library intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992" + "related": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4" }, "data": { - "id": "LB1b39bb93f312455399d19033674a4992", + "id": "LBc1c2d8c7b2284ae0a37f1903a7f56fd4", "type": "libraries" } } }, "links": { - "resource": "https://reactor.adobe.io/libraries/LB1b39bb93f312455399d19033674a4992", - "self": "https://reactor.adobe.io/notes/NT266faac258f9419db7b6fb33cc3de022" + "resource": "https://reactor.adobe.io/libraries/LBc1c2d8c7b2284ae0a37f1903a7f56fd4", + "self": "https://reactor.adobe.io/notes/NT4303db6516184973a11a2c9db88e4611" } } }, @@ -216908,7 +230788,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -216981,7 +230861,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -217048,16 +230928,16 @@ "response": { "data": [ { - "id": "PR55d496ad051e4d1a9cc9086564168033", + "id": "PRc16de87af05c47e8af578c2315674d17", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:43.297Z", + "created_at": "2022-02-04T21:18:46.559Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:43.297Z", + "updated_at": "2022-02-04T21:18:46.559Z", "platform": "web", "development": false, - "token": "c596488709af", + "token": "8c9985fe31ff", "domains": [ "example.com" ], @@ -217067,7 +230947,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/company" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -217076,52 +230956,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/callbacks" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/hosts" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/environments" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/libraries" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/data_elements" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/extensions" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/rules" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/notes" + "related": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/environments", - "extensions": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/extensions", - "rules": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033/rules", - "self": "https://reactor.adobe.io/properties/PR55d496ad051e4d1a9cc9086564168033" + "data_elements": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/environments", + "extensions": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/extensions", + "rules": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17/rules", + "self": "https://reactor.adobe.io/properties/PRc16de87af05c47e8af578c2315674d17" }, "meta": { "rights": [ @@ -217150,7 +231030,7 @@ }, { "name": "libraries.list_notes_for_a_library", - "endpoint": "/properties/PR55d496ad051e4d1a9cc9086564168033", + "endpoint": "/properties/PRc16de87af05c47e8af578c2315674d17", "method": "DELETE", "request": null, "response": null, @@ -217197,16 +231077,16 @@ }, "response": { "data": { - "id": "PRe3868c65b02d47f8955be2fd66411cd6", + "id": "PR3d20075488934d50886a18f4ea838086", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:48.972Z", + "created_at": "2022-02-04T21:18:52.749Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:48.972Z", + "updated_at": "2022-02-04T21:18:52.749Z", "platform": "web", "development": false, - "token": "5d0bdb5ff147", + "token": "2d8835f35634", "domains": [ "example.com" ], @@ -217216,7 +231096,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/company" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -217225,52 +231105,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/callbacks" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/hosts" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/environments" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/libraries" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/data_elements" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/extensions" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/rules" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/notes" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/rules", - "self": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6" + "data_elements": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments", + "extensions": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions", + "rules": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules", + "self": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086" }, "meta": { "rights": [ @@ -217301,49 +231181,49 @@ }, "response": { "data": { - "id": "LBe6682d60843e44ef94764f1f420d9be0", + "id": "LBed1c044738404c31930702fab4c5c34c", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:15:54.201Z", + "created_at": "2022-02-04T21:18:58.066Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:15:54.201Z", + "updated_at": "2022-02-04T21:18:58.066Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/builds" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/data_elements", - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/data_elements", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/extensions", - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/extensions", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/notes" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/rules", - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/rules", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/relationships/rules" } }, "upstream_library": { @@ -217351,23 +231231,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/property" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/property" }, "data": { - "id": "PRe3868c65b02d47f8955be2fd66411cd6", + "id": "PR3d20075488934d50886a18f4ea838086", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0/last_build" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6", - "self": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0" + "property": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086", + "self": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" }, "meta": { "build_status": null, @@ -217392,28 +231272,28 @@ }, "response": { "data": { - "id": "NT4b1e224f30904b0e9123f095ef3381dd", + "id": "NT767a64c4647148779cc0d4e84e38232f", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:54.298Z", + "created_at": "2022-02-04T21:18:58.199Z", "text": "this is a note on a library" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" }, "data": { - "id": "LBe6682d60843e44ef94764f1f420d9be0", + "id": "LBed1c044738404c31930702fab4c5c34c", "type": "libraries" } } }, "links": { - "resource": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0", - "self": "https://reactor.adobe.io/notes/NT4b1e224f30904b0e9123f095ef3381dd" + "resource": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c", + "self": "https://reactor.adobe.io/notes/NT767a64c4647148779cc0d4e84e38232f" } } }, @@ -217428,28 +231308,28 @@ "response": { "data": [ { - "id": "NT4b1e224f30904b0e9123f095ef3381dd", + "id": "NT767a64c4647148779cc0d4e84e38232f", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:54.298Z", + "created_at": "2022-02-04T21:18:58.199Z", "text": "this is a note on a library" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0" + "related": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c" }, "data": { - "id": "LBe6682d60843e44ef94764f1f420d9be0", + "id": "LBed1c044738404c31930702fab4c5c34c", "type": "libraries" } } }, "links": { - "resource": "https://reactor.adobe.io/libraries/LBe6682d60843e44ef94764f1f420d9be0", - "self": "https://reactor.adobe.io/notes/NT4b1e224f30904b0e9123f095ef3381dd" + "resource": "https://reactor.adobe.io/libraries/LBed1c044738404c31930702fab4c5c34c", + "self": "https://reactor.adobe.io/notes/NT767a64c4647148779cc0d4e84e38232f" } } ], @@ -217480,7 +231360,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -217553,7 +231433,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -217620,16 +231500,16 @@ "response": { "data": [ { - "id": "PRe3868c65b02d47f8955be2fd66411cd6", + "id": "PR3d20075488934d50886a18f4ea838086", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:48.972Z", + "created_at": "2022-02-04T21:18:52.749Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:48.972Z", + "updated_at": "2022-02-04T21:18:52.749Z", "platform": "web", "development": false, - "token": "5d0bdb5ff147", + "token": "2d8835f35634", "domains": [ "example.com" ], @@ -217639,7 +231519,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/company" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -217648,52 +231528,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/callbacks" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/hosts" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/environments" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/libraries" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/data_elements" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/extensions" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/rules" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/notes" + "related": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/environments", - "extensions": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/extensions", - "rules": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6/rules", - "self": "https://reactor.adobe.io/properties/PRe3868c65b02d47f8955be2fd66411cd6" + "data_elements": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/environments", + "extensions": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/extensions", + "rules": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086/rules", + "self": "https://reactor.adobe.io/properties/PR3d20075488934d50886a18f4ea838086" }, "meta": { "rights": [ @@ -217722,7 +231602,7 @@ }, { "name": "notes.get_a_note", - "endpoint": "/properties/PRe3868c65b02d47f8955be2fd66411cd6", + "endpoint": "/properties/PR3d20075488934d50886a18f4ea838086", "method": "DELETE", "request": null, "response": null, @@ -217769,16 +231649,16 @@ }, "response": { "data": { - "id": "PR1ce15c89258842f6801b578d6f1b88aa", + "id": "PRa279272befa54e2ba5f188e07ccdac32", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:54.728Z", + "created_at": "2022-02-04T21:18:58.954Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:54.728Z", + "updated_at": "2022-02-04T21:18:58.954Z", "platform": "web", "development": false, - "token": "aacfa57d8a7f", + "token": "c9ecd8d92e44", "domains": [ "example.com" ], @@ -217788,7 +231668,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/company" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -217797,52 +231677,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/callbacks" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/hosts" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/environments" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/libraries" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/data_elements" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/extensions" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/rules" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/notes" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/environments", - "extensions": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/extensions", - "rules": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/rules", - "self": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa" + "data_elements": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments", + "extensions": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions", + "rules": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules", + "self": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" }, "meta": { "rights": [ @@ -217873,28 +231753,28 @@ }, "response": { "data": { - "id": "NT344799177d874ca4802f1484029248bd", + "id": "NT6e9864b799b541ea929950a14535116b", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:59.935Z", + "created_at": "2022-02-04T21:19:04.231Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" }, "data": { - "id": "PR1ce15c89258842f6801b578d6f1b88aa", + "id": "PRa279272befa54e2ba5f188e07ccdac32", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa", - "self": "https://reactor.adobe.io/notes/NT344799177d874ca4802f1484029248bd" + "resource": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32", + "self": "https://reactor.adobe.io/notes/NT6e9864b799b541ea929950a14535116b" } } }, @@ -217908,28 +231788,28 @@ "request": null, "response": { "data": { - "id": "NT344799177d874ca4802f1484029248bd", + "id": "NT6e9864b799b541ea929950a14535116b", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:15:59.935Z", + "created_at": "2022-02-04T21:19:04.231Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" }, "data": { - "id": "PR1ce15c89258842f6801b578d6f1b88aa", + "id": "PRa279272befa54e2ba5f188e07ccdac32", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa", - "self": "https://reactor.adobe.io/notes/NT344799177d874ca4802f1484029248bd" + "resource": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32", + "self": "https://reactor.adobe.io/notes/NT6e9864b799b541ea929950a14535116b" } } }, @@ -217947,7 +231827,7 @@ "type": "users", "attributes": { "active_org": "08364A825824E04F0A494115@AdobeOrg", - "expires_in": 1274, + "expires_in": 527, "display_name": "George Ciltaru", "job_function": null, "email": "ciltaru@adobe.com", @@ -217961,13 +231841,28 @@ ], "product_contexts": [ "dma_audiencemanager_int", - "dma_auditor", - "dma_reactor", "dma_tartan", + "dma_reactor", + "dma_auditor", "dma_dtm" ], "tenant_id": "reactorqe" }, + "233432C559D3F8C90A49410E@AdobeOrg": { + "name": "QE Launch Automation", + "admin": true, + "active": false, + "login_companies": [ + + ], + "product_contexts": [ + "dma_audiencemanager_int", + "dma_tartan", + "dma_reactor", + "dma_reactor_api" + ], + "tenant_id": "launchautomation" + }, "5D1328435BF324E90A49402A@AdobeOrg": { "name": "Platform UI - INT", "admin": false, @@ -217982,9 +231877,9 @@ ], "tenant_id": "platformuiintenv" }, - "233432C559D3F8C90A49410E@AdobeOrg": { - "name": "QE Launch Automation", - "admin": true, + "4F0D9DF45824DEC70A49422D@AdobeOrg": { + "name": "Activation Reactor Integrations", + "admin": false, "active": false, "login_companies": [ @@ -217992,24 +231887,23 @@ "product_contexts": [ "dma_tartan", "dma_reactor", - "dma_reactor_api", "dma_audiencemanager_int" ], - "tenant_id": "launchautomation" + "tenant_id": "reactorintegration" }, - "4F0D9DF45824DEC70A49422D@AdobeOrg": { - "name": "Activation Reactor Integrations", - "admin": false, + "0E7866D75CE595550A494218@AdobeOrg": { + "name": "AEP Streaming Services - STG", + "admin": true, "active": false, "login_companies": [ ], "product_contexts": [ - "dma_tartan", - "dma_audiencemanager_int", - "dma_reactor" + "acp", + "dma_reactor", + "dma_tartan" ], - "tenant_id": "reactorintegration" + "tenant_id": "aepstreamingservicesstg" } } }, @@ -218040,7 +231934,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218113,7 +232007,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218180,16 +232074,16 @@ "response": { "data": [ { - "id": "PR1ce15c89258842f6801b578d6f1b88aa", + "id": "PRa279272befa54e2ba5f188e07ccdac32", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:15:54.728Z", + "created_at": "2022-02-04T21:18:58.954Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:15:54.728Z", + "updated_at": "2022-02-04T21:18:58.954Z", "platform": "web", "development": false, - "token": "aacfa57d8a7f", + "token": "c9ecd8d92e44", "domains": [ "example.com" ], @@ -218199,7 +232093,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/company" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218208,52 +232102,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/callbacks" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/hosts" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/environments" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/libraries" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/data_elements" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/extensions" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/rules" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/notes" + "related": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/environments", - "extensions": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/extensions", - "rules": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa/rules", - "self": "https://reactor.adobe.io/properties/PR1ce15c89258842f6801b578d6f1b88aa" + "data_elements": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/data_elements", + "environments": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/environments", + "extensions": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/extensions", + "rules": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32/rules", + "self": "https://reactor.adobe.io/properties/PRa279272befa54e2ba5f188e07ccdac32" }, "meta": { "rights": [ @@ -218282,7 +232176,7 @@ }, { "name": "properties.create_a_property", - "endpoint": "/properties/PR1ce15c89258842f6801b578d6f1b88aa", + "endpoint": "/properties/PRa279272befa54e2ba5f188e07ccdac32", "method": "DELETE", "request": null, "response": null, @@ -218307,16 +232201,16 @@ }, "response": { "data": { - "id": "PR0938e6e8c13e42e796ce123efae1ff91", + "id": "PR54337e629a994650bb58a313bc960a15", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.372Z", + "created_at": "2022-02-04T21:19:04.966Z", "enabled": true, "name": "Kessel Property A", - "updated_at": "2021-10-05T19:16:00.372Z", + "updated_at": "2022-02-04T21:19:04.966Z", "platform": "web", "development": false, - "token": "b373a59704f9", + "token": "2bb012dffae0", "domains": [ "example.com" ], @@ -218326,7 +232220,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/company" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218335,52 +232229,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/callbacks" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/hosts" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/environments" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/libraries" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/data_elements" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/extensions" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/rules" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/notes" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/environments", - "extensions": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/extensions", - "rules": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/rules", - "self": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91" + "data_elements": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements", + "environments": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments", + "extensions": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions", + "rules": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules", + "self": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15" }, "meta": { "rights": [ @@ -218411,7 +232305,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218484,7 +232378,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218551,16 +232445,16 @@ "response": { "data": [ { - "id": "PR0938e6e8c13e42e796ce123efae1ff91", + "id": "PR54337e629a994650bb58a313bc960a15", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.372Z", + "created_at": "2022-02-04T21:19:04.966Z", "enabled": true, "name": "Kessel Property A", - "updated_at": "2021-10-05T19:16:00.372Z", + "updated_at": "2022-02-04T21:19:04.966Z", "platform": "web", "development": false, - "token": "b373a59704f9", + "token": "2bb012dffae0", "domains": [ "example.com" ], @@ -218570,7 +232464,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/company" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218579,52 +232473,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/callbacks" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/hosts" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/environments" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/libraries" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/data_elements" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/extensions" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/rules" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/notes" + "related": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/environments", - "extensions": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/extensions", - "rules": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91/rules", - "self": "https://reactor.adobe.io/properties/PR0938e6e8c13e42e796ce123efae1ff91" + "data_elements": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/data_elements", + "environments": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/environments", + "extensions": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/extensions", + "rules": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15/rules", + "self": "https://reactor.adobe.io/properties/PR54337e629a994650bb58a313bc960a15" }, "meta": { "rights": [ @@ -218653,7 +232547,7 @@ }, { "name": "properties.get_a_property", - "endpoint": "/properties/PR0938e6e8c13e42e796ce123efae1ff91", + "endpoint": "/properties/PR54337e629a994650bb58a313bc960a15", "method": "DELETE", "request": null, "response": null, @@ -218700,16 +232594,16 @@ }, "response": { "data": { - "id": "PR9b07f9ef88c24fcb83e16fc2ebfcfe88", + "id": "PR0daf41218b7e496fb617f085f0a6fdc3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.955Z", + "created_at": "2022-02-04T21:19:05.921Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:00.955Z", + "updated_at": "2022-02-04T21:19:05.921Z", "platform": "web", "development": false, - "token": "77b83ef415d1", + "token": "700c695339ea", "domains": [ "example.com" ], @@ -218719,7 +232613,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/company" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218728,52 +232622,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/callbacks" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/hosts" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/libraries" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/notes" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments", - "extensions": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions", - "rules": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules", - "self": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88" + "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", + "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", + "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", + "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" }, "meta": { "rights": [ @@ -218797,16 +232691,16 @@ "request": null, "response": { "data": { - "id": "PR9b07f9ef88c24fcb83e16fc2ebfcfe88", + "id": "PR0daf41218b7e496fb617f085f0a6fdc3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.955Z", + "created_at": "2022-02-04T21:19:05.921Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:00.955Z", + "updated_at": "2022-02-04T21:19:05.921Z", "platform": "web", "development": false, - "token": "77b83ef415d1", + "token": "700c695339ea", "domains": [ "example.com" ], @@ -218816,7 +232710,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/company" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -218825,52 +232719,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/callbacks" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/hosts" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/libraries" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/notes" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments", - "extensions": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions", - "rules": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules", - "self": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88" + "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", + "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", + "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", + "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" }, "meta": { "rights": [ @@ -218901,7 +232795,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -218974,7 +232868,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -219041,16 +232935,16 @@ "response": { "data": [ { - "id": "PR9b07f9ef88c24fcb83e16fc2ebfcfe88", + "id": "PR0daf41218b7e496fb617f085f0a6fdc3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:00.955Z", + "created_at": "2022-02-04T21:19:05.921Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:00.955Z", + "updated_at": "2022-02-04T21:19:05.921Z", "platform": "web", "development": false, - "token": "77b83ef415d1", + "token": "700c695339ea", "domains": [ "example.com" ], @@ -219060,7 +232954,587 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/company" + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/environments", + "extensions": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/extensions", + "rules": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3/rules", + "self": "https://reactor.adobe.io/properties/PR0daf41218b7e496fb617f085f0a6fdc3" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 1, + "total_count": 1 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/properties/PR0daf41218b7e496fb617f085f0a6fdc3", + "method": "DELETE", + "request": null, + "response": null, + "response_code": 204, + "response_message": "No Content" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", + "method": "GET", + "request": null, + "response": { + "data": [ + + ], + "meta": { + "pagination": { + "current_page": 1, + "next_page": null, + "prev_page": null, + "total_pages": 0, + "total_count": 0 + } + } + }, + "response_code": 200, + "response_message": "OK" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/:company_id/properties", + "method": "POST", + "request": { + "data": { + "attributes": { + "name": "Kessel Example Property", + "domains": [ + "example.com" + ], + "platform": "web" + }, + "type": "properties" + } + }, + "response": { + "data": { + "id": "PR2917daa0c6384802a23bed1d99a77fea", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:11.994Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:11.994Z", + "platform": "web", + "development": false, + "token": "869caa83d1b9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", + "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + } + }, + "response_code": 201, + "response_message": "Created" + }, + { + "name": "properties.list_properties_for_a_company", + "endpoint": "/companies/:company_id/properties", + "method": "GET", + "request": null, + "response": { + "data": [ + { + "id": "PR2917daa0c6384802a23bed1d99a77fea", + "type": "properties", + "attributes": { + "created_at": "2022-02-04T21:19:11.994Z", + "enabled": true, + "name": "Kessel Example Property", + "updated_at": "2022-02-04T21:19:11.994Z", + "platform": "web", + "development": false, + "token": "869caa83d1b9", + "domains": [ + "example.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", + "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR9b456681911a4be8ac115b3f68c6e13b", + "type": "properties", + "attributes": { + "created_at": "2021-11-11T22:18:47.750Z", + "enabled": true, + "name": "my prop", + "updated_at": "2021-11-11T22:18:47.750Z", + "platform": "edge", + "development": false, + "token": "9db6e3fc4b6c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/environments", + "extensions": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/extensions", + "rules": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b/rules", + "self": "https://reactor.adobe.io/properties/PR9b456681911a4be8ac115b3f68c6e13b" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR3c37e7865847431fa85be0401bb342ae", + "type": "properties", + "attributes": { + "created_at": "2021-10-15T23:53:16.248Z", + "enabled": true, + "name": "new prop http api", + "updated_at": "2021-10-15T23:53:16.248Z", + "platform": "web", + "development": false, + "token": "e3f59f0c39e1", + "domains": [ + "adobe.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/environments", + "extensions": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/extensions", + "rules": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae/rules", + "self": "https://reactor.adobe.io/properties/PR3c37e7865847431fa85be0401bb342ae" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PRfe4249d1a384405b8aae8d6362922736", + "type": "properties", + "attributes": { + "created_at": "2021-10-25T20:48:06.575Z", + "enabled": true, + "name": "test", + "updated_at": "2021-10-25T20:48:06.575Z", + "platform": "edge", + "development": false, + "token": "d7c0c2ea946c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/environments", + "extensions": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/extensions", + "rules": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736/rules", + "self": "https://reactor.adobe.io/properties/PRfe4249d1a384405b8aae8d6362922736" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } + }, + { + "id": "PR6ec4d3e0aabb446e8ca60ebcf4392abc", + "type": "properties", + "attributes": { + "created_at": "2021-11-04T22:12:00.570Z", + "enabled": true, + "name": "test 2 secrets", + "updated_at": "2021-11-04T22:12:00.570Z", + "platform": "edge", + "development": false, + "token": "c349b7ac1c7c" + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -219069,52 +233543,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/callbacks" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/hosts" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/libraries" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/notes" + "related": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/environments", - "extensions": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/extensions", - "rules": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88/rules", - "self": "https://reactor.adobe.io/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88" + "data_elements": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/environments", + "extensions": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/extensions", + "rules": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc/rules", + "self": "https://reactor.adobe.io/properties/PR6ec4d3e0aabb446e8ca60ebcf4392abc" }, "meta": { "rights": [ @@ -219126,167 +233600,7 @@ "publish" ] } - } - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 1, - "total_count": 1 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/properties/PR9b07f9ef88c24fcb83e16fc2ebfcfe88", - "method": "DELETE", - "request": null, - "response": null, - "response_code": 204, - "response_message": "No Content" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/:company_id/properties?filter[name]=EQ%20Kessel Example Property", - "method": "GET", - "request": null, - "response": { - "data": [ - - ], - "meta": { - "pagination": { - "current_page": 1, - "next_page": null, - "prev_page": null, - "total_pages": 0, - "total_count": 0 - } - } - }, - "response_code": 200, - "response_message": "OK" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/:company_id/properties", - "method": "POST", - "request": { - "data": { - "attributes": { - "name": "Kessel Example Property", - "domains": [ - "example.com" - ], - "platform": "web" }, - "type": "properties" - } - }, - "response": { - "data": { - "id": "PRba6afec48ccd4470a0ebd575586311ff", - "type": "properties", - "attributes": { - "created_at": "2021-10-05T19:16:06.547Z", - "enabled": true, - "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:06.547Z", - "platform": "web", - "development": false, - "token": "4fc14407b5c0", - "domains": [ - "example.com" - ], - "undefined_vars_return_empty": false, - "rule_component_sequencing_enabled": true - }, - "relationships": { - "company": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/company" - }, - "data": { - "id": "CO242a7461b61b4ce8831633b3e1dddcb9", - "type": "companies" - } - }, - "callbacks": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/callbacks" - } - }, - "hosts": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/hosts" - } - }, - "environments": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/environments" - } - }, - "libraries": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/libraries" - } - }, - "data_elements": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/data_elements" - } - }, - "extensions": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/extensions" - } - }, - "rules": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/rules" - } - }, - "notes": { - "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/notes" - } - } - }, - "links": { - "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/data_elements", - "environments": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/environments", - "extensions": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/extensions", - "rules": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/rules", - "self": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff" - }, - "meta": { - "rights": [ - "approve", - "develop", - "edit_property", - "manage_environments", - "manage_extensions", - "publish" - ] - } - } - }, - "response_code": 201, - "response_message": "Created" - }, - { - "name": "properties.list_properties_for_a_company", - "endpoint": "/companies/:company_id/properties", - "method": "GET", - "request": null, - "response": { - "data": [ { "id": "PRefceae519d4f4debbd42d204690e1166", "type": "properties", @@ -219460,6 +233774,93 @@ "publish" ] } + }, + { + "id": "PR5669294602404b5bbb6964bfc612b045", + "type": "properties", + "attributes": { + "created_at": "2021-10-15T23:57:35.653Z", + "enabled": true, + "name": "zzzz", + "updated_at": "2021-10-15T23:57:35.653Z", + "platform": "web", + "development": false, + "token": "56ed52bf7bb0", + "domains": [ + "adobe.com" + ], + "undefined_vars_return_empty": false, + "rule_component_sequencing_enabled": true + }, + "relationships": { + "company": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/company" + }, + "data": { + "id": "CO242a7461b61b4ce8831633b3e1dddcb9", + "type": "companies" + } + }, + "callbacks": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/callbacks" + } + }, + "hosts": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/hosts" + } + }, + "environments": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/environments" + } + }, + "libraries": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/libraries" + } + }, + "data_elements": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/data_elements" + } + }, + "extensions": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/extensions" + } + }, + "rules": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/rules" + } + }, + "notes": { + "links": { + "related": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/notes" + } + } + }, + "links": { + "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", + "data_elements": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/environments", + "extensions": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/extensions", + "rules": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045/rules", + "self": "https://reactor.adobe.io/properties/PR5669294602404b5bbb6964bfc612b045" + }, + "meta": { + "rights": [ + "approve", + "develop", + "edit_property", + "manage_environments", + "manage_extensions", + "publish" + ] + } } ], "meta": { @@ -219468,7 +233869,7 @@ "next_page": null, "prev_page": null, "total_pages": 1, - "total_count": 4 + "total_count": 10 } } }, @@ -219489,7 +233890,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -219562,7 +233963,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -219629,16 +234030,16 @@ "response": { "data": [ { - "id": "PRba6afec48ccd4470a0ebd575586311ff", + "id": "PR2917daa0c6384802a23bed1d99a77fea", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:06.547Z", + "created_at": "2022-02-04T21:19:11.994Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:06.547Z", + "updated_at": "2022-02-04T21:19:11.994Z", "platform": "web", "development": false, - "token": "4fc14407b5c0", + "token": "869caa83d1b9", "domains": [ "example.com" ], @@ -219648,7 +234049,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/company" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -219657,52 +234058,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/callbacks" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/hosts" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/environments" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/libraries" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/data_elements" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/extensions" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/rules" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/notes" + "related": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/data_elements", - "environments": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/environments", - "extensions": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/extensions", - "rules": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff/rules", - "self": "https://reactor.adobe.io/properties/PRba6afec48ccd4470a0ebd575586311ff" + "data_elements": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/environments", + "extensions": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/extensions", + "rules": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea/rules", + "self": "https://reactor.adobe.io/properties/PR2917daa0c6384802a23bed1d99a77fea" }, "meta": { "rights": [ @@ -219731,7 +234132,7 @@ }, { "name": "properties.update_a_property", - "endpoint": "/properties/PRba6afec48ccd4470a0ebd575586311ff", + "endpoint": "/properties/PR2917daa0c6384802a23bed1d99a77fea", "method": "DELETE", "request": null, "response": null, @@ -219778,16 +234179,16 @@ }, "response": { "data": { - "id": "PR106cf7d1b7204f918c3f579086e6cf9e", + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:12.164Z", + "created_at": "2022-02-04T21:19:18.228Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:12.164Z", + "updated_at": "2022-02-04T21:19:18.228Z", "platform": "web", "development": false, - "token": "a1379a3b7d24", + "token": "c30919f275c5", "domains": [ "example.com" ], @@ -219797,7 +234198,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/company" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -219806,52 +234207,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/callbacks" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/hosts" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/libraries" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/notes" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments", - "extensions": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions", - "rules": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules", - "self": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e" + "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", + "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" }, "meta": { "rights": [ @@ -219880,22 +234281,22 @@ "example.com" ] }, - "id": "PR106cf7d1b7204f918c3f579086e6cf9e", + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", "type": "properties" } }, "response": { "data": { - "id": "PR106cf7d1b7204f918c3f579086e6cf9e", + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:12.164Z", + "created_at": "2022-02-04T21:19:18.228Z", "enabled": true, "name": "Kessel Property B", - "updated_at": "2021-10-05T19:16:17.378Z", + "updated_at": "2022-02-04T21:19:23.585Z", "platform": "web", "development": false, - "token": "a1379a3b7d24", + "token": "c30919f275c5", "domains": [ "example.com" ], @@ -219905,7 +234306,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/company" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -219914,52 +234315,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/callbacks" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/hosts" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/libraries" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/notes" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments", - "extensions": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions", - "rules": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules", - "self": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e" + "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", + "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" }, "meta": { "rights": [ @@ -219990,7 +234391,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220063,7 +234464,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220130,16 +234531,16 @@ "response": { "data": [ { - "id": "PR106cf7d1b7204f918c3f579086e6cf9e", + "id": "PR393d7d5f0b0f4a1da25f0d9043b12b7f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:12.164Z", + "created_at": "2022-02-04T21:19:18.228Z", "enabled": true, "name": "Kessel Property B", - "updated_at": "2021-10-05T19:16:17.378Z", + "updated_at": "2022-02-04T21:19:23.585Z", "platform": "web", "development": false, - "token": "a1379a3b7d24", + "token": "c30919f275c5", "domains": [ "example.com" ], @@ -220149,7 +234550,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/company" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -220158,52 +234559,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/callbacks" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/hosts" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/libraries" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/notes" + "related": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/environments", - "extensions": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/extensions", - "rules": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e/rules", - "self": "https://reactor.adobe.io/properties/PR106cf7d1b7204f918c3f579086e6cf9e" + "data_elements": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/data_elements", + "environments": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/environments", + "extensions": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/extensions", + "rules": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f/rules", + "self": "https://reactor.adobe.io/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f" }, "meta": { "rights": [ @@ -220232,7 +234633,7 @@ }, { "name": "properties.delete_a_property", - "endpoint": "/properties/PR106cf7d1b7204f918c3f579086e6cf9e", + "endpoint": "/properties/PR393d7d5f0b0f4a1da25f0d9043b12b7f", "method": "DELETE", "request": null, "response": null, @@ -220279,16 +234680,16 @@ }, "response": { "data": { - "id": "PR8e6c87ebfcd9477d81a1a1a4c03bfe7b", + "id": "PRc78e7f3512d14db59214517cfccf23e7", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:17.842Z", + "created_at": "2022-02-04T21:19:24.346Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:17.842Z", + "updated_at": "2022-02-04T21:19:24.346Z", "platform": "web", "development": false, - "token": "56045e6b21d9", + "token": "b6482ebcdfb2", "domains": [ "example.com" ], @@ -220298,7 +234699,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/company" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -220307,52 +234708,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/callbacks" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/hosts" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/environments" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/libraries" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/data_elements" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/extensions" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/rules" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/notes" + "related": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/environments", - "extensions": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/extensions", - "rules": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b/rules", - "self": "https://reactor.adobe.io/properties/PR8e6c87ebfcd9477d81a1a1a4c03bfe7b" + "data_elements": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/data_elements", + "environments": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/environments", + "extensions": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/extensions", + "rules": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7/rules", + "self": "https://reactor.adobe.io/properties/PRc78e7f3512d14db59214517cfccf23e7" }, "meta": { "rights": [ @@ -220392,7 +234793,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220465,7 +234866,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220586,16 +234987,16 @@ }, "response": { "data": { - "id": "PRadb112bc689d417dadfcfc2ba917ed85", + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:23.424Z", + "created_at": "2022-02-04T21:19:30.719Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:23.424Z", + "updated_at": "2022-02-04T21:19:30.719Z", "platform": "web", "development": false, - "token": "cd0426fc5d3f", + "token": "7c4722031d2c", "domains": [ "example.com" ], @@ -220605,7 +235006,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/company" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -220614,52 +235015,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/callbacks" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/hosts" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/libraries" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/notes" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments", - "extensions": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions", - "rules": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules", - "self": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85" + "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", + "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" }, "meta": { "rights": [ @@ -220690,49 +235091,49 @@ }, "response": { "data": { - "id": "LB2a710dcdeadb426482ca349dd7c67919", + "id": "LB7bd6481de3db4b648877e23030c36677", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:16:28.663Z", + "created_at": "2022-02-04T21:19:36.111Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:16:28.663Z", + "updated_at": "2022-02-04T21:19:36.111Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/builds" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/data_elements", - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/data_elements", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/extensions", - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/extensions", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/notes" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/rules", - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/rules", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/relationships/rules" } }, "upstream_library": { @@ -220740,23 +235141,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/property" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/property" }, "data": { - "id": "PRadb112bc689d417dadfcfc2ba917ed85", + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919/last_build" + "related": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85", - "self": "https://reactor.adobe.io/libraries/LB2a710dcdeadb426482ca349dd7c67919" + "property": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868", + "self": "https://reactor.adobe.io/libraries/LB7bd6481de3db4b648877e23030c36677" }, "meta": { "build_status": null, @@ -220774,16 +235175,16 @@ "request": null, "response": { "data": { - "id": "PRadb112bc689d417dadfcfc2ba917ed85", + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:23.424Z", + "created_at": "2022-02-04T21:19:30.719Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:23.424Z", + "updated_at": "2022-02-04T21:19:30.719Z", "platform": "web", "development": false, - "token": "cd0426fc5d3f", + "token": "7c4722031d2c", "domains": [ "example.com" ], @@ -220793,7 +235194,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/company" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -220802,52 +235203,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/callbacks" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/hosts" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/libraries" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/notes" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments", - "extensions": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions", - "rules": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules", - "self": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85" + "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", + "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" }, "meta": { "rights": [ @@ -220878,7 +235279,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -220951,7 +235352,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -221018,16 +235419,16 @@ "response": { "data": [ { - "id": "PRadb112bc689d417dadfcfc2ba917ed85", + "id": "PR9d0f8ecdca9946dc8df2e098718d1868", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:23.424Z", + "created_at": "2022-02-04T21:19:30.719Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:23.424Z", + "updated_at": "2022-02-04T21:19:30.719Z", "platform": "web", "development": false, - "token": "cd0426fc5d3f", + "token": "7c4722031d2c", "domains": [ "example.com" ], @@ -221037,7 +235438,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/company" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221046,52 +235447,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/callbacks" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/hosts" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/libraries" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/notes" + "related": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/environments", - "extensions": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/extensions", - "rules": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85/rules", - "self": "https://reactor.adobe.io/properties/PRadb112bc689d417dadfcfc2ba917ed85" + "data_elements": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/data_elements", + "environments": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/environments", + "extensions": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/extensions", + "rules": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868/rules", + "self": "https://reactor.adobe.io/properties/PR9d0f8ecdca9946dc8df2e098718d1868" }, "meta": { "rights": [ @@ -221120,7 +235521,7 @@ }, { "name": "properties.get_the_property_for_a_host", - "endpoint": "/properties/PRadb112bc689d417dadfcfc2ba917ed85", + "endpoint": "/properties/PR9d0f8ecdca9946dc8df2e098718d1868", "method": "DELETE", "request": null, "response": null, @@ -221167,16 +235568,16 @@ }, "response": { "data": { - "id": "PR24abbe4a6a454b04a9ced4c0ae15bf45", + "id": "PR04d95bbde18646be9d48f22f27503cd8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:29.081Z", + "created_at": "2022-02-04T21:19:36.968Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:29.081Z", + "updated_at": "2022-02-04T21:19:36.968Z", "platform": "web", "development": false, - "token": "89f0f6f08020", + "token": "4e28a086d9ad", "domains": [ "example.com" ], @@ -221186,7 +235587,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/company" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221195,52 +235596,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/callbacks" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/hosts" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/libraries" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/notes" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements", - "environments": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments", - "extensions": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions", - "rules": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules", - "self": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45" + "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", + "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", + "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", + "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" }, "meta": { "rights": [ @@ -221259,7 +235660,7 @@ }, { "name": "properties.get_the_property_for_a_host", - "endpoint": "/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/hosts", + "endpoint": "/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts", "method": "POST", "request": { "data": { @@ -221272,33 +235673,33 @@ }, "response": { "data": { - "id": "HTe869455449014d9c8e244985fd8f425e", + "id": "HT1e4d5cb87bd3472da957cce6d2f79b7c", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:16:34.334Z", + "created_at": "2022-02-04T21:19:42.419Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:16:34.334Z", + "updated_at": "2022-02-04T21:19:42.419Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTe869455449014d9c8e244985fd8f425e/property" + "related": "https://reactor.adobe.io/hosts/HT1e4d5cb87bd3472da957cce6d2f79b7c/property" }, "data": { - "id": "PR24abbe4a6a454b04a9ced4c0ae15bf45", + "id": "PR04d95bbde18646be9d48f22f27503cd8", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45", - "self": "https://reactor.adobe.io/hosts/HTe869455449014d9c8e244985fd8f425e" + "property": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8", + "self": "https://reactor.adobe.io/hosts/HT1e4d5cb87bd3472da957cce6d2f79b7c" } } }, @@ -221312,16 +235713,16 @@ "request": null, "response": { "data": { - "id": "PR24abbe4a6a454b04a9ced4c0ae15bf45", + "id": "PR04d95bbde18646be9d48f22f27503cd8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:29.081Z", + "created_at": "2022-02-04T21:19:36.968Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:29.081Z", + "updated_at": "2022-02-04T21:19:36.968Z", "platform": "web", "development": false, - "token": "89f0f6f08020", + "token": "4e28a086d9ad", "domains": [ "example.com" ], @@ -221331,7 +235732,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/company" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221340,52 +235741,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/callbacks" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/hosts" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/libraries" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/notes" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements", - "environments": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments", - "extensions": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions", - "rules": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules", - "self": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45" + "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", + "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", + "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", + "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" }, "meta": { "rights": [ @@ -221416,7 +235817,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -221489,7 +235890,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -221556,16 +235957,16 @@ "response": { "data": [ { - "id": "PR24abbe4a6a454b04a9ced4c0ae15bf45", + "id": "PR04d95bbde18646be9d48f22f27503cd8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:29.081Z", + "created_at": "2022-02-04T21:19:36.968Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:29.081Z", + "updated_at": "2022-02-04T21:19:36.968Z", "platform": "web", "development": false, - "token": "89f0f6f08020", + "token": "4e28a086d9ad", "domains": [ "example.com" ], @@ -221575,7 +235976,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/company" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221584,52 +235985,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/callbacks" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/hosts" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/libraries" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/notes" + "related": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/data_elements", - "environments": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/environments", - "extensions": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/extensions", - "rules": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45/rules", - "self": "https://reactor.adobe.io/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45" + "data_elements": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/data_elements", + "environments": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/environments", + "extensions": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/extensions", + "rules": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8/rules", + "self": "https://reactor.adobe.io/properties/PR04d95bbde18646be9d48f22f27503cd8" }, "meta": { "rights": [ @@ -221658,7 +236059,7 @@ }, { "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/PR24abbe4a6a454b04a9ced4c0ae15bf45", + "endpoint": "/properties/PR04d95bbde18646be9d48f22f27503cd8", "method": "DELETE", "request": null, "response": null, @@ -221705,16 +236106,16 @@ }, "response": { "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:34.854Z", + "created_at": "2022-02-04T21:19:43.251Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:34.854Z", + "updated_at": "2022-02-04T21:19:43.251Z", "platform": "web", "development": false, - "token": "3a588786fb5a", + "token": "50fe8d863632", "domains": [ "example.com" ], @@ -221724,7 +236125,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/company" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -221733,52 +236134,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/callbacks" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/hosts" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/libraries" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/notes" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments", - "extensions": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions", - "rules": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules", - "self": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16" + "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", + "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", + "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", + "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" }, "meta": { "rights": [ @@ -221797,7 +236198,7 @@ }, { "name": "properties.get_the_property_for_a_build", - "endpoint": "/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/hosts", + "endpoint": "/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts", "method": "POST", "request": { "data": { @@ -221810,33 +236211,33 @@ }, "response": { "data": { - "id": "HTc937d124d3e844a89c4daa7eac43609a", + "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:16:40.076Z", + "created_at": "2022-02-04T21:19:48.578Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:16:40.076Z", + "updated_at": "2022-02-04T21:19:48.578Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTc937d124d3e844a89c4daa7eac43609a/property" + "related": "https://reactor.adobe.io/hosts/HT4df6255cf8ea463aa9efaa9d841d1b06/property" }, "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16", - "self": "https://reactor.adobe.io/hosts/HTc937d124d3e844a89c4daa7eac43609a" + "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "self": "https://reactor.adobe.io/hosts/HT4df6255cf8ea463aa9efaa9d841d1b06" } } }, @@ -221856,7 +236257,7 @@ "relationships": { "host": { "data": { - "id": "HTc937d124d3e844a89c4daa7eac43609a", + "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", "type": "hosts" } } @@ -221866,77 +236267,82 @@ }, "response": { "data": { - "id": "EN6da935b5beaa48a0a7c9513324b42a0e", + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:16:40.164Z", - "library_path": "17e0df72ece8/3a588786fb5a", - "library_name": "launch-7070dce2941c-development.min.js", + "created_at": "2022-02-04T21:19:48.682Z", + "library_path": "17e0df72ece8/50fe8d863632", + "library_name": "launch-09f75204ba91-development.min.js", "library_entry_points": [ { - "library_name": "launch-7070dce2941c-development.min.js", + "library_name": "launch-09f75204ba91-development.min.js", "minified": true, "references": [ - "17e0df72ece8/3a588786fb5a/launch-7070dce2941c-development.min.js" + "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js" ], - "license_path": "17e0df72ece8/3a588786fb5a/launch-7070dce2941c-development.js" + "license_path": "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" }, { - "library_name": "launch-7070dce2941c-development.js", + "library_name": "launch-09f75204ba91-development.js", "minified": false, "references": [ - "17e0df72ece8/3a588786fb5a/launch-7070dce2941c-development.js" + "17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:16:40.164Z", + "updated_at": "2022-02-04T21:19:48.682Z", "status": "succeeded", - "token": "7070dce2941c" + "token": "09f75204ba91" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/library" + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/builds" + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/host", - "self": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/relationships/host" + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/host", + "self": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/relationships/host" }, "data": { - "id": "HTc937d124d3e844a89c4daa7eac43609a", + "id": "HT4df6255cf8ea463aa9efaa9d841d1b06", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e/property" + "related": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0/property" }, "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16", - "self": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e" + "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "self": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.js" + } ] } } @@ -221958,49 +236364,49 @@ }, "response": { "data": { - "id": "LB4e69f50b7db04f87a5b7a352e51c266f", + "id": "LBcfa64f463276408d872677c0640e8669", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:16:40.241Z", + "created_at": "2022-02-04T21:19:48.776Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:16:40.241Z", + "updated_at": "2022-02-04T21:19:48.776Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/builds" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/data_elements", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/data_elements", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/extensions", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/extensions", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/notes" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/rules", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/rules", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/rules" } }, "upstream_library": { @@ -222008,23 +236414,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/property" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/property" }, "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/last_build" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f" + "property": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669" }, "meta": { "build_status": null, @@ -222041,18 +236447,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN6da935b5beaa48a0a7c9513324b42a0e", + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", "type": "environments" } }, "response": { "data": { - "id": "EN6da935b5beaa48a0a7c9513324b42a0e", + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/environment", - "self": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/environment", + "self": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669/relationships/environment" } }, "response_code": 200, @@ -222065,66 +236471,66 @@ "request": null, "response": { "data": { - "id": "BL2736df4a7f754c55af5258b83a57a02d", + "id": "BLc6f9567164cd4a0dbfd5a3065cb0702c", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:16:40.466Z", + "created_at": "2022-02-04T21:19:49.177Z", "status": "pending", - "updated_at": "2021-10-05T19:16:40.466Z", - "token": "5ffc6f525ca4" + "updated_at": "2022-02-04T21:19:49.177Z", + "token": "6f6ca7fcbc0b" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/data_elements" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/extensions" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/rules" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/environment" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/environment" }, "data": { - "id": "EN6da935b5beaa48a0a7c9513324b42a0e", + "id": "EN45c3bb7a3e944cc8819a0a5bdfa231c0", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/library" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/library" }, "data": { - "id": "LB4e69f50b7db04f87a5b7a352e51c266f", + "id": "LBcfa64f463276408d872677c0640e8669", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d/property" + "related": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c/property" }, "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN6da935b5beaa48a0a7c9513324b42a0e", - "library": "https://reactor.adobe.io/libraries/LB4e69f50b7db04f87a5b7a352e51c266f", - "self": "https://reactor.adobe.io/builds/BL2736df4a7f754c55af5258b83a57a02d" + "environment": "https://reactor.adobe.io/environments/EN45c3bb7a3e944cc8819a0a5bdfa231c0", + "library": "https://reactor.adobe.io/libraries/LBcfa64f463276408d872677c0640e8669", + "self": "https://reactor.adobe.io/builds/BLc6f9567164cd4a0dbfd5a3065cb0702c" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a588786fb5a/launch-7070dce2941c-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/3a588786fb5a/5ffc6f525ca4/launch-7070dce2941c-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/launch-09f75204ba91-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/50fe8d863632/6f6ca7fcbc0b/launch-09f75204ba91-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -222140,16 +236546,16 @@ "request": null, "response": { "data": { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:34.854Z", + "created_at": "2022-02-04T21:19:43.251Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:34.854Z", + "updated_at": "2022-02-04T21:19:43.251Z", "platform": "web", "development": false, - "token": "3a588786fb5a", + "token": "50fe8d863632", "domains": [ "example.com" ], @@ -222159,7 +236565,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/company" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222168,52 +236574,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/callbacks" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/hosts" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/libraries" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/notes" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments", - "extensions": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions", - "rules": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules", - "self": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16" + "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", + "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", + "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", + "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" }, "meta": { "rights": [ @@ -222244,7 +236650,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -222317,7 +236723,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -222384,16 +236790,16 @@ "response": { "data": [ { - "id": "PR1b96b5cf8075423cbf4d97ee50b8db16", + "id": "PR8bf0cec7751f400bb137d7fdd0f687ce", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:34.854Z", + "created_at": "2022-02-04T21:19:43.251Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:34.854Z", + "updated_at": "2022-02-04T21:19:43.251Z", "platform": "web", "development": false, - "token": "3a588786fb5a", + "token": "50fe8d863632", "domains": [ "example.com" ], @@ -222403,7 +236809,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/company" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222412,52 +236818,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/callbacks" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/hosts" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/libraries" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/notes" + "related": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/environments", - "extensions": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/extensions", - "rules": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16/rules", - "self": "https://reactor.adobe.io/properties/PR1b96b5cf8075423cbf4d97ee50b8db16" + "data_elements": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/environments", + "extensions": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/extensions", + "rules": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce/rules", + "self": "https://reactor.adobe.io/properties/PR8bf0cec7751f400bb137d7fdd0f687ce" }, "meta": { "rights": [ @@ -222486,7 +236892,7 @@ }, { "name": "properties.get_the_property_for_a_callback", - "endpoint": "/properties/PR1b96b5cf8075423cbf4d97ee50b8db16", + "endpoint": "/properties/PR8bf0cec7751f400bb137d7fdd0f687ce", "method": "DELETE", "request": null, "response": null, @@ -222533,16 +236939,16 @@ }, "response": { "data": { - "id": "PR514a0726471f40bdbd203c7487d2b615", + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:41.140Z", + "created_at": "2022-02-04T21:19:50.234Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:41.140Z", + "updated_at": "2022-02-04T21:19:50.234Z", "platform": "web", "development": false, - "token": "e521d72451dd", + "token": "721b5df27d99", "domains": [ "example.com" ], @@ -222552,7 +236958,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/company" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222561,52 +236967,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/callbacks" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/hosts" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/libraries" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/notes" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements", - "environments": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments", - "extensions": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions", - "rules": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules", - "self": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615" + "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", + "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" }, "meta": { "rights": [ @@ -222639,30 +237045,30 @@ }, "response": { "data": { - "id": "CB00a1729dc87c469c8e99fb4710f1f1b3", + "id": "CBdd716be26f824ca18f1859df2003d56f", "type": "callbacks", "attributes": { - "created_at": "2021-10-05T19:16:46.378Z", + "created_at": "2022-02-04T21:19:55.537Z", "subscriptions": [ "rule.created" ], - "updated_at": "2021-10-05T19:16:46.378Z", + "updated_at": "2022-02-04T21:19:55.537Z", "url": "https://www.example.com" }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/callbacks/CB00a1729dc87c469c8e99fb4710f1f1b3/property" + "related": "https://reactor.adobe.io/callbacks/CBdd716be26f824ca18f1859df2003d56f/property" }, "data": { - "id": "PR514a0726471f40bdbd203c7487d2b615", + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615", - "self": "https://reactor.adobe.io/callbacks/CB00a1729dc87c469c8e99fb4710f1f1b3" + "property": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0", + "self": "https://reactor.adobe.io/callbacks/CBdd716be26f824ca18f1859df2003d56f" } } }, @@ -222676,16 +237082,16 @@ "request": null, "response": { "data": { - "id": "PR514a0726471f40bdbd203c7487d2b615", + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:41.140Z", + "created_at": "2022-02-04T21:19:50.234Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:41.140Z", + "updated_at": "2022-02-04T21:19:50.234Z", "platform": "web", "development": false, - "token": "e521d72451dd", + "token": "721b5df27d99", "domains": [ "example.com" ], @@ -222695,7 +237101,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/company" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222704,52 +237110,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/callbacks" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/hosts" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/libraries" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/notes" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements", - "environments": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments", - "extensions": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions", - "rules": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules", - "self": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615" + "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", + "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" }, "meta": { "rights": [ @@ -222780,7 +237186,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -222853,7 +237259,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -222920,16 +237326,16 @@ "response": { "data": [ { - "id": "PR514a0726471f40bdbd203c7487d2b615", + "id": "PR1cf5d6308d0e4f95b38d5eac1897c1f0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:41.140Z", + "created_at": "2022-02-04T21:19:50.234Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:41.140Z", + "updated_at": "2022-02-04T21:19:50.234Z", "platform": "web", "development": false, - "token": "e521d72451dd", + "token": "721b5df27d99", "domains": [ "example.com" ], @@ -222939,7 +237345,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/company" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -222948,52 +237354,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/callbacks" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/hosts" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/libraries" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/notes" + "related": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/data_elements", - "environments": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/environments", - "extensions": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/extensions", - "rules": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615/rules", - "self": "https://reactor.adobe.io/properties/PR514a0726471f40bdbd203c7487d2b615" + "data_elements": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/environments", + "extensions": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/extensions", + "rules": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0/rules", + "self": "https://reactor.adobe.io/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0" }, "meta": { "rights": [ @@ -223022,7 +237428,7 @@ }, { "name": "properties.get_the_property_for_a_data_element", - "endpoint": "/properties/PR514a0726471f40bdbd203c7487d2b615", + "endpoint": "/properties/PR1cf5d6308d0e4f95b38d5eac1897c1f0", "method": "DELETE", "request": null, "response": null, @@ -223069,16 +237475,16 @@ }, "response": { "data": { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:46.815Z", + "created_at": "2022-02-04T21:19:56.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:46.815Z", + "updated_at": "2022-02-04T21:19:56.453Z", "platform": "web", "development": false, - "token": "ec34add7d818", + "token": "e71a95b3bcc5", "domains": [ "example.com" ], @@ -223088,7 +237494,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/company" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -223097,52 +237503,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/callbacks" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/hosts" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/libraries" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/notes" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules", - "self": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc" + "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", + "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", + "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", + "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" }, "meta": { "rights": [ @@ -224438,6 +238844,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -225614,10 +240021,10 @@ }, "response": { "data": { - "id": "EX4358a5efd5404dc480bc6da5e4572b28", + "id": "EX68c62bdb41174438b2cd98d8bd560946", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:16:52.208Z", + "created_at": "2022-02-04T21:20:02.046Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -225625,7 +240032,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:16:52.208Z", + "updated_at": "2022-02-04T21:20:02.046Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -225635,40 +240042,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/libraries" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/revisions" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/notes" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/property" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/property" }, "data": { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/origin" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/origin" }, "data": { - "id": "EX4358a5efd5404dc480bc6da5e4572b28", + "id": "EX68c62bdb41174438b2cd98d8bd560946", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -225677,7 +240084,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28/extension_package" + "related": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -225686,9 +240093,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc", - "origin": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28", - "self": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28", + "property": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", + "origin": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946", + "self": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -226956,6 +241363,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -228108,14 +242516,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:16:52 -0600", + "name": "My Data Element 2022-02-04 14:20:02 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX4358a5efd5404dc480bc6da5e4572b28", + "id": "EX68c62bdb41174438b2cd98d8bd560946", "type": "extensions" } } @@ -228125,18 +242533,18 @@ }, "response": { "data": { - "id": "DEf3f64da4c78e405ca8d6c85301b84206", + "id": "DEb2e94370fde7447faf522cd653e11568", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:16:52.519Z", + "created_at": "2022-02-04T21:20:02.546Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:16:52 -0600", + "name": "My Data Element 2022-02-04 14:20:02 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:16:52.519Z", + "updated_at": "2022-02-04T21:20:02.546Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -228148,49 +242556,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/notes" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/property" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/property" }, "data": { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/origin" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/origin" }, "data": { - "id": "DEf3f64da4c78e405ca8d6c85301b84206", + "id": "DEb2e94370fde7447faf522cd653e11568", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/extension" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/extension" }, "data": { - "id": "EX4358a5efd5404dc480bc6da5e4572b28", + "id": "EX68c62bdb41174438b2cd98d8bd560946", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -228199,19 +242607,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568/updated_with_extension" }, "data": { - "id": "EX1a14983e3189417fb9e38b5564e197af", + "id": "EX50f3e20f61834ce296b50e99b8eafdf1", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc", - "origin": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206", - "self": "https://reactor.adobe.io/data_elements/DEf3f64da4c78e405ca8d6c85301b84206", - "extension": "https://reactor.adobe.io/extensions/EX4358a5efd5404dc480bc6da5e4572b28" + "property": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", + "origin": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568", + "self": "https://reactor.adobe.io/data_elements/DEb2e94370fde7447faf522cd653e11568", + "extension": "https://reactor.adobe.io/extensions/EX68c62bdb41174438b2cd98d8bd560946" }, "meta": { "latest_revision_number": 0 @@ -228228,16 +242636,16 @@ "request": null, "response": { "data": { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:46.815Z", + "created_at": "2022-02-04T21:19:56.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:46.815Z", + "updated_at": "2022-02-04T21:19:56.453Z", "platform": "web", "development": false, - "token": "ec34add7d818", + "token": "e71a95b3bcc5", "domains": [ "example.com" ], @@ -228247,7 +242655,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/company" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228256,52 +242664,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/callbacks" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/hosts" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/libraries" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/notes" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules", - "self": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc" + "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", + "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", + "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", + "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" }, "meta": { "rights": [ @@ -228332,7 +242740,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -228405,7 +242813,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -228472,16 +242880,16 @@ "response": { "data": [ { - "id": "PR9c7c16b4799a454089749613797d03bc", + "id": "PR3e2311f6d9f349169f4b8aaae7cf560d", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:46.815Z", + "created_at": "2022-02-04T21:19:56.453Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:46.815Z", + "updated_at": "2022-02-04T21:19:56.453Z", "platform": "web", "development": false, - "token": "ec34add7d818", + "token": "e71a95b3bcc5", "domains": [ "example.com" ], @@ -228491,7 +242899,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/company" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228500,52 +242908,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/callbacks" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/hosts" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/libraries" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/notes" + "related": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/environments", - "extensions": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/extensions", - "rules": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc/rules", - "self": "https://reactor.adobe.io/properties/PR9c7c16b4799a454089749613797d03bc" + "data_elements": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/environments", + "extensions": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/extensions", + "rules": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d/rules", + "self": "https://reactor.adobe.io/properties/PR3e2311f6d9f349169f4b8aaae7cf560d" }, "meta": { "rights": [ @@ -228574,7 +242982,7 @@ }, { "name": "properties.get_the_property_for_an_environment", - "endpoint": "/properties/PR9c7c16b4799a454089749613797d03bc", + "endpoint": "/properties/PR3e2311f6d9f349169f4b8aaae7cf560d", "method": "DELETE", "request": null, "response": null, @@ -228621,16 +243029,16 @@ }, "response": { "data": { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:52.983Z", + "created_at": "2022-02-04T21:20:03.314Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:52.983Z", + "updated_at": "2022-02-04T21:20:03.314Z", "platform": "web", "development": false, - "token": "7a795d6f86ed", + "token": "24a3cdccfbfc", "domains": [ "example.com" ], @@ -228640,7 +243048,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/company" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228649,52 +243057,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/callbacks" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/hosts" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/libraries" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/notes" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments", - "extensions": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions", - "rules": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules", - "self": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2" + "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", + "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", + "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", + "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" }, "meta": { "rights": [ @@ -228713,7 +243121,7 @@ }, { "name": "properties.get_the_property_for_an_environment", - "endpoint": "/properties/PRd398a5c7c870473fa239152862509bb2/hosts", + "endpoint": "/properties/PR6cc96114ef204c91bce242195c019ada/hosts", "method": "POST", "request": { "data": { @@ -228726,33 +243134,33 @@ }, "response": { "data": { - "id": "HT7f2c78b981f34736a4737ae8375e1793", + "id": "HT9256cce862d143b8944b13028805fecf", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:16:58.202Z", + "created_at": "2022-02-04T21:20:08.732Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:16:58.202Z", + "updated_at": "2022-02-04T21:20:08.732Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT7f2c78b981f34736a4737ae8375e1793/property" + "related": "https://reactor.adobe.io/hosts/HT9256cce862d143b8944b13028805fecf/property" }, "data": { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2", - "self": "https://reactor.adobe.io/hosts/HT7f2c78b981f34736a4737ae8375e1793" + "property": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada", + "self": "https://reactor.adobe.io/hosts/HT9256cce862d143b8944b13028805fecf" } } }, @@ -228772,7 +243180,7 @@ "relationships": { "host": { "data": { - "id": "HT7f2c78b981f34736a4737ae8375e1793", + "id": "HT9256cce862d143b8944b13028805fecf", "type": "hosts" } } @@ -228782,77 +243190,82 @@ }, "response": { "data": { - "id": "ENb2d9dcc7814d412ba5af4782e0ff530f", + "id": "ENea58bd9f480243ef840c31e1beee9551", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:16:58.286Z", - "library_path": "17e0df72ece8/7a795d6f86ed", - "library_name": "launch-55c2e05bf232-development.min.js", + "created_at": "2022-02-04T21:20:08.832Z", + "library_path": "17e0df72ece8/24a3cdccfbfc", + "library_name": "launch-3f3d52a1a674-development.min.js", "library_entry_points": [ { - "library_name": "launch-55c2e05bf232-development.min.js", + "library_name": "launch-3f3d52a1a674-development.min.js", "minified": true, "references": [ - "17e0df72ece8/7a795d6f86ed/launch-55c2e05bf232-development.min.js" + "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.min.js" ], - "license_path": "17e0df72ece8/7a795d6f86ed/launch-55c2e05bf232-development.js" + "license_path": "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" }, { - "library_name": "launch-55c2e05bf232-development.js", + "library_name": "launch-3f3d52a1a674-development.js", "minified": false, "references": [ - "17e0df72ece8/7a795d6f86ed/launch-55c2e05bf232-development.js" + "17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:16:58.286Z", + "updated_at": "2022-02-04T21:20:08.832Z", "status": "succeeded", - "token": "55c2e05bf232" + "token": "3f3d52a1a674" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/library" + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/builds" + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/host", - "self": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/relationships/host" + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/host", + "self": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/relationships/host" }, "data": { - "id": "HT7f2c78b981f34736a4737ae8375e1793", + "id": "HT9256cce862d143b8944b13028805fecf", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f/property" + "related": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551/property" }, "data": { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2", - "self": "https://reactor.adobe.io/environments/ENb2d9dcc7814d412ba5af4782e0ff530f" + "property": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada", + "self": "https://reactor.adobe.io/environments/ENea58bd9f480243ef840c31e1beee9551" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/24a3cdccfbfc/launch-3f3d52a1a674-development.js" + } ] } } @@ -228867,16 +243280,16 @@ "request": null, "response": { "data": { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:52.983Z", + "created_at": "2022-02-04T21:20:03.314Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:52.983Z", + "updated_at": "2022-02-04T21:20:03.314Z", "platform": "web", "development": false, - "token": "7a795d6f86ed", + "token": "24a3cdccfbfc", "domains": [ "example.com" ], @@ -228886,7 +243299,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/company" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -228895,52 +243308,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/callbacks" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/hosts" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/libraries" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/notes" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments", - "extensions": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions", - "rules": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules", - "self": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2" + "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", + "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", + "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", + "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" }, "meta": { "rights": [ @@ -228971,7 +243384,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -229044,7 +243457,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -229111,16 +243524,16 @@ "response": { "data": [ { - "id": "PRd398a5c7c870473fa239152862509bb2", + "id": "PR6cc96114ef204c91bce242195c019ada", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:52.983Z", + "created_at": "2022-02-04T21:20:03.314Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:52.983Z", + "updated_at": "2022-02-04T21:20:03.314Z", "platform": "web", "development": false, - "token": "7a795d6f86ed", + "token": "24a3cdccfbfc", "domains": [ "example.com" ], @@ -229130,7 +243543,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/company" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -229139,52 +243552,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/callbacks" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/hosts" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/libraries" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/notes" + "related": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/environments", - "extensions": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/extensions", - "rules": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2/rules", - "self": "https://reactor.adobe.io/properties/PRd398a5c7c870473fa239152862509bb2" + "data_elements": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/environments", + "extensions": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/extensions", + "rules": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada/rules", + "self": "https://reactor.adobe.io/properties/PR6cc96114ef204c91bce242195c019ada" }, "meta": { "rights": [ @@ -229213,7 +243626,7 @@ }, { "name": "properties.get_the_property_for_an_extension", - "endpoint": "/properties/PRd398a5c7c870473fa239152862509bb2", + "endpoint": "/properties/PR6cc96114ef204c91bce242195c019ada", "method": "DELETE", "request": null, "response": null, @@ -229260,16 +243673,16 @@ }, "response": { "data": { - "id": "PRf3a48a3d64044b9686002f378ca10cbc", + "id": "PR950ebfe72b324d319d9fd70cf3288b06", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:58.723Z", + "created_at": "2022-02-04T21:20:09.505Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:58.723Z", + "updated_at": "2022-02-04T21:20:09.505Z", "platform": "web", "development": false, - "token": "64d736a8b786", + "token": "cc47871724cc", "domains": [ "example.com" ], @@ -229279,7 +243692,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/company" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -229288,52 +243701,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/callbacks" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/hosts" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/libraries" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/notes" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments", - "extensions": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions", - "rules": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules", - "self": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc" + "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", + "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", + "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", + "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", + "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" }, "meta": { "rights": [ @@ -230629,6 +245042,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -231805,10 +246219,10 @@ }, "response": { "data": { - "id": "EX6dc310ba8e934accb881d2ca23ba3c6a", + "id": "EX7b2e65b2d87a4ccebbabae823ef6967a", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:04.095Z", + "created_at": "2022-02-04T21:20:15.048Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -231816,7 +246230,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:04.095Z", + "updated_at": "2022-02-04T21:20:15.048Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -231826,40 +246240,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/libraries" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/revisions" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/notes" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/property" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/property" }, "data": { - "id": "PRf3a48a3d64044b9686002f378ca10cbc", + "id": "PR950ebfe72b324d319d9fd70cf3288b06", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/origin" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/origin" }, "data": { - "id": "EX6dc310ba8e934accb881d2ca23ba3c6a", + "id": "EX7b2e65b2d87a4ccebbabae823ef6967a", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -231868,7 +246282,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -231877,9 +246291,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc", - "origin": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a", - "self": "https://reactor.adobe.io/extensions/EX6dc310ba8e934accb881d2ca23ba3c6a", + "property": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06", + "origin": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a", + "self": "https://reactor.adobe.io/extensions/EX7b2e65b2d87a4ccebbabae823ef6967a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -231898,16 +246312,16 @@ "request": null, "response": { "data": { - "id": "PRf3a48a3d64044b9686002f378ca10cbc", + "id": "PR950ebfe72b324d319d9fd70cf3288b06", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:58.723Z", + "created_at": "2022-02-04T21:20:09.505Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:58.723Z", + "updated_at": "2022-02-04T21:20:09.505Z", "platform": "web", "development": false, - "token": "64d736a8b786", + "token": "cc47871724cc", "domains": [ "example.com" ], @@ -231917,7 +246331,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/company" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -231926,52 +246340,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/callbacks" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/hosts" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/libraries" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/notes" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments", - "extensions": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions", - "rules": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules", - "self": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc" + "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", + "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", + "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", + "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", + "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" }, "meta": { "rights": [ @@ -232002,7 +246416,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -232075,7 +246489,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -232142,16 +246556,16 @@ "response": { "data": [ { - "id": "PRf3a48a3d64044b9686002f378ca10cbc", + "id": "PR950ebfe72b324d319d9fd70cf3288b06", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:16:58.723Z", + "created_at": "2022-02-04T21:20:09.505Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:16:58.723Z", + "updated_at": "2022-02-04T21:20:09.505Z", "platform": "web", "development": false, - "token": "64d736a8b786", + "token": "cc47871724cc", "domains": [ "example.com" ], @@ -232161,7 +246575,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/company" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232170,52 +246584,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/callbacks" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/hosts" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/libraries" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/notes" + "related": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/environments", - "extensions": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/extensions", - "rules": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc/rules", - "self": "https://reactor.adobe.io/properties/PRf3a48a3d64044b9686002f378ca10cbc" + "data_elements": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/data_elements", + "environments": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/environments", + "extensions": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/extensions", + "rules": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06/rules", + "self": "https://reactor.adobe.io/properties/PR950ebfe72b324d319d9fd70cf3288b06" }, "meta": { "rights": [ @@ -232244,7 +246658,7 @@ }, { "name": "properties.get_the_property_for_a_rule", - "endpoint": "/properties/PRf3a48a3d64044b9686002f378ca10cbc", + "endpoint": "/properties/PR950ebfe72b324d319d9fd70cf3288b06", "method": "DELETE", "request": null, "response": null, @@ -232291,16 +246705,16 @@ }, "response": { "data": { - "id": "PR4645db4500b8418f93f727704444d339", + "id": "PR414f35e646e84cf194d28a7623cdd6e5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:04.650Z", + "created_at": "2022-02-04T21:20:15.747Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:04.650Z", + "updated_at": "2022-02-04T21:20:15.747Z", "platform": "web", "development": false, - "token": "d3fbf4ab3fe5", + "token": "a016d74ef565", "domains": [ "example.com" ], @@ -232310,7 +246724,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/company" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232319,52 +246733,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/callbacks" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/hosts" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/libraries" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/notes" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments", - "extensions": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions", - "rules": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules", - "self": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339" + "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", + "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", + "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", + "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" }, "meta": { "rights": [ @@ -232395,10 +246809,10 @@ }, "response": { "data": { - "id": "RL8f41a9469aa8421d8599b824c2d65437", + "id": "RL025900ff901445f78f2e6d62b308031d", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:09.851Z", + "created_at": "2022-02-04T21:20:21.061Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -232406,54 +246820,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:09.851Z", + "updated_at": "2022-02-04T21:20:21.061Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/libraries" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/revisions" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/notes" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/property" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/property" }, "data": { - "id": "PR4645db4500b8418f93f727704444d339", + "id": "PR414f35e646e84cf194d28a7623cdd6e5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/origin" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/origin" }, "data": { - "id": "RL8f41a9469aa8421d8599b824c2d65437", + "id": "RL025900ff901445f78f2e6d62b308031d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/rule_components" + "related": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339", - "origin": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437", - "self": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437", - "rule_components": "https://reactor.adobe.io/rules/RL8f41a9469aa8421d8599b824c2d65437/rule_components" + "property": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5", + "origin": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d", + "self": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d", + "rule_components": "https://reactor.adobe.io/rules/RL025900ff901445f78f2e6d62b308031d/rule_components" }, "meta": { "latest_revision_number": 0 @@ -232470,16 +246884,16 @@ "request": null, "response": { "data": { - "id": "PR4645db4500b8418f93f727704444d339", + "id": "PR414f35e646e84cf194d28a7623cdd6e5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:04.650Z", + "created_at": "2022-02-04T21:20:15.747Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:04.650Z", + "updated_at": "2022-02-04T21:20:15.747Z", "platform": "web", "development": false, - "token": "d3fbf4ab3fe5", + "token": "a016d74ef565", "domains": [ "example.com" ], @@ -232489,7 +246903,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/company" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232498,52 +246912,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/callbacks" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/hosts" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/libraries" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/notes" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments", - "extensions": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions", - "rules": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules", - "self": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339" + "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", + "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", + "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", + "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" }, "meta": { "rights": [ @@ -232574,7 +246988,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -232647,7 +247061,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -232714,16 +247128,16 @@ "response": { "data": [ { - "id": "PR4645db4500b8418f93f727704444d339", + "id": "PR414f35e646e84cf194d28a7623cdd6e5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:04.650Z", + "created_at": "2022-02-04T21:20:15.747Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:04.650Z", + "updated_at": "2022-02-04T21:20:15.747Z", "platform": "web", "development": false, - "token": "d3fbf4ab3fe5", + "token": "a016d74ef565", "domains": [ "example.com" ], @@ -232733,7 +247147,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/company" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232742,52 +247156,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/callbacks" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/hosts" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/libraries" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/notes" + "related": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/environments", - "extensions": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/extensions", - "rules": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339/rules", - "self": "https://reactor.adobe.io/properties/PR4645db4500b8418f93f727704444d339" + "data_elements": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/environments", + "extensions": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/extensions", + "rules": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5/rules", + "self": "https://reactor.adobe.io/properties/PR414f35e646e84cf194d28a7623cdd6e5" }, "meta": { "rights": [ @@ -232816,7 +247230,7 @@ }, { "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/PR4645db4500b8418f93f727704444d339", + "endpoint": "/properties/PR414f35e646e84cf194d28a7623cdd6e5", "method": "DELETE", "request": null, "response": null, @@ -232860,21 +247274,21 @@ }, "response": { "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:10.355Z", + "created_at": "2022-02-04T21:20:21.838Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:17:10.355Z", + "updated_at": "2022-02-04T21:20:21.838Z", "platform": "edge", "development": false, - "token": "e0136f8f2946" + "token": "7e4268ea00b9" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/company" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -232883,52 +247297,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/callbacks" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/hosts" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/libraries" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/notes" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments", - "extensions": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions", - "rules": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules", - "self": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9" + "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", + "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", + "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", + "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" }, "meta": { "rights": [ @@ -232947,7 +247361,7 @@ }, { "name": "properties.get_the_property_for_a_secret", - "endpoint": "/properties/PR5390853af576442a8efa2af553cac8d9/hosts", + "endpoint": "/properties/PR8474eb13290c4453a757e2431a0ce170/hosts", "method": "POST", "request": { "data": { @@ -232960,33 +247374,33 @@ }, "response": { "data": { - "id": "HT08b4cf3425d147f2911733e62cd14adb", + "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:17:15.536Z", + "created_at": "2022-02-04T21:20:27.089Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:17:15.536Z", + "updated_at": "2022-02-04T21:20:27.089Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT08b4cf3425d147f2911733e62cd14adb/property" + "related": "https://reactor.adobe.io/hosts/HT4d8c813e62b44ad092dcf3c1754b1aee/property" }, "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9", - "self": "https://reactor.adobe.io/hosts/HT08b4cf3425d147f2911733e62cd14adb" + "property": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170", + "self": "https://reactor.adobe.io/hosts/HT4d8c813e62b44ad092dcf3c1754b1aee" } } }, @@ -233006,7 +247420,7 @@ "relationships": { "host": { "data": { - "id": "HT08b4cf3425d147f2911733e62cd14adb", + "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", "type": "hosts" } } @@ -233016,72 +247430,72 @@ }, "response": { "data": { - "id": "ENfc60d9f2d947475880fbdcdb4092c172", + "id": "EN21afcfc7631d448ab8ff14eed24004ea", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:17:15.625Z", - "library_path": "17e0df72ece8/e0136f8f2946", - "library_name": "launch-d26500e04782-development.min.js", + "created_at": "2022-02-04T21:20:27.238Z", + "library_path": "17e0df72ece8/7e4268ea00b9", + "library_name": "launch-a5cbb1e914b0-development.min.js", "library_entry_points": [ { - "library_name": "launch-d26500e04782-development.min.js", + "library_name": "launch-a5cbb1e914b0-development.min.js", "minified": true, "references": [ - "17e0df72ece8/e0136f8f2946/launch-d26500e04782-development.min.js" + "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.min.js" ], - "license_path": "17e0df72ece8/e0136f8f2946/launch-d26500e04782-development.js" + "license_path": "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.js" }, { - "library_name": "launch-d26500e04782-development.js", + "library_name": "launch-a5cbb1e914b0-development.js", "minified": false, "references": [ - "17e0df72ece8/e0136f8f2946/launch-d26500e04782-development.js" + "17e0df72ece8/7e4268ea00b9/launch-a5cbb1e914b0-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:17:15.625Z", + "updated_at": "2022-02-04T21:20:27.238Z", "status": "succeeded", - "token": "d26500e04782" + "token": "a5cbb1e914b0" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/library" + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/builds" + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/host", - "self": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/relationships/host" + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/host", + "self": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/relationships/host" }, "data": { - "id": "HT08b4cf3425d147f2911733e62cd14adb", + "id": "HT4d8c813e62b44ad092dcf3c1754b1aee", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172/property" + "related": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea/property" }, "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9", - "self": "https://reactor.adobe.io/environments/ENfc60d9f2d947475880fbdcdb4092c172" + "property": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170", + "self": "https://reactor.adobe.io/environments/EN21afcfc7631d448ab8ff14eed24004ea" }, "meta": { "archive_encrypted": false @@ -233107,7 +247521,7 @@ "relationships": { "environment": { "data": { - "id": "ENfc60d9f2d947475880fbdcdb4092c172", + "id": "EN21afcfc7631d448ab8ff14eed24004ea", "type": "environments" } } @@ -233117,11 +247531,11 @@ }, "response": { "data": { - "id": "SE8ec94b1a6a914134be2b6e2f8d090acb", + "id": "SE4430dd3df1c44bc1be64a74ede88c14c", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:17:15.774Z", - "updated_at": "2021-10-05T19:17:15.774Z", + "created_at": "2022-02-04T21:20:27.450Z", + "updated_at": "2022-02-04T21:20:27.450Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -233134,19 +247548,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/property" + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/property" }, "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/environment" + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/environment" }, "data": { - "id": "ENfc60d9f2d947475880fbdcdb4092c172", + "id": "EN21afcfc7631d448ab8ff14eed24004ea", "type": "environments" }, "meta": { @@ -233155,18 +247569,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/notes" + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/data_elements" + "related": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb", - "property": "https://reactor.adobe.io/secrets/SE8ec94b1a6a914134be2b6e2f8d090acb/property" + "self": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c", + "property": "https://reactor.adobe.io/secrets/SE4430dd3df1c44bc1be64a74ede88c14c/property" } } }, @@ -233180,21 +247594,21 @@ "request": null, "response": { "data": { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:10.355Z", + "created_at": "2022-02-04T21:20:21.838Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:17:10.355Z", + "updated_at": "2022-02-04T21:20:21.838Z", "platform": "edge", "development": false, - "token": "e0136f8f2946" + "token": "7e4268ea00b9" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/company" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -233203,52 +247617,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/callbacks" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/hosts" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/libraries" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/notes" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments", - "extensions": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions", - "rules": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules", - "self": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9" + "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", + "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", + "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", + "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" }, "meta": { "rights": [ @@ -233279,7 +247693,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -233352,7 +247766,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -233419,21 +247833,21 @@ "response": { "data": [ { - "id": "PR5390853af576442a8efa2af553cac8d9", + "id": "PR8474eb13290c4453a757e2431a0ce170", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:10.355Z", + "created_at": "2022-02-04T21:20:21.838Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:17:10.355Z", + "updated_at": "2022-02-04T21:20:21.838Z", "platform": "edge", "development": false, - "token": "e0136f8f2946" + "token": "7e4268ea00b9" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/company" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -233442,52 +247856,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/callbacks" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/hosts" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/libraries" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/notes" + "related": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/environments", - "extensions": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/extensions", - "rules": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9/rules", - "self": "https://reactor.adobe.io/properties/PR5390853af576442a8efa2af553cac8d9" + "data_elements": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/data_elements", + "environments": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/environments", + "extensions": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/extensions", + "rules": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170/rules", + "self": "https://reactor.adobe.io/properties/PR8474eb13290c4453a757e2431a0ce170" }, "meta": { "rights": [ @@ -233516,7 +247930,7 @@ }, { "name": "properties.create_a_note_on_a_property", - "endpoint": "/properties/PR5390853af576442a8efa2af553cac8d9", + "endpoint": "/properties/PR8474eb13290c4453a757e2431a0ce170", "method": "DELETE", "request": null, "response": null, @@ -233563,16 +247977,16 @@ }, "response": { "data": { - "id": "PRe4c158fbf4d5416a8c596583947bf041", + "id": "PR5f399a97b47c4284ad8095bcf45b68b0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:16.418Z", + "created_at": "2022-02-04T21:20:28.274Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:16.418Z", + "updated_at": "2022-02-04T21:20:28.274Z", "platform": "web", "development": false, - "token": "298281eb14bf", + "token": "daeb4712401c", "domains": [ "example.com" ], @@ -233582,7 +247996,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/company" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -233591,52 +248005,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/callbacks" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/hosts" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/environments" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/libraries" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/data_elements" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/extensions" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/rules" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/notes" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/environments", - "extensions": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/extensions", - "rules": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/rules", - "self": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041" + "data_elements": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules", + "self": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" }, "meta": { "rights": [ @@ -233667,28 +248081,28 @@ }, "response": { "data": { - "id": "NT1c2a7b5e883243c2b07fdefac93aa28e", + "id": "NTf85320c5f0bc4d69a62fd60595edef95", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:17:21.632Z", + "created_at": "2022-02-04T21:20:33.606Z", "text": "this note on a property intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" }, "data": { - "id": "PRe4c158fbf4d5416a8c596583947bf041", + "id": "PR5f399a97b47c4284ad8095bcf45b68b0", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041", - "self": "https://reactor.adobe.io/notes/NT1c2a7b5e883243c2b07fdefac93aa28e" + "resource": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0", + "self": "https://reactor.adobe.io/notes/NTf85320c5f0bc4d69a62fd60595edef95" } } }, @@ -233709,7 +248123,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -233782,7 +248196,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -233849,16 +248263,16 @@ "response": { "data": [ { - "id": "PRe4c158fbf4d5416a8c596583947bf041", + "id": "PR5f399a97b47c4284ad8095bcf45b68b0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:16.418Z", + "created_at": "2022-02-04T21:20:28.274Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:16.418Z", + "updated_at": "2022-02-04T21:20:28.274Z", "platform": "web", "development": false, - "token": "298281eb14bf", + "token": "daeb4712401c", "domains": [ "example.com" ], @@ -233868,7 +248282,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/company" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -233877,52 +248291,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/callbacks" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/hosts" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/environments" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/libraries" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/data_elements" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/extensions" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/rules" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/notes" + "related": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/data_elements", - "environments": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/environments", - "extensions": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/extensions", - "rules": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041/rules", - "self": "https://reactor.adobe.io/properties/PRe4c158fbf4d5416a8c596583947bf041" + "data_elements": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/data_elements", + "environments": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/environments", + "extensions": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/extensions", + "rules": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0/rules", + "self": "https://reactor.adobe.io/properties/PR5f399a97b47c4284ad8095bcf45b68b0" }, "meta": { "rights": [ @@ -233951,7 +248365,7 @@ }, { "name": "properties.list_notes_for_a_property", - "endpoint": "/properties/PRe4c158fbf4d5416a8c596583947bf041", + "endpoint": "/properties/PR5f399a97b47c4284ad8095bcf45b68b0", "method": "DELETE", "request": null, "response": null, @@ -233998,16 +248412,16 @@ }, "response": { "data": { - "id": "PR4830ff36e80542249e623cde9de34e77", + "id": "PR16fefbc6982b42cb96dedf79dd81d774", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:22.050Z", + "created_at": "2022-02-04T21:20:34.156Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:22.050Z", + "updated_at": "2022-02-04T21:20:34.156Z", "platform": "web", "development": false, - "token": "8a53448ec34a", + "token": "1f1da96e9cc5", "domains": [ "example.com" ], @@ -234017,7 +248431,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/company" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -234026,52 +248440,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/callbacks" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/hosts" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/environments" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/libraries" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/data_elements" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/extensions" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/rules" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/notes" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/environments", - "extensions": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/extensions", - "rules": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/rules", - "self": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77" + "data_elements": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements", + "environments": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments", + "extensions": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions", + "rules": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules", + "self": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" }, "meta": { "rights": [ @@ -234102,28 +248516,28 @@ }, "response": { "data": { - "id": "NT29b1919b3b154dafbb9ee270e093708b", + "id": "NTbc2b112dbc7444398e52008d6441c7ef", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:17:27.239Z", + "created_at": "2022-02-04T21:20:39.515Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" }, "data": { - "id": "PR4830ff36e80542249e623cde9de34e77", + "id": "PR16fefbc6982b42cb96dedf79dd81d774", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77", - "self": "https://reactor.adobe.io/notes/NT29b1919b3b154dafbb9ee270e093708b" + "resource": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774", + "self": "https://reactor.adobe.io/notes/NTbc2b112dbc7444398e52008d6441c7ef" } } }, @@ -234138,28 +248552,28 @@ "response": { "data": [ { - "id": "NT29b1919b3b154dafbb9ee270e093708b", + "id": "NTbc2b112dbc7444398e52008d6441c7ef", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:17:27.239Z", + "created_at": "2022-02-04T21:20:39.515Z", "text": "this is a note on a property" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" }, "data": { - "id": "PR4830ff36e80542249e623cde9de34e77", + "id": "PR16fefbc6982b42cb96dedf79dd81d774", "type": "properties" } } }, "links": { - "resource": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77", - "self": "https://reactor.adobe.io/notes/NT29b1919b3b154dafbb9ee270e093708b" + "resource": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774", + "self": "https://reactor.adobe.io/notes/NTbc2b112dbc7444398e52008d6441c7ef" } } ], @@ -234190,7 +248604,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -234263,7 +248677,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -234330,16 +248744,16 @@ "response": { "data": [ { - "id": "PR4830ff36e80542249e623cde9de34e77", + "id": "PR16fefbc6982b42cb96dedf79dd81d774", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:22.050Z", + "created_at": "2022-02-04T21:20:34.156Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:22.050Z", + "updated_at": "2022-02-04T21:20:34.156Z", "platform": "web", "development": false, - "token": "8a53448ec34a", + "token": "1f1da96e9cc5", "domains": [ "example.com" ], @@ -234349,7 +248763,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/company" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -234358,52 +248772,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/callbacks" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/hosts" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/environments" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/libraries" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/data_elements" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/extensions" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/rules" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/notes" + "related": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/environments", - "extensions": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/extensions", - "rules": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77/rules", - "self": "https://reactor.adobe.io/properties/PR4830ff36e80542249e623cde9de34e77" + "data_elements": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/data_elements", + "environments": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/environments", + "extensions": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/extensions", + "rules": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774/rules", + "self": "https://reactor.adobe.io/properties/PR16fefbc6982b42cb96dedf79dd81d774" }, "meta": { "rights": [ @@ -234432,7 +248846,7 @@ }, { "name": "rule_components.create_an_event_rule_component", - "endpoint": "/properties/PR4830ff36e80542249e623cde9de34e77", + "endpoint": "/properties/PR16fefbc6982b42cb96dedf79dd81d774", "method": "DELETE", "request": null, "response": null, @@ -234479,16 +248893,16 @@ }, "response": { "data": { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:27.647Z", + "created_at": "2022-02-04T21:20:41.241Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:27.647Z", + "updated_at": "2022-02-04T21:20:41.241Z", "platform": "web", "development": false, - "token": "334a0986c1a2", + "token": "243067f58fd7", "domains": [ "example.com" ], @@ -234498,7 +248912,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/company" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -234507,52 +248921,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/callbacks" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/hosts" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/environments" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/libraries" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/data_elements" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/extensions" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/rules" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/notes" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/environments", - "extensions": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/extensions", - "rules": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/rules", - "self": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2" + "data_elements": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments", + "extensions": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions", + "rules": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules", + "self": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" }, "meta": { "rights": [ @@ -235848,6 +250262,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -237024,10 +251439,10 @@ }, "response": { "data": { - "id": "EX8139369eb88e4eac9e50a97fb9114b80", + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:32.997Z", + "created_at": "2022-02-04T21:20:47.133Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -237035,7 +251450,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:32.997Z", + "updated_at": "2022-02-04T21:20:47.133Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -237045,40 +251460,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/libraries" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/revisions" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/notes" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/property" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/property" }, "data": { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/origin" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/origin" }, "data": { - "id": "EX8139369eb88e4eac9e50a97fb9114b80", + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -237087,7 +251502,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80/extension_package" + "related": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -237096,9 +251511,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2", - "origin": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80", - "self": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80", + "property": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a", + "origin": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "self": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -237124,10 +251539,10 @@ }, "response": { "data": { - "id": "RLe9beccb51dc940cfac52f2828b9581a1", + "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:33.181Z", + "created_at": "2022-02-04T21:20:47.408Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -237135,54 +251550,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:33.181Z", + "updated_at": "2022-02-04T21:20:47.408Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/libraries" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/revisions" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/notes" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/property" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/property" }, "data": { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/origin" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/origin" }, "data": { - "id": "RLe9beccb51dc940cfac52f2828b9581a1", + "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/rule_components" + "related": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2", - "origin": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1", - "self": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1", - "rule_components": "https://reactor.adobe.io/rules/RLe9beccb51dc940cfac52f2828b9581a1/rule_components" + "property": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a", + "origin": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa", + "self": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa", + "rule_components": "https://reactor.adobe.io/rules/RLd5fcf393fd434e0d8f27bdd622566dfa/rule_components" }, "meta": { "latest_revision_number": 0 @@ -238448,6 +252863,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -239607,14 +254023,14 @@ "relationships": { "extension": { "data": { - "id": "EX8139369eb88e4eac9e50a97fb9114b80", + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLe9beccb51dc940cfac52f2828b9581a1", + "id": "RLd5fcf393fd434e0d8f27bdd622566dfa", "type": "rules" } ] @@ -239625,10 +254041,10 @@ }, "response": { "data": { - "id": "RCc93cf123833d47a0bc232be77cfee97a", + "id": "RC6e900dd795c84922865ca52cf26844a3", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:33.454Z", + "created_at": "2022-02-04T21:20:47.807Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -239641,13 +254057,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:33.454Z", + "updated_at": "2022-02-04T21:20:47.807Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -239656,56 +254072,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/updated_with_extension" }, "data": { - "id": "EXe4f99e37cc244ecfa2cd0cd48f9d7338", + "id": "EXc5b0f43004f24c698ecbbbe40d33c370", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/extension" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/extension" }, "data": { - "id": "EX8139369eb88e4eac9e50a97fb9114b80", + "id": "EX61cc1e4a01c54ccaa3fff323a1ff6f4e", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/notes" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/origin" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/origin" }, "data": { - "id": "RCc93cf123833d47a0bc232be77cfee97a", + "id": "RC6e900dd795c84922865ca52cf26844a3", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" }, "data": { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/rules" + "related": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX8139369eb88e4eac9e50a97fb9114b80", - "origin": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a", - "rules": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a/rules", - "self": "https://reactor.adobe.io/rule_components/RCc93cf123833d47a0bc232be77cfee97a" + "extension": "https://reactor.adobe.io/extensions/EX61cc1e4a01c54ccaa3fff323a1ff6f4e", + "origin": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3", + "rules": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3/rules", + "self": "https://reactor.adobe.io/rule_components/RC6e900dd795c84922865ca52cf26844a3" }, "meta": { "latest_revision_number": 0 @@ -239729,7 +254145,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -239802,7 +254218,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -239869,16 +254285,16 @@ "response": { "data": [ { - "id": "PR84d0281f359144c7aa0bf17ea8c695f2", + "id": "PR03f31d12bf9346d491aa06c7a406e40a", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:27.647Z", + "created_at": "2022-02-04T21:20:41.241Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:27.647Z", + "updated_at": "2022-02-04T21:20:41.241Z", "platform": "web", "development": false, - "token": "334a0986c1a2", + "token": "243067f58fd7", "domains": [ "example.com" ], @@ -239888,7 +254304,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/company" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -239897,52 +254313,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/callbacks" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/hosts" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/environments" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/libraries" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/data_elements" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/extensions" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/rules" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/notes" + "related": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/data_elements", - "environments": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/environments", - "extensions": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/extensions", - "rules": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2/rules", - "self": "https://reactor.adobe.io/properties/PR84d0281f359144c7aa0bf17ea8c695f2" + "data_elements": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/data_elements", + "environments": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/environments", + "extensions": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/extensions", + "rules": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a/rules", + "self": "https://reactor.adobe.io/properties/PR03f31d12bf9346d491aa06c7a406e40a" }, "meta": { "rights": [ @@ -239971,7 +254387,7 @@ }, { "name": "rule_components.get_a_rule_component", - "endpoint": "/properties/PR84d0281f359144c7aa0bf17ea8c695f2", + "endpoint": "/properties/PR03f31d12bf9346d491aa06c7a406e40a", "method": "DELETE", "request": null, "response": null, @@ -240018,16 +254434,16 @@ }, "response": { "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:33.962Z", + "created_at": "2022-02-04T21:20:48.815Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:33.962Z", + "updated_at": "2022-02-04T21:20:48.815Z", "platform": "web", "development": false, - "token": "b9da6ffcb81e", + "token": "acc04cfef31d", "domains": [ "example.com" ], @@ -240037,7 +254453,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/company" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -240046,52 +254462,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/callbacks" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/hosts" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/environments" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/libraries" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/data_elements" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/extensions" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/rules" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/notes" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/environments", - "extensions": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/extensions", - "rules": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/rules", - "self": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf" + "data_elements": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments", + "extensions": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions", + "rules": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules", + "self": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" }, "meta": { "rights": [ @@ -241387,6 +255803,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -242563,10 +256980,10 @@ }, "response": { "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:39.359Z", + "created_at": "2022-02-04T21:20:54.488Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -242574,7 +256991,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:39.359Z", + "updated_at": "2022-02-04T21:20:54.488Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -242584,40 +257001,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/libraries" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/revisions" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/notes" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/property" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/property" }, "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/origin" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/origin" }, "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -242626,7 +257043,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a/extension_package" + "related": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -242635,9 +257052,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf", - "origin": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a", - "self": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a", + "property": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5", + "origin": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "self": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -243905,6 +258322,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -245064,10 +259482,10 @@ }, "response": { "data": { - "id": "RL6788dac35c044419a4554958256889d5", + "id": "RLda35f8eb72c14d74993ae46a1a310141", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:39.633Z", + "created_at": "2022-02-04T21:20:54.985Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -245075,54 +259493,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:39.633Z", + "updated_at": "2022-02-04T21:20:54.985Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/libraries" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/revisions" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/notes" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/property" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/property" }, "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/origin" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/origin" }, "data": { - "id": "RL6788dac35c044419a4554958256889d5", + "id": "RLda35f8eb72c14d74993ae46a1a310141", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/rule_components" + "related": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf", - "origin": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5", - "self": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5", - "rule_components": "https://reactor.adobe.io/rules/RL6788dac35c044419a4554958256889d5/rule_components" + "property": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5", + "origin": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141", + "self": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141", + "rule_components": "https://reactor.adobe.io/rules/RLda35f8eb72c14d74993ae46a1a310141/rule_components" }, "meta": { "latest_revision_number": 0 @@ -245146,14 +259564,14 @@ "relationships": { "extension": { "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL6788dac35c044419a4554958256889d5", + "id": "RLda35f8eb72c14d74993ae46a1a310141", "type": "rules" } ] @@ -245164,10 +259582,10 @@ }, "response": { "data": { - "id": "RC53bce6bd90d442078ea469f2943d0b96", + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:39.762Z", + "created_at": "2022-02-04T21:20:55.346Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -245180,13 +259598,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:39.762Z", + "updated_at": "2022-02-04T21:20:55.346Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -245195,56 +259613,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension" }, "data": { - "id": "EXefb0e94cdb71479792f99e98abed2b47", + "id": "EX7b4433e2a61240f9b0e37687721169f4", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/extension" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/extension" }, "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/notes" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/origin" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/origin" }, "data": { - "id": "RC53bce6bd90d442078ea469f2943d0b96", + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" }, "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/rules" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a", - "origin": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96", - "rules": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/rules", - "self": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96" + "extension": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "origin": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56", + "rules": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules", + "self": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56" }, "meta": { "latest_revision_number": 0 @@ -245261,10 +259679,10 @@ "request": null, "response": { "data": { - "id": "RC53bce6bd90d442078ea469f2943d0b96", + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:39.762Z", + "created_at": "2022-02-04T21:20:55.346Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -245277,13 +259695,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:39.762Z", + "updated_at": "2022-02-04T21:20:55.346Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -245292,56 +259710,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/updated_with_extension" }, "data": { - "id": "EXefb0e94cdb71479792f99e98abed2b47", + "id": "EX7b4433e2a61240f9b0e37687721169f4", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/extension" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/extension" }, "data": { - "id": "EXa0895084d5554d44954e71d096fc246a", + "id": "EX296fec27d86c48ad8f54c95897201cbd", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/notes" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/origin" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/origin" }, "data": { - "id": "RC53bce6bd90d442078ea469f2943d0b96", + "id": "RC569c7ce685b84d3fb30e2b6eb126cf56", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" }, "data": { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/rules" + "related": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXa0895084d5554d44954e71d096fc246a", - "origin": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96", - "rules": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96/rules", - "self": "https://reactor.adobe.io/rule_components/RC53bce6bd90d442078ea469f2943d0b96" + "extension": "https://reactor.adobe.io/extensions/EX296fec27d86c48ad8f54c95897201cbd", + "origin": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56", + "rules": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56/rules", + "self": "https://reactor.adobe.io/rule_components/RC569c7ce685b84d3fb30e2b6eb126cf56" }, "meta": { "latest_revision_number": 0 @@ -245365,7 +259783,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -245438,7 +259856,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -245505,16 +259923,16 @@ "response": { "data": [ { - "id": "PR9bce76d1cd91427d82b133a0790bc9bf", + "id": "PR90093fe15481478a869bc61611923da5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:33.962Z", + "created_at": "2022-02-04T21:20:48.815Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:33.962Z", + "updated_at": "2022-02-04T21:20:48.815Z", "platform": "web", "development": false, - "token": "b9da6ffcb81e", + "token": "acc04cfef31d", "domains": [ "example.com" ], @@ -245524,7 +259942,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/company" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -245533,52 +259951,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/callbacks" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/hosts" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/environments" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/libraries" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/data_elements" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/extensions" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/rules" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/notes" + "related": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/environments", - "extensions": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/extensions", - "rules": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf/rules", - "self": "https://reactor.adobe.io/properties/PR9bce76d1cd91427d82b133a0790bc9bf" + "data_elements": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/data_elements", + "environments": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/environments", + "extensions": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/extensions", + "rules": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5/rules", + "self": "https://reactor.adobe.io/properties/PR90093fe15481478a869bc61611923da5" }, "meta": { "rights": [ @@ -245607,7 +260025,7 @@ }, { "name": "rule_components.list_rule_components_for_a_rule", - "endpoint": "/properties/PR9bce76d1cd91427d82b133a0790bc9bf", + "endpoint": "/properties/PR90093fe15481478a869bc61611923da5", "method": "DELETE", "request": null, "response": null, @@ -245654,16 +260072,16 @@ }, "response": { "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:40.304Z", + "created_at": "2022-02-04T21:20:56.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:40.304Z", + "updated_at": "2022-02-04T21:20:56.471Z", "platform": "web", "development": false, - "token": "7f197c3a791a", + "token": "548fb8f2bf66", "domains": [ "example.com" ], @@ -245673,7 +260091,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/company" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -245682,52 +260100,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/callbacks" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/hosts" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/environments" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/libraries" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/data_elements" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/extensions" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/rules" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/notes" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/data_elements", - "environments": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/environments", - "extensions": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/extensions", - "rules": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/rules", - "self": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81" + "data_elements": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments", + "extensions": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions", + "rules": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules", + "self": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" }, "meta": { "rights": [ @@ -247023,6 +261441,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -248199,10 +262618,10 @@ }, "response": { "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:45.692Z", + "created_at": "2022-02-04T21:21:02.319Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -248210,7 +262629,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:45.692Z", + "updated_at": "2022-02-04T21:21:02.319Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -248220,40 +262639,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/libraries" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/revisions" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/notes" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/property" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/property" }, "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/origin" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/origin" }, "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -248262,7 +262681,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f/extension_package" + "related": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -248271,9 +262690,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81", - "origin": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f", - "self": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f", + "property": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6", + "origin": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "self": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -249541,6 +263960,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -250700,10 +265120,10 @@ }, "response": { "data": { - "id": "RL42134f9d887b444cbf8f7be879c47de9", + "id": "RL0067ca7b763b45de91383539856c6d6b", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:45.958Z", + "created_at": "2022-02-04T21:21:02.936Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -250711,54 +265131,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:45.958Z", + "updated_at": "2022-02-04T21:21:02.936Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/libraries" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/revisions" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/notes" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/property" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/property" }, "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/origin" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/origin" }, "data": { - "id": "RL42134f9d887b444cbf8f7be879c47de9", + "id": "RL0067ca7b763b45de91383539856c6d6b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/rule_components" + "related": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81", - "origin": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9", - "self": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9", - "rule_components": "https://reactor.adobe.io/rules/RL42134f9d887b444cbf8f7be879c47de9/rule_components" + "property": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6", + "origin": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b", + "self": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b", + "rule_components": "https://reactor.adobe.io/rules/RL0067ca7b763b45de91383539856c6d6b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -250782,14 +265202,14 @@ "relationships": { "extension": { "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL42134f9d887b444cbf8f7be879c47de9", + "id": "RL0067ca7b763b45de91383539856c6d6b", "type": "rules" } ] @@ -250800,10 +265220,10 @@ }, "response": { "data": { - "id": "RCc6fcbcb8484a4626be607f0f1a218cfa", + "id": "RC0569e9ddaf864c35b956b29eb281222d", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:46.103Z", + "created_at": "2022-02-04T21:21:03.340Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -250816,13 +265236,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:46.103Z", + "updated_at": "2022-02-04T21:21:03.340Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -250831,56 +265251,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension" }, "data": { - "id": "EXfc34f10a28fb426a9501367f2465cdc4", + "id": "EX1458c013cb414ecda99213351c9a2549", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/extension" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/extension" }, "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/notes" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/origin" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/origin" }, "data": { - "id": "RCc6fcbcb8484a4626be607f0f1a218cfa", + "id": "RC0569e9ddaf864c35b956b29eb281222d", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" }, "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/rules" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f", - "origin": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa", - "rules": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/rules", - "self": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa" + "extension": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "origin": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d", + "rules": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules", + "self": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d" }, "meta": { "latest_revision_number": 0 @@ -250898,10 +265318,10 @@ "response": { "data": [ { - "id": "RCc6fcbcb8484a4626be607f0f1a218cfa", + "id": "RC0569e9ddaf864c35b956b29eb281222d", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:46.103Z", + "created_at": "2022-02-04T21:21:03.340Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -250914,13 +265334,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:46.103Z", + "updated_at": "2022-02-04T21:21:03.340Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -250929,56 +265349,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/updated_with_extension" }, "data": { - "id": "EXfc34f10a28fb426a9501367f2465cdc4", + "id": "EX1458c013cb414ecda99213351c9a2549", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/extension" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/extension" }, "data": { - "id": "EX5810e0d99d4047d7b341c96c296f6f0f", + "id": "EXd5607075687e4c808d8fd873f4d2f1c1", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/notes" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/origin" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/origin" }, "data": { - "id": "RCc6fcbcb8484a4626be607f0f1a218cfa", + "id": "RC0569e9ddaf864c35b956b29eb281222d", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" }, "data": { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/rules" + "related": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX5810e0d99d4047d7b341c96c296f6f0f", - "origin": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa", - "rules": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa/rules", - "self": "https://reactor.adobe.io/rule_components/RCc6fcbcb8484a4626be607f0f1a218cfa" + "extension": "https://reactor.adobe.io/extensions/EXd5607075687e4c808d8fd873f4d2f1c1", + "origin": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d", + "rules": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d/rules", + "self": "https://reactor.adobe.io/rule_components/RC0569e9ddaf864c35b956b29eb281222d" }, "meta": { "latest_revision_number": 0 @@ -251012,7 +265432,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -251085,7 +265505,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -251152,16 +265572,16 @@ "response": { "data": [ { - "id": "PR76c72825dd4e4e038a2f099b637fce81", + "id": "PR79a817596045471098326b2a0a192bd6", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:40.304Z", + "created_at": "2022-02-04T21:20:56.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:40.304Z", + "updated_at": "2022-02-04T21:20:56.471Z", "platform": "web", "development": false, - "token": "7f197c3a791a", + "token": "548fb8f2bf66", "domains": [ "example.com" ], @@ -251171,7 +265591,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/company" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -251180,52 +265600,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/callbacks" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/hosts" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/environments" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/libraries" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/data_elements" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/extensions" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/rules" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/notes" + "related": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/data_elements", - "environments": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/environments", - "extensions": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/extensions", - "rules": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81/rules", - "self": "https://reactor.adobe.io/properties/PR76c72825dd4e4e038a2f099b637fce81" + "data_elements": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/data_elements", + "environments": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/environments", + "extensions": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/extensions", + "rules": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6/rules", + "self": "https://reactor.adobe.io/properties/PR79a817596045471098326b2a0a192bd6" }, "meta": { "rights": [ @@ -251254,7 +265674,7 @@ }, { "name": "rule_components.update_a_rule_component", - "endpoint": "/properties/PR76c72825dd4e4e038a2f099b637fce81", + "endpoint": "/properties/PR79a817596045471098326b2a0a192bd6", "method": "DELETE", "request": null, "response": null, @@ -251301,16 +265721,16 @@ }, "response": { "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:46.709Z", + "created_at": "2022-02-04T21:21:04.576Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:46.709Z", + "updated_at": "2022-02-04T21:21:04.576Z", "platform": "web", "development": false, - "token": "e05983630c1b", + "token": "ca9d18f63e25", "domains": [ "example.com" ], @@ -251320,7 +265740,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/company" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -251329,52 +265749,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/callbacks" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/hosts" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/environments" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/libraries" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/data_elements" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/extensions" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/rules" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/notes" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/environments", - "extensions": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/extensions", - "rules": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/rules", - "self": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12" + "data_elements": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments", + "extensions": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions", + "rules": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules", + "self": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" }, "meta": { "rights": [ @@ -252670,6 +267090,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -253846,10 +268267,10 @@ }, "response": { "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:52.073Z", + "created_at": "2022-02-04T21:21:10.199Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -253857,7 +268278,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:52.073Z", + "updated_at": "2022-02-04T21:21:10.199Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -253867,40 +268288,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/libraries" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/revisions" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/notes" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/property" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/property" }, "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/origin" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/origin" }, "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -253909,7 +268330,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6/extension_package" + "related": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -253918,9 +268339,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12", - "origin": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6", - "self": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6", + "property": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", + "origin": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "self": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -255188,6 +269609,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -256347,10 +270769,10 @@ }, "response": { "data": { - "id": "RL55d92f7c2a7844f1ba2a7edfd1056335", + "id": "RL1b94ac2896ba48f497d08930de6f202a", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:52.367Z", + "created_at": "2022-02-04T21:21:10.680Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -256358,54 +270780,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:52.367Z", + "updated_at": "2022-02-04T21:21:10.680Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/libraries" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/revisions" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/notes" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/property" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/property" }, "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/origin" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/origin" }, "data": { - "id": "RL55d92f7c2a7844f1ba2a7edfd1056335", + "id": "RL1b94ac2896ba48f497d08930de6f202a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/rule_components" + "related": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12", - "origin": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335", - "self": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335", - "rule_components": "https://reactor.adobe.io/rules/RL55d92f7c2a7844f1ba2a7edfd1056335/rule_components" + "property": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", + "origin": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a", + "self": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a", + "rule_components": "https://reactor.adobe.io/rules/RL1b94ac2896ba48f497d08930de6f202a/rule_components" }, "meta": { "latest_revision_number": 0 @@ -256429,14 +270851,14 @@ "relationships": { "extension": { "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL55d92f7c2a7844f1ba2a7edfd1056335", + "id": "RL1b94ac2896ba48f497d08930de6f202a", "type": "rules" } ] @@ -256447,10 +270869,10 @@ }, "response": { "data": { - "id": "RCbe6490334c894bac8f66147e5b155c76", + "id": "RCd805910675f54b1cb1522bc5461fdb8f", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:52.538Z", + "created_at": "2022-02-04T21:21:10.936Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -256463,13 +270885,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:52.538Z", + "updated_at": "2022-02-04T21:21:10.936Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -256478,56 +270900,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension" }, "data": { - "id": "EX8e1de03caee745378f75aa376ccf14b0", + "id": "EXeab4aae084014cb0a4df9927b4080cfb", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/extension" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/extension" }, "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/notes" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/origin" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/origin" }, "data": { - "id": "RCbe6490334c894bac8f66147e5b155c76", + "id": "RCd805910675f54b1cb1522bc5461fdb8f", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" }, "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/rules" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6", - "origin": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76", - "rules": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/rules", - "self": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76" + "extension": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "origin": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f", + "rules": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules", + "self": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f" }, "meta": { "latest_revision_number": 0 @@ -256548,15 +270970,15 @@ "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" }, "type": "rule_components", - "id": "RCbe6490334c894bac8f66147e5b155c76" + "id": "RCd805910675f54b1cb1522bc5461fdb8f" } }, "response": { "data": { - "id": "RCbe6490334c894bac8f66147e5b155c76", + "id": "RCd805910675f54b1cb1522bc5461fdb8f", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:52.538Z", + "created_at": "2022-02-04T21:21:10.936Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -256569,13 +270991,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:52.756Z", + "updated_at": "2022-02-04T21:21:11.435Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":false}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -256584,56 +271006,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/updated_with_extension" }, "data": { - "id": "EX8e1de03caee745378f75aa376ccf14b0", + "id": "EXeab4aae084014cb0a4df9927b4080cfb", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/extension" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/extension" }, "data": { - "id": "EXaa462a2689504abfa238b20567a7a4a6", + "id": "EX9453fe05026d4867b364e030180efef2", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/notes" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/origin" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/origin" }, "data": { - "id": "RCbe6490334c894bac8f66147e5b155c76", + "id": "RCd805910675f54b1cb1522bc5461fdb8f", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" }, "data": { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/rules" + "related": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXaa462a2689504abfa238b20567a7a4a6", - "origin": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76", - "rules": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76/rules", - "self": "https://reactor.adobe.io/rule_components/RCbe6490334c894bac8f66147e5b155c76" + "extension": "https://reactor.adobe.io/extensions/EX9453fe05026d4867b364e030180efef2", + "origin": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f", + "rules": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f/rules", + "self": "https://reactor.adobe.io/rule_components/RCd805910675f54b1cb1522bc5461fdb8f" }, "meta": { "latest_revision_number": 0 @@ -256657,7 +271079,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -256730,7 +271152,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -256797,16 +271219,16 @@ "response": { "data": [ { - "id": "PRf7b8737738f945069ffe438cf2e97c12", + "id": "PR0d8f48e25cf9490b8a666f8d62135d7b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:46.709Z", + "created_at": "2022-02-04T21:21:04.576Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:46.709Z", + "updated_at": "2022-02-04T21:21:04.576Z", "platform": "web", "development": false, - "token": "e05983630c1b", + "token": "ca9d18f63e25", "domains": [ "example.com" ], @@ -256816,7 +271238,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/company" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -256825,52 +271247,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/callbacks" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/hosts" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/environments" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/libraries" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/data_elements" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/extensions" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/rules" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/notes" + "related": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/data_elements", - "environments": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/environments", - "extensions": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/extensions", - "rules": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12/rules", - "self": "https://reactor.adobe.io/properties/PRf7b8737738f945069ffe438cf2e97c12" + "data_elements": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/environments", + "extensions": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/extensions", + "rules": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b/rules", + "self": "https://reactor.adobe.io/properties/PR0d8f48e25cf9490b8a666f8d62135d7b" }, "meta": { "rights": [ @@ -256899,7 +271321,7 @@ }, { "name": "rule_components.delete_a_rule_component", - "endpoint": "/properties/PRf7b8737738f945069ffe438cf2e97c12", + "endpoint": "/properties/PR0d8f48e25cf9490b8a666f8d62135d7b", "method": "DELETE", "request": null, "response": null, @@ -256946,16 +271368,16 @@ }, "response": { "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:53.396Z", + "created_at": "2022-02-04T21:21:12.393Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:53.396Z", + "updated_at": "2022-02-04T21:21:12.393Z", "platform": "web", "development": false, - "token": "73e61bfc198b", + "token": "9da50d2f8617", "domains": [ "example.com" ], @@ -256965,7 +271387,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/company" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -256974,52 +271396,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/callbacks" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/hosts" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/environments" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/libraries" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/data_elements" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/extensions" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/rules" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/notes" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/environments", - "extensions": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/extensions", - "rules": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/rules", - "self": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d" + "data_elements": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements", + "environments": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments", + "extensions": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions", + "rules": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules", + "self": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" }, "meta": { "rights": [ @@ -258315,6 +272737,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -259491,10 +273914,10 @@ }, "response": { "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:17:58.804Z", + "created_at": "2022-02-04T21:21:18.105Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -259502,7 +273925,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:58.804Z", + "updated_at": "2022-02-04T21:21:18.105Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -259512,40 +273935,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/libraries" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/revisions" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/notes" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/property" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/property" }, "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/origin" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/origin" }, "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -259554,7 +273977,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5/extension_package" + "related": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -259563,9 +273986,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d", - "origin": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5", - "self": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "property": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71", + "origin": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "self": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -260833,6 +275256,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -261992,10 +276416,10 @@ }, "response": { "data": { - "id": "RL46f87cbb83c0405d99db7caf9ab249f4", + "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:17:59.137Z", + "created_at": "2022-02-04T21:21:18.532Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -262003,54 +276427,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:59.137Z", + "updated_at": "2022-02-04T21:21:18.532Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/libraries" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/revisions" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/notes" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/property" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/property" }, "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/origin" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/origin" }, "data": { - "id": "RL46f87cbb83c0405d99db7caf9ab249f4", + "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/rule_components" + "related": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d", - "origin": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4", - "self": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4", - "rule_components": "https://reactor.adobe.io/rules/RL46f87cbb83c0405d99db7caf9ab249f4/rule_components" + "property": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71", + "origin": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb", + "self": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb", + "rule_components": "https://reactor.adobe.io/rules/RL8f308ac66d364a9989a44ea7d6f80eeb/rule_components" }, "meta": { "latest_revision_number": 0 @@ -262074,14 +276498,14 @@ "relationships": { "extension": { "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL46f87cbb83c0405d99db7caf9ab249f4", + "id": "RL8f308ac66d364a9989a44ea7d6f80eeb", "type": "rules" } ] @@ -262092,10 +276516,10 @@ }, "response": { "data": { - "id": "RCe031691a802e4818a695063c28ad882f", + "id": "RCad0592a15ecd45d286c86d3872606bf9", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:59.290Z", + "created_at": "2022-02-04T21:21:18.812Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -262108,13 +276532,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:59.290Z", + "updated_at": "2022-02-04T21:21:18.812Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -262123,56 +276547,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension" }, "data": { - "id": "EX75f559ad8639470c8575366d9349d777", + "id": "EXb2705029ae164c8497d03822020b1eed", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/extension" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/extension" }, "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/notes" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/origin" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/origin" }, "data": { - "id": "RCe031691a802e4818a695063c28ad882f", + "id": "RCad0592a15ecd45d286c86d3872606bf9", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" }, "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/rules" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5", - "origin": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f", - "rules": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/rules", - "self": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f" + "extension": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "origin": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9", + "rules": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules", + "self": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9" }, "meta": { "latest_revision_number": 0 @@ -262198,12 +276622,12 @@ "request": null, "response": { "data": { - "id": "RCe031691a802e4818a695063c28ad882f", + "id": "RCad0592a15ecd45d286c86d3872606bf9", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:17:59.290Z", + "created_at": "2022-02-04T21:21:18.812Z", "delegate_descriptor_id": "kessel-test::events::click", - "deleted_at": "2021-10-05T19:17:59.457Z", + "deleted_at": "2022-02-04T21:21:19.162Z", "dirty": true, "name": "My Example Click Event", "negate": false, @@ -262214,13 +276638,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:17:59.489Z", + "updated_at": "2022-02-04T21:21:19.277Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -262229,56 +276653,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/updated_with_extension" }, "data": { - "id": "EX75f559ad8639470c8575366d9349d777", + "id": "EXb2705029ae164c8497d03822020b1eed", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/extension" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/extension" }, "data": { - "id": "EX1148f7fbbfce4a4a971ceb1b871ab8f5", + "id": "EX4f93d2e9cf5444229fbe0194f8b4e600", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/notes" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/origin" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/origin" }, "data": { - "id": "RCe031691a802e4818a695063c28ad882f", + "id": "RCad0592a15ecd45d286c86d3872606bf9", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" }, "data": { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/rules" + "related": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX1148f7fbbfce4a4a971ceb1b871ab8f5", - "origin": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f", - "rules": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f/rules", - "self": "https://reactor.adobe.io/rule_components/RCe031691a802e4818a695063c28ad882f" + "extension": "https://reactor.adobe.io/extensions/EX4f93d2e9cf5444229fbe0194f8b4e600", + "origin": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9", + "rules": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9/rules", + "self": "https://reactor.adobe.io/rule_components/RCad0592a15ecd45d286c86d3872606bf9" }, "meta": { "latest_revision_number": 0 @@ -262302,7 +276726,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -262375,7 +276799,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -262442,16 +276866,16 @@ "response": { "data": [ { - "id": "PR0cbcf57ee1a04b56a90f88bb1333d02d", + "id": "PR936915ee13104f5192acb884a8cfce71", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:17:53.396Z", + "created_at": "2022-02-04T21:21:12.393Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:17:53.396Z", + "updated_at": "2022-02-04T21:21:12.393Z", "platform": "web", "development": false, - "token": "73e61bfc198b", + "token": "9da50d2f8617", "domains": [ "example.com" ], @@ -262461,7 +276885,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/company" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -262470,52 +276894,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/callbacks" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/hosts" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/environments" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/libraries" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/data_elements" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/extensions" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/rules" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/notes" + "related": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/environments", - "extensions": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/extensions", - "rules": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d/rules", - "self": "https://reactor.adobe.io/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d" + "data_elements": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/data_elements", + "environments": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/environments", + "extensions": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/extensions", + "rules": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71/rules", + "self": "https://reactor.adobe.io/properties/PR936915ee13104f5192acb884a8cfce71" }, "meta": { "rights": [ @@ -262544,7 +276968,7 @@ }, { "name": "rule_components.get_the_extension_of_a_rule_component", - "endpoint": "/properties/PR0cbcf57ee1a04b56a90f88bb1333d02d", + "endpoint": "/properties/PR936915ee13104f5192acb884a8cfce71", "method": "DELETE", "request": null, "response": null, @@ -262591,16 +277015,16 @@ }, "response": { "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:00.055Z", + "created_at": "2022-02-04T21:21:20.561Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:00.055Z", + "updated_at": "2022-02-04T21:21:20.561Z", "platform": "web", "development": false, - "token": "047e711928f5", + "token": "c7ed0e2a1917", "domains": [ "example.com" ], @@ -262610,7 +277034,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/company" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -262619,52 +277043,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/callbacks" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/hosts" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/environments" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/libraries" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/data_elements" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/extensions" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/rules" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/notes" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/environments", - "extensions": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/extensions", - "rules": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/rules", - "self": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9" + "data_elements": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments", + "extensions": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions", + "rules": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules", + "self": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" }, "meta": { "rights": [ @@ -263960,6 +278384,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -265136,10 +279561,10 @@ }, "response": { "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:05.426Z", + "created_at": "2022-02-04T21:21:26.179Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -265147,7 +279572,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:05.426Z", + "updated_at": "2022-02-04T21:21:26.179Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -265157,40 +279582,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/libraries" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/revisions" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/notes" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/property" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/property" }, "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/origin" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/origin" }, "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -265199,7 +279624,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/extension_package" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -265208,9 +279633,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9", - "origin": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", - "self": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", + "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "origin": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "self": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -266478,6 +280903,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -267637,10 +282063,10 @@ }, "response": { "data": { - "id": "RL4a9eaddde7894d7f8b8ee8376e60b15e", + "id": "RLb05b210326a749fa870f611817336bec", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:05.687Z", + "created_at": "2022-02-04T21:21:26.539Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -267648,54 +282074,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:05.687Z", + "updated_at": "2022-02-04T21:21:26.539Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/libraries" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/revisions" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/notes" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/property" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/property" }, "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/origin" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/origin" }, "data": { - "id": "RL4a9eaddde7894d7f8b8ee8376e60b15e", + "id": "RLb05b210326a749fa870f611817336bec", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/rule_components" + "related": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9", - "origin": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e", - "self": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e", - "rule_components": "https://reactor.adobe.io/rules/RL4a9eaddde7894d7f8b8ee8376e60b15e/rule_components" + "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "origin": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec", + "self": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec", + "rule_components": "https://reactor.adobe.io/rules/RLb05b210326a749fa870f611817336bec/rule_components" }, "meta": { "latest_revision_number": 0 @@ -267719,14 +282145,14 @@ "relationships": { "extension": { "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL4a9eaddde7894d7f8b8ee8376e60b15e", + "id": "RLb05b210326a749fa870f611817336bec", "type": "rules" } ] @@ -267737,10 +282163,10 @@ }, "response": { "data": { - "id": "RCd19c81ff200b405380af796301816cdd", + "id": "RC9f299c0b9cf04c08bc18e2c1d3fde61d", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:05.825Z", + "created_at": "2022-02-04T21:21:26.793Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -267753,13 +282179,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:05.825Z", + "updated_at": "2022-02-04T21:21:26.793Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -267768,56 +282194,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/updated_with_extension" }, "data": { - "id": "EXad1f699a42b1499696e9ca0858036ac8", + "id": "EX577b4f4a0a524a08986a612c0ce68c88", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/extension" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/extension" }, "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/notes" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/origin" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/origin" }, "data": { - "id": "RCd19c81ff200b405380af796301816cdd", + "id": "RC9f299c0b9cf04c08bc18e2c1d3fde61d", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" }, "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/rules" + "related": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", - "origin": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd", - "rules": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd/rules", - "self": "https://reactor.adobe.io/rule_components/RCd19c81ff200b405380af796301816cdd" + "extension": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "origin": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d", + "rules": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d/rules", + "self": "https://reactor.adobe.io/rule_components/RC9f299c0b9cf04c08bc18e2c1d3fde61d" }, "meta": { "latest_revision_number": 0 @@ -267834,10 +282260,10 @@ "request": null, "response": { "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:05.426Z", + "created_at": "2022-02-04T21:21:26.179Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -267845,7 +282271,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:05.426Z", + "updated_at": "2022-02-04T21:21:26.179Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -267855,40 +282281,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/libraries" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/revisions" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/notes" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/property" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/property" }, "data": { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/origin" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/origin" }, "data": { - "id": "EX7651a03f9c734a9eb5d4145d1faf4714", + "id": "EX1c553a07aac04fc3b8ac573d94f688b2", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -267897,7 +282323,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714/extension_package" + "related": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -267906,9 +282332,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9", - "origin": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", - "self": "https://reactor.adobe.io/extensions/EX7651a03f9c734a9eb5d4145d1faf4714", + "property": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", + "origin": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", + "self": "https://reactor.adobe.io/extensions/EX1c553a07aac04fc3b8ac573d94f688b2", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -267934,7 +282360,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -268007,7 +282433,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -268074,16 +282500,16 @@ "response": { "data": [ { - "id": "PR0a2dd5bd641441a8a380531a441e4da9", + "id": "PR2fdddb9dcb994acdbf4c56429a0a4a9b", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:00.055Z", + "created_at": "2022-02-04T21:21:20.561Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:00.055Z", + "updated_at": "2022-02-04T21:21:20.561Z", "platform": "web", "development": false, - "token": "047e711928f5", + "token": "c7ed0e2a1917", "domains": [ "example.com" ], @@ -268093,7 +282519,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/company" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -268102,52 +282528,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/callbacks" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/hosts" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/environments" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/libraries" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/data_elements" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/extensions" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/rules" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/notes" + "related": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/environments", - "extensions": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/extensions", - "rules": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9/rules", - "self": "https://reactor.adobe.io/properties/PR0a2dd5bd641441a8a380531a441e4da9" + "data_elements": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/environments", + "extensions": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/extensions", + "rules": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b/rules", + "self": "https://reactor.adobe.io/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b" }, "meta": { "rights": [ @@ -268176,7 +282602,7 @@ }, { "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/properties/PR0a2dd5bd641441a8a380531a441e4da9", + "endpoint": "/properties/PR2fdddb9dcb994acdbf4c56429a0a4a9b", "method": "DELETE", "request": null, "response": null, @@ -268223,16 +282649,16 @@ }, "response": { "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:06.375Z", + "created_at": "2022-02-04T21:21:27.901Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:06.375Z", + "updated_at": "2022-02-04T21:21:27.901Z", "platform": "web", "development": false, - "token": "1535493d0db9", + "token": "8bd0d357c87f", "domains": [ "example.com" ], @@ -268242,7 +282668,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/company" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -268251,52 +282677,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/callbacks" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/hosts" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/environments" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/libraries" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/data_elements" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/extensions" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/rules" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/notes" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/environments", - "extensions": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/extensions", - "rules": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/rules", - "self": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "data_elements": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules", + "self": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "meta": { "rights": [ @@ -269592,6 +284018,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -270768,10 +285195,10 @@ }, "response": { "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:11.787Z", + "created_at": "2022-02-04T21:21:33.897Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -270779,7 +285206,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:11.787Z", + "updated_at": "2022-02-04T21:21:33.897Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -270789,40 +285216,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/libraries" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/revisions" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/notes" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/property" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/property" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/origin" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/origin" }, "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -270831,7 +285258,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7/extension_package" + "related": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -270840,9 +285267,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f", - "origin": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", - "self": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", + "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", + "origin": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "self": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -272110,6 +286537,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -273269,10 +287697,10 @@ }, "response": { "data": { - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:12.036Z", + "created_at": "2022-02-04T21:21:34.670Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -273280,54 +287708,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:12.036Z", + "updated_at": "2022-02-04T21:21:34.670Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/libraries" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/revisions" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/notes" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/property" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/property" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/origin" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/origin" }, "data": { - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/rule_components" + "related": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f", - "origin": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c", - "self": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c", - "rule_components": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c/rule_components" + "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", + "origin": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", + "self": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", + "rule_components": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0/rule_components" }, "meta": { "latest_revision_number": 0 @@ -273351,14 +287779,14 @@ "relationships": { "extension": { "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules" } ] @@ -273369,10 +287797,10 @@ }, "response": { "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:12.166Z", + "created_at": "2022-02-04T21:21:35.056Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -273385,13 +287813,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:12.166Z", + "updated_at": "2022-02-04T21:21:35.056Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -273400,56 +287828,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension" }, "data": { - "id": "EXe73dfff73df5441694cc449cd4b6f5fa", + "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/extension" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/extension" }, "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/notes" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/origin" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/origin" }, "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/rules" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", - "origin": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4", - "rules": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/rules", - "self": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4" + "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", + "rules": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules", + "self": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7" }, "meta": { "latest_revision_number": 0 @@ -273470,16 +287898,16 @@ "meta": { "action": "revise" }, - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules" } }, "response": { "data": { - "id": "RLdf0ab8b4ab6d4ca69e46c0ec4197e014", + "id": "RL9cd74ddbe2884c6cb512ac3d279b6000", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:12.326Z", + "created_at": "2022-02-04T21:21:35.478Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -273487,54 +287915,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:18:12.416Z", + "updated_at": "2022-02-04T21:21:35.818Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/libraries" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/revisions" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/notes" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/property" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/property" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/origin" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/origin" }, "data": { - "id": "RLf87dc5645fa74455b33c66390de3099c", + "id": "RLbf17ae7cfd88463fa887a48902bfe9e0", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/rule_components" + "related": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f", - "origin": "https://reactor.adobe.io/rules/RLf87dc5645fa74455b33c66390de3099c", - "self": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014", - "rule_components": "https://reactor.adobe.io/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/rule_components" + "property": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc", + "origin": "https://reactor.adobe.io/rules/RLbf17ae7cfd88463fa887a48902bfe9e0", + "self": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000", + "rule_components": "https://reactor.adobe.io/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components" }, "meta": { "latest_revision_number": 1 @@ -273546,16 +287974,16 @@ }, { "name": "rule_components.get_the_origin_of_a_rule_component", - "endpoint": "/rules/RLdf0ab8b4ab6d4ca69e46c0ec4197e014/rule_components", + "endpoint": "/rules/RL9cd74ddbe2884c6cb512ac3d279b6000/rule_components", "method": "GET", "request": null, "response": { "data": [ { - "id": "RCf1ad2e7bdbcc470e9804694e5729267c", + "id": "RC5cbd6e6ecd914e46af8f7637ed303050", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:12.400Z", + "created_at": "2022-02-04T21:21:35.742Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": false, @@ -273568,13 +287996,13 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:18:12.400Z", + "updated_at": "2022-02-04T21:21:35.742Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -273583,56 +288011,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/updated_with_extension" }, "data": { - "id": "EXe73dfff73df5441694cc449cd4b6f5fa", + "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/extension" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/extension" }, "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/notes" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/origin" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/origin" }, "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/rules" + "related": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", - "origin": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4", - "rules": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c/rules", - "self": "https://reactor.adobe.io/rule_components/RCf1ad2e7bdbcc470e9804694e5729267c" + "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", + "rules": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050/rules", + "self": "https://reactor.adobe.io/rule_components/RC5cbd6e6ecd914e46af8f7637ed303050" }, "meta": { "latest_revision_number": 1 @@ -273659,10 +288087,10 @@ "request": null, "response": { "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:12.166Z", + "created_at": "2022-02-04T21:21:35.056Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": false, @@ -273675,13 +288103,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:12.166Z", + "updated_at": "2022-02-04T21:21:35.056Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -273690,56 +288118,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/updated_with_extension" }, "data": { - "id": "EXe73dfff73df5441694cc449cd4b6f5fa", + "id": "EX5d149437a12b44cf9ede54ef5a2e54cd", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/extension" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/extension" }, "data": { - "id": "EXbdf43afb19ff478d90e31af6bdf522a7", + "id": "EXfac3ab645b174fc8a91524be4c5f9262", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/notes" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/origin" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/origin" }, "data": { - "id": "RC55d9e1e7a1c547d1990582c3645487b4", + "id": "RC07b7a27258a94cd386a3666220fa10a7", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "data": { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/rules" + "related": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXbdf43afb19ff478d90e31af6bdf522a7", - "origin": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4", - "rules": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4/rules", - "self": "https://reactor.adobe.io/rule_components/RC55d9e1e7a1c547d1990582c3645487b4" + "extension": "https://reactor.adobe.io/extensions/EXfac3ab645b174fc8a91524be4c5f9262", + "origin": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7", + "rules": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7/rules", + "self": "https://reactor.adobe.io/rule_components/RC07b7a27258a94cd386a3666220fa10a7" }, "meta": { "latest_revision_number": 1 @@ -273763,7 +288191,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -273836,7 +288264,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -273903,16 +288331,16 @@ "response": { "data": [ { - "id": "PRaae7bd558d6f473d878504cee5937d6f", + "id": "PRed833e8d813945dc92bb99f4829e18bc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:06.375Z", + "created_at": "2022-02-04T21:21:27.901Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:06.375Z", + "updated_at": "2022-02-04T21:21:27.901Z", "platform": "web", "development": false, - "token": "1535493d0db9", + "token": "8bd0d357c87f", "domains": [ "example.com" ], @@ -273922,7 +288350,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/company" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -273931,52 +288359,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/callbacks" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/hosts" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/environments" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/libraries" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/data_elements" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/extensions" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/rules" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/notes" + "related": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/data_elements", - "environments": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/environments", - "extensions": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/extensions", - "rules": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f/rules", - "self": "https://reactor.adobe.io/properties/PRaae7bd558d6f473d878504cee5937d6f" + "data_elements": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/data_elements", + "environments": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/environments", + "extensions": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/extensions", + "rules": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc/rules", + "self": "https://reactor.adobe.io/properties/PRed833e8d813945dc92bb99f4829e18bc" }, "meta": { "rights": [ @@ -274005,7 +288433,7 @@ }, { "name": "rule_components.create_a_note_on_a_rule_component", - "endpoint": "/properties/PRaae7bd558d6f473d878504cee5937d6f", + "endpoint": "/properties/PRed833e8d813945dc92bb99f4829e18bc", "method": "DELETE", "request": null, "response": null, @@ -274052,16 +288480,16 @@ }, "response": { "data": { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:13.017Z", + "created_at": "2022-02-04T21:21:37.568Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:13.017Z", + "updated_at": "2022-02-04T21:21:37.568Z", "platform": "web", "development": false, - "token": "1580823d7d60", + "token": "57ddbd45ff2f", "domains": [ "example.com" ], @@ -274071,7 +288499,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/company" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -274080,52 +288508,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/callbacks" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/hosts" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/environments" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/libraries" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/data_elements" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/extensions" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/rules" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/notes" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/data_elements", - "environments": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/environments", - "extensions": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/extensions", - "rules": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/rules", - "self": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95" + "data_elements": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements", + "environments": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments", + "extensions": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions", + "rules": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules", + "self": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" }, "meta": { "rights": [ @@ -275421,6 +289849,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -276597,10 +291026,10 @@ }, "response": { "data": { - "id": "EX9e8dbd4da5794b7ba4d86c8114287d27", + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:18.414Z", + "created_at": "2022-02-04T21:21:43.429Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -276608,7 +291037,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:18.414Z", + "updated_at": "2022-02-04T21:21:43.429Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -276618,40 +291047,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/libraries" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/revisions" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/notes" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/property" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/property" }, "data": { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/origin" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/origin" }, "data": { - "id": "EX9e8dbd4da5794b7ba4d86c8114287d27", + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -276660,7 +291089,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27/extension_package" + "related": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -276669,9 +291098,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95", - "origin": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27", - "self": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27", + "property": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077", + "origin": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", + "self": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -277939,6 +292368,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -279098,10 +293528,10 @@ }, "response": { "data": { - "id": "RL1122e1a960fb49299a141d627ffb1c27", + "id": "RL48318a7e7e7240b690a7fa2bd775d110", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:18.678Z", + "created_at": "2022-02-04T21:21:43.953Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -279109,54 +293539,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:18.678Z", + "updated_at": "2022-02-04T21:21:43.953Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/libraries" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/revisions" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/notes" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/property" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/property" }, "data": { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/origin" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/origin" }, "data": { - "id": "RL1122e1a960fb49299a141d627ffb1c27", + "id": "RL48318a7e7e7240b690a7fa2bd775d110", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/rule_components" + "related": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95", - "origin": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27", - "self": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27", - "rule_components": "https://reactor.adobe.io/rules/RL1122e1a960fb49299a141d627ffb1c27/rule_components" + "property": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077", + "origin": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110", + "self": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110", + "rule_components": "https://reactor.adobe.io/rules/RL48318a7e7e7240b690a7fa2bd775d110/rule_components" }, "meta": { "latest_revision_number": 0 @@ -279180,14 +293610,14 @@ "relationships": { "extension": { "data": { - "id": "EX9e8dbd4da5794b7ba4d86c8114287d27", + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL1122e1a960fb49299a141d627ffb1c27", + "id": "RL48318a7e7e7240b690a7fa2bd775d110", "type": "rules" } ] @@ -279198,10 +293628,10 @@ }, "response": { "data": { - "id": "RC614bf3ad5cd1465b991589f782016f9e", + "id": "RC23ef63ca67ce420899f2ed664ea2bef3", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:18.820Z", + "created_at": "2022-02-04T21:21:44.407Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -279214,13 +293644,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:18.820Z", + "updated_at": "2022-02-04T21:21:44.407Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -279229,56 +293659,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/updated_with_extension" }, "data": { - "id": "EX55c23966db484a8fadc9aa51b2e167d4", + "id": "EXb0637dda301440a79848a8959d601c49", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/extension" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/extension" }, "data": { - "id": "EX9e8dbd4da5794b7ba4d86c8114287d27", + "id": "EXfafd4116305b4672b94cb24b0f2d0bb6", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/notes" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/origin" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/origin" }, "data": { - "id": "RC614bf3ad5cd1465b991589f782016f9e", + "id": "RC23ef63ca67ce420899f2ed664ea2bef3", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" }, "data": { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/rules" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX9e8dbd4da5794b7ba4d86c8114287d27", - "origin": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e", - "rules": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e/rules", - "self": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e" + "extension": "https://reactor.adobe.io/extensions/EXfafd4116305b4672b94cb24b0f2d0bb6", + "origin": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3", + "rules": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3/rules", + "self": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3" }, "meta": { "latest_revision_number": 0 @@ -279302,28 +293732,28 @@ }, "response": { "data": { - "id": "NT35cd8ea74b2a4fcb8861f23f59809759", + "id": "NT74f12535b060499ea413a0c68d260fac", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:18:18.969Z", + "created_at": "2022-02-04T21:21:44.798Z", "text": "this note on a rule component intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e" + "related": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3" }, "data": { - "id": "RC614bf3ad5cd1465b991589f782016f9e", + "id": "RC23ef63ca67ce420899f2ed664ea2bef3", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RC614bf3ad5cd1465b991589f782016f9e", - "self": "https://reactor.adobe.io/notes/NT35cd8ea74b2a4fcb8861f23f59809759" + "resource": "https://reactor.adobe.io/rule_components/RC23ef63ca67ce420899f2ed664ea2bef3", + "self": "https://reactor.adobe.io/notes/NT74f12535b060499ea413a0c68d260fac" } } }, @@ -279344,7 +293774,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -279417,7 +293847,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -279484,16 +293914,16 @@ "response": { "data": [ { - "id": "PR017c126e4d46478b95861f416ced9d95", + "id": "PRca779c5e28a446148725aaed9d50a077", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:13.017Z", + "created_at": "2022-02-04T21:21:37.568Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:13.017Z", + "updated_at": "2022-02-04T21:21:37.568Z", "platform": "web", "development": false, - "token": "1580823d7d60", + "token": "57ddbd45ff2f", "domains": [ "example.com" ], @@ -279503,7 +293933,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/company" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -279512,52 +293942,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/callbacks" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/hosts" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/environments" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/libraries" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/data_elements" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/extensions" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/rules" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/notes" + "related": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/data_elements", - "environments": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/environments", - "extensions": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/extensions", - "rules": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95/rules", - "self": "https://reactor.adobe.io/properties/PR017c126e4d46478b95861f416ced9d95" + "data_elements": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/data_elements", + "environments": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/environments", + "extensions": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/extensions", + "rules": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077/rules", + "self": "https://reactor.adobe.io/properties/PRca779c5e28a446148725aaed9d50a077" }, "meta": { "rights": [ @@ -279586,7 +294016,7 @@ }, { "name": "rule_components.list_notes_for_a_rule_component", - "endpoint": "/properties/PR017c126e4d46478b95861f416ced9d95", + "endpoint": "/properties/PRca779c5e28a446148725aaed9d50a077", "method": "DELETE", "request": null, "response": null, @@ -279633,16 +294063,16 @@ }, "response": { "data": { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:19.347Z", + "created_at": "2022-02-04T21:21:45.644Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:19.347Z", + "updated_at": "2022-02-04T21:21:45.644Z", "platform": "web", "development": false, - "token": "0cb513f9d390", + "token": "f73ebbf37fac", "domains": [ "example.com" ], @@ -279652,7 +294082,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/company" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -279661,52 +294091,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/callbacks" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/hosts" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/environments" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/libraries" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/data_elements" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/extensions" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/rules" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/notes" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/environments", - "extensions": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/extensions", - "rules": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/rules", - "self": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b" + "data_elements": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules", + "self": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" }, "meta": { "rights": [ @@ -281002,6 +295432,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -282178,10 +296609,10 @@ }, "response": { "data": { - "id": "EX39e7b35ebb3c46d3a951b3def47f0e30", + "id": "EX1447b7a3919343d4b3a89f0686c40f74", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:18:24.675Z", + "created_at": "2022-02-04T21:21:51.259Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -282189,7 +296620,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:24.675Z", + "updated_at": "2022-02-04T21:21:51.259Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -282199,40 +296630,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/libraries" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/revisions" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/notes" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/property" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/property" }, "data": { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/origin" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/origin" }, "data": { - "id": "EX39e7b35ebb3c46d3a951b3def47f0e30", + "id": "EX1447b7a3919343d4b3a89f0686c40f74", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -282241,7 +296672,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30/extension_package" + "related": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -282250,9 +296681,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b", - "origin": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30", - "self": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30", + "property": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", + "origin": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", + "self": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -283520,6 +297951,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -284679,10 +299111,10 @@ }, "response": { "data": { - "id": "RL6ddb3432fdb14a4da9e2bdf4338b4a36", + "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:24.958Z", + "created_at": "2022-02-04T21:21:51.630Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -284690,54 +299122,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:24.958Z", + "updated_at": "2022-02-04T21:21:51.630Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/libraries" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/revisions" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/notes" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/property" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/property" }, "data": { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/origin" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/origin" }, "data": { - "id": "RL6ddb3432fdb14a4da9e2bdf4338b4a36", + "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/rule_components" + "related": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b", - "origin": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36", - "self": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36", - "rule_components": "https://reactor.adobe.io/rules/RL6ddb3432fdb14a4da9e2bdf4338b4a36/rule_components" + "property": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", + "origin": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c", + "self": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c", + "rule_components": "https://reactor.adobe.io/rules/RL79c0094ddc204c8e9bcccbd6715fb97c/rule_components" }, "meta": { "latest_revision_number": 0 @@ -284761,14 +299193,14 @@ "relationships": { "extension": { "data": { - "id": "EX39e7b35ebb3c46d3a951b3def47f0e30", + "id": "EX1447b7a3919343d4b3a89f0686c40f74", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL6ddb3432fdb14a4da9e2bdf4338b4a36", + "id": "RL79c0094ddc204c8e9bcccbd6715fb97c", "type": "rules" } ] @@ -284779,10 +299211,10 @@ }, "response": { "data": { - "id": "RC41c7d334f2a04eb6a079242e26fc525e", + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:18:25.093Z", + "created_at": "2022-02-04T21:21:51.870Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -284795,13 +299227,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:25.093Z", + "updated_at": "2022-02-04T21:21:51.870Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -284810,56 +299242,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/updated_with_extension" }, "data": { - "id": "EX5b3aa4ae41b445eb93c487e4f1105226", + "id": "EX393cf46db8f94c97aeaaac07632b6ccb", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/extension" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/extension" }, "data": { - "id": "EX39e7b35ebb3c46d3a951b3def47f0e30", + "id": "EX1447b7a3919343d4b3a89f0686c40f74", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/notes" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/origin" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/origin" }, "data": { - "id": "RC41c7d334f2a04eb6a079242e26fc525e", + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" }, "data": { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/rules" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX39e7b35ebb3c46d3a951b3def47f0e30", - "origin": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e", - "rules": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e/rules", - "self": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e" + "extension": "https://reactor.adobe.io/extensions/EX1447b7a3919343d4b3a89f0686c40f74", + "origin": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", + "rules": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5/rules", + "self": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" }, "meta": { "latest_revision_number": 0 @@ -284883,28 +299315,28 @@ }, "response": { "data": { - "id": "NT54dbf132ec0b4b05b0b792abb6c29383", + "id": "NTdfc138a2203b4878ae0da67c643c22c7", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:18:25.264Z", + "created_at": "2022-02-04T21:21:52.060Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" }, "data": { - "id": "RC41c7d334f2a04eb6a079242e26fc525e", + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e", - "self": "https://reactor.adobe.io/notes/NT54dbf132ec0b4b05b0b792abb6c29383" + "resource": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", + "self": "https://reactor.adobe.io/notes/NTdfc138a2203b4878ae0da67c643c22c7" } } }, @@ -284919,28 +299351,28 @@ "response": { "data": [ { - "id": "NT54dbf132ec0b4b05b0b792abb6c29383", + "id": "NTdfc138a2203b4878ae0da67c643c22c7", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:18:25.264Z", + "created_at": "2022-02-04T21:21:52.060Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e" + "related": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5" }, "data": { - "id": "RC41c7d334f2a04eb6a079242e26fc525e", + "id": "RCc919bdf2ef0442b8ba6b90d668f901e5", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RC41c7d334f2a04eb6a079242e26fc525e", - "self": "https://reactor.adobe.io/notes/NT54dbf132ec0b4b05b0b792abb6c29383" + "resource": "https://reactor.adobe.io/rule_components/RCc919bdf2ef0442b8ba6b90d668f901e5", + "self": "https://reactor.adobe.io/notes/NTdfc138a2203b4878ae0da67c643c22c7" } } ], @@ -284971,7 +299403,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -285044,7 +299476,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -285111,16 +299543,16 @@ "response": { "data": [ { - "id": "PR1df9d33ca5a94a49822b51b0fd3b388b", + "id": "PR6e270e0d42394449bd84bf7d2bc7fb19", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:19.347Z", + "created_at": "2022-02-04T21:21:45.644Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:19.347Z", + "updated_at": "2022-02-04T21:21:45.644Z", "platform": "web", "development": false, - "token": "0cb513f9d390", + "token": "f73ebbf37fac", "domains": [ "example.com" ], @@ -285130,7 +299562,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/company" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -285139,52 +299571,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/callbacks" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/hosts" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/environments" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/libraries" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/data_elements" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/extensions" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/rules" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/notes" + "related": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/environments", - "extensions": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/extensions", - "rules": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b/rules", - "self": "https://reactor.adobe.io/properties/PR1df9d33ca5a94a49822b51b0fd3b388b" + "data_elements": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/data_elements", + "environments": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/environments", + "extensions": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/extensions", + "rules": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19/rules", + "self": "https://reactor.adobe.io/properties/PR6e270e0d42394449bd84bf7d2bc7fb19" }, "meta": { "rights": [ @@ -285213,7 +299645,7 @@ }, { "name": "rules.create_a_rule", - "endpoint": "/properties/PR1df9d33ca5a94a49822b51b0fd3b388b", + "endpoint": "/properties/PR6e270e0d42394449bd84bf7d2bc7fb19", "method": "DELETE", "request": null, "response": null, @@ -285260,16 +299692,16 @@ }, "response": { "data": { - "id": "PR55c71d5f47b7473bb27f3b73d87eaa2b", + "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:25.716Z", + "created_at": "2022-02-04T21:21:52.685Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:25.716Z", + "updated_at": "2022-02-04T21:21:52.685Z", "platform": "web", "development": false, - "token": "d27b4f76f495", + "token": "089b4eab036d", "domains": [ "example.com" ], @@ -285279,7 +299711,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/company" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -285288,52 +299720,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/callbacks" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/hosts" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/environments" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/libraries" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/data_elements" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/extensions" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/rules" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/notes" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/environments", - "extensions": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/extensions", - "rules": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/rules", - "self": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b" + "data_elements": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments", + "extensions": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions", + "rules": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules", + "self": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9" }, "meta": { "rights": [ @@ -285364,10 +299796,10 @@ }, "response": { "data": { - "id": "RL8d0f4c6f7f3e43f0846d1506329bf2d8", + "id": "RL43d52f1a43654a75aefa006e14179f01", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:30.929Z", + "created_at": "2022-02-04T21:21:57.988Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -285375,54 +299807,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:30.929Z", + "updated_at": "2022-02-04T21:21:57.988Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/libraries" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/revisions" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/notes" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/property" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/property" }, "data": { - "id": "PR55c71d5f47b7473bb27f3b73d87eaa2b", + "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/origin" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/origin" }, "data": { - "id": "RL8d0f4c6f7f3e43f0846d1506329bf2d8", + "id": "RL43d52f1a43654a75aefa006e14179f01", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/rule_components" + "related": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b", - "origin": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8", - "self": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8", - "rule_components": "https://reactor.adobe.io/rules/RL8d0f4c6f7f3e43f0846d1506329bf2d8/rule_components" + "property": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9", + "origin": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01", + "self": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01", + "rule_components": "https://reactor.adobe.io/rules/RL43d52f1a43654a75aefa006e14179f01/rule_components" }, "meta": { "latest_revision_number": 0 @@ -285446,7 +299878,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -285519,7 +299951,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -285586,16 +300018,16 @@ "response": { "data": [ { - "id": "PR55c71d5f47b7473bb27f3b73d87eaa2b", + "id": "PR7ef9a2ac35f0469f827c7d18e86514e9", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:25.716Z", + "created_at": "2022-02-04T21:21:52.685Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:25.716Z", + "updated_at": "2022-02-04T21:21:52.685Z", "platform": "web", "development": false, - "token": "d27b4f76f495", + "token": "089b4eab036d", "domains": [ "example.com" ], @@ -285605,7 +300037,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/company" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -285614,52 +300046,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/callbacks" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/hosts" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/environments" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/libraries" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/data_elements" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/extensions" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/rules" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/notes" + "related": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/environments", - "extensions": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/extensions", - "rules": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b/rules", - "self": "https://reactor.adobe.io/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b" + "data_elements": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/data_elements", + "environments": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/environments", + "extensions": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/extensions", + "rules": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9/rules", + "self": "https://reactor.adobe.io/properties/PR7ef9a2ac35f0469f827c7d18e86514e9" }, "meta": { "rights": [ @@ -285688,7 +300120,7 @@ }, { "name": "rules.get_a_rule", - "endpoint": "/properties/PR55c71d5f47b7473bb27f3b73d87eaa2b", + "endpoint": "/properties/PR7ef9a2ac35f0469f827c7d18e86514e9", "method": "DELETE", "request": null, "response": null, @@ -285735,16 +300167,16 @@ }, "response": { "data": { - "id": "PRbadc3facf41a41f1b1209b4b046ecab3", + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:31.381Z", + "created_at": "2022-02-04T21:21:58.619Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:31.381Z", + "updated_at": "2022-02-04T21:21:58.619Z", "platform": "web", "development": false, - "token": "35156825e6f6", + "token": "6c60dda8bd5f", "domains": [ "example.com" ], @@ -285754,7 +300186,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/company" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -285763,52 +300195,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/callbacks" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/hosts" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/environments" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/libraries" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/data_elements" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/extensions" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/rules" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/notes" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/environments", - "extensions": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/extensions", - "rules": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/rules", - "self": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3" + "data_elements": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments", + "extensions": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions", + "rules": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules", + "self": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc" }, "meta": { "rights": [ @@ -285839,10 +300271,10 @@ }, "response": { "data": { - "id": "RL762cbf12d33b48ca91bd279360890815", + "id": "RLd6a0aace32e346749fae142b151a364d", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:36.588Z", + "created_at": "2022-02-04T21:22:03.889Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -285850,54 +300282,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:36.588Z", + "updated_at": "2022-02-04T21:22:03.889Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/libraries" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/revisions" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/notes" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/property" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/property" }, "data": { - "id": "PRbadc3facf41a41f1b1209b4b046ecab3", + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/origin" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/origin" }, "data": { - "id": "RL762cbf12d33b48ca91bd279360890815", + "id": "RLd6a0aace32e346749fae142b151a364d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/rule_components" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3", - "origin": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815", - "self": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815", - "rule_components": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/rule_components" + "property": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "origin": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "self": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "rule_components": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" }, "meta": { "latest_revision_number": 0 @@ -285914,10 +300346,10 @@ "request": null, "response": { "data": { - "id": "RL762cbf12d33b48ca91bd279360890815", + "id": "RLd6a0aace32e346749fae142b151a364d", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:36.588Z", + "created_at": "2022-02-04T21:22:03.889Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -285925,54 +300357,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:36.588Z", + "updated_at": "2022-02-04T21:22:03.889Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/libraries" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/revisions" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/notes" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/property" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/property" }, "data": { - "id": "PRbadc3facf41a41f1b1209b4b046ecab3", + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/origin" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/origin" }, "data": { - "id": "RL762cbf12d33b48ca91bd279360890815", + "id": "RLd6a0aace32e346749fae142b151a364d", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/rule_components" + "related": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3", - "origin": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815", - "self": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815", - "rule_components": "https://reactor.adobe.io/rules/RL762cbf12d33b48ca91bd279360890815/rule_components" + "property": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", + "origin": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "self": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d", + "rule_components": "https://reactor.adobe.io/rules/RLd6a0aace32e346749fae142b151a364d/rule_components" }, "meta": { "latest_revision_number": 0 @@ -285996,7 +300428,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -286069,7 +300501,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -286136,16 +300568,16 @@ "response": { "data": [ { - "id": "PRbadc3facf41a41f1b1209b4b046ecab3", + "id": "PR0a73a4b4076d4ffca7a5ed13982ad8cc", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:31.381Z", + "created_at": "2022-02-04T21:21:58.619Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:31.381Z", + "updated_at": "2022-02-04T21:21:58.619Z", "platform": "web", "development": false, - "token": "35156825e6f6", + "token": "6c60dda8bd5f", "domains": [ "example.com" ], @@ -286155,7 +300587,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/company" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -286164,52 +300596,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/callbacks" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/hosts" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/environments" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/libraries" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/data_elements" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/extensions" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/rules" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/notes" + "related": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/data_elements", - "environments": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/environments", - "extensions": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/extensions", - "rules": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3/rules", - "self": "https://reactor.adobe.io/properties/PRbadc3facf41a41f1b1209b4b046ecab3" + "data_elements": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/environments", + "extensions": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/extensions", + "rules": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc/rules", + "self": "https://reactor.adobe.io/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc" }, "meta": { "rights": [ @@ -286238,7 +300670,7 @@ }, { "name": "rules.list_rules_for_a_property", - "endpoint": "/properties/PRbadc3facf41a41f1b1209b4b046ecab3", + "endpoint": "/properties/PR0a73a4b4076d4ffca7a5ed13982ad8cc", "method": "DELETE", "request": null, "response": null, @@ -286285,16 +300717,16 @@ }, "response": { "data": { - "id": "PR8d37b47d06d34ff3aca63f1212912642", + "id": "PR4794d32d64264a55bef076dab9698532", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:37.067Z", + "created_at": "2022-02-04T21:22:04.938Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:37.067Z", + "updated_at": "2022-02-04T21:22:04.938Z", "platform": "web", "development": false, - "token": "b4a48a3f56e4", + "token": "bf7572b989f8", "domains": [ "example.com" ], @@ -286304,7 +300736,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/company" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -286313,52 +300745,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/callbacks" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/hosts" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/environments" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/libraries" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/data_elements" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/extensions" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/rules" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/notes" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/environments", - "extensions": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/extensions", - "rules": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/rules", - "self": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642" + "data_elements": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments", + "extensions": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions", + "rules": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules", + "self": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532" }, "meta": { "rights": [ @@ -286389,10 +300821,10 @@ }, "response": { "data": { - "id": "RL0deead49c36949cbbb61efd019c12b4a", + "id": "RL0ba886ae1a4d4570a3a6948730814438", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:42.269Z", + "created_at": "2022-02-04T21:22:10.445Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -286400,54 +300832,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:42.269Z", + "updated_at": "2022-02-04T21:22:10.445Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/libraries" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/revisions" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/notes" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/property" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/property" }, "data": { - "id": "PR8d37b47d06d34ff3aca63f1212912642", + "id": "PR4794d32d64264a55bef076dab9698532", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/origin" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/origin" }, "data": { - "id": "RL0deead49c36949cbbb61efd019c12b4a", + "id": "RL0ba886ae1a4d4570a3a6948730814438", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/rule_components" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642", - "origin": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a", - "self": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a", - "rule_components": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/rule_components" + "property": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532", + "origin": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "self": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "rule_components": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" }, "meta": { "latest_revision_number": 0 @@ -286465,10 +300897,10 @@ "response": { "data": [ { - "id": "RL0deead49c36949cbbb61efd019c12b4a", + "id": "RL0ba886ae1a4d4570a3a6948730814438", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:42.269Z", + "created_at": "2022-02-04T21:22:10.445Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -286476,54 +300908,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:42.269Z", + "updated_at": "2022-02-04T21:22:10.445Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/libraries" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/revisions" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/notes" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/property" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/property" }, "data": { - "id": "PR8d37b47d06d34ff3aca63f1212912642", + "id": "PR4794d32d64264a55bef076dab9698532", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/origin" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/origin" }, "data": { - "id": "RL0deead49c36949cbbb61efd019c12b4a", + "id": "RL0ba886ae1a4d4570a3a6948730814438", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/rule_components" + "related": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642", - "origin": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a", - "self": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a", - "rule_components": "https://reactor.adobe.io/rules/RL0deead49c36949cbbb61efd019c12b4a/rule_components" + "property": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532", + "origin": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "self": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438", + "rule_components": "https://reactor.adobe.io/rules/RL0ba886ae1a4d4570a3a6948730814438/rule_components" }, "meta": { "latest_revision_number": 0 @@ -286557,7 +300989,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -286630,7 +301062,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -286697,16 +301129,16 @@ "response": { "data": [ { - "id": "PR8d37b47d06d34ff3aca63f1212912642", + "id": "PR4794d32d64264a55bef076dab9698532", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:37.067Z", + "created_at": "2022-02-04T21:22:04.938Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:37.067Z", + "updated_at": "2022-02-04T21:22:04.938Z", "platform": "web", "development": false, - "token": "b4a48a3f56e4", + "token": "bf7572b989f8", "domains": [ "example.com" ], @@ -286716,7 +301148,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/company" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -286725,52 +301157,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/callbacks" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/hosts" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/environments" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/libraries" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/data_elements" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/extensions" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/rules" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/notes" + "related": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/environments", - "extensions": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/extensions", - "rules": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642/rules", - "self": "https://reactor.adobe.io/properties/PR8d37b47d06d34ff3aca63f1212912642" + "data_elements": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/data_elements", + "environments": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/environments", + "extensions": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/extensions", + "rules": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532/rules", + "self": "https://reactor.adobe.io/properties/PR4794d32d64264a55bef076dab9698532" }, "meta": { "rights": [ @@ -286799,7 +301231,7 @@ }, { "name": "rules.update_a_rule", - "endpoint": "/properties/PR8d37b47d06d34ff3aca63f1212912642", + "endpoint": "/properties/PR4794d32d64264a55bef076dab9698532", "method": "DELETE", "request": null, "response": null, @@ -286846,16 +301278,16 @@ }, "response": { "data": { - "id": "PR77413a5d38a44abab89bcef81a97a8d1", + "id": "PRb702ec3407804e2e825a1c1e789213b8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:42.740Z", + "created_at": "2022-02-04T21:22:11.103Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:42.740Z", + "updated_at": "2022-02-04T21:22:11.103Z", "platform": "web", "development": false, - "token": "affeaa787020", + "token": "8741cec2921a", "domains": [ "example.com" ], @@ -286865,7 +301297,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/company" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -286874,52 +301306,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/callbacks" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/hosts" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/environments" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/libraries" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/data_elements" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/extensions" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/rules" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/notes" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/environments", - "extensions": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/extensions", - "rules": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/rules", - "self": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1" + "data_elements": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments", + "extensions": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions", + "rules": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules", + "self": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8" }, "meta": { "rights": [ @@ -286950,10 +301382,10 @@ }, "response": { "data": { - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:47.932Z", + "created_at": "2022-02-04T21:22:16.371Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -286961,54 +301393,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:47.932Z", + "updated_at": "2022-02-04T21:22:16.371Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/libraries" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/revisions" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/notes" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/property" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/property" }, "data": { - "id": "PR77413a5d38a44abab89bcef81a97a8d1", + "id": "PRb702ec3407804e2e825a1c1e789213b8", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/origin" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/origin" }, "data": { - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/rule_components" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1", - "origin": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650", - "self": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650", - "rule_components": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/rule_components" + "property": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8", + "origin": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "self": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "rule_components": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -287027,16 +301459,16 @@ "attributes": { "name": "Test Rule" }, - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules" } }, "response": { "data": { - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:47.932Z", + "created_at": "2022-02-04T21:22:16.371Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -287044,54 +301476,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:48.028Z", + "updated_at": "2022-02-04T21:22:16.527Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/libraries" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/revisions" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/notes" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/property" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/property" }, "data": { - "id": "PR77413a5d38a44abab89bcef81a97a8d1", + "id": "PRb702ec3407804e2e825a1c1e789213b8", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/origin" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/origin" }, "data": { - "id": "RL987263703bdb4649bc10d93bdd6cb650", + "id": "RLeb90492b1463444d8ae0f046eaeb140b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/rule_components" + "related": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1", - "origin": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650", - "self": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650", - "rule_components": "https://reactor.adobe.io/rules/RL987263703bdb4649bc10d93bdd6cb650/rule_components" + "property": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8", + "origin": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "self": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b", + "rule_components": "https://reactor.adobe.io/rules/RLeb90492b1463444d8ae0f046eaeb140b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -287115,7 +301547,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -287188,7 +301620,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -287255,16 +301687,16 @@ "response": { "data": [ { - "id": "PR77413a5d38a44abab89bcef81a97a8d1", + "id": "PRb702ec3407804e2e825a1c1e789213b8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:42.740Z", + "created_at": "2022-02-04T21:22:11.103Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:42.740Z", + "updated_at": "2022-02-04T21:22:11.103Z", "platform": "web", "development": false, - "token": "affeaa787020", + "token": "8741cec2921a", "domains": [ "example.com" ], @@ -287274,7 +301706,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/company" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -287283,52 +301715,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/callbacks" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/hosts" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/environments" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/libraries" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/data_elements" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/extensions" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/rules" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/notes" + "related": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/data_elements", - "environments": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/environments", - "extensions": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/extensions", - "rules": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1/rules", - "self": "https://reactor.adobe.io/properties/PR77413a5d38a44abab89bcef81a97a8d1" + "data_elements": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/environments", + "extensions": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/extensions", + "rules": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8/rules", + "self": "https://reactor.adobe.io/properties/PRb702ec3407804e2e825a1c1e789213b8" }, "meta": { "rights": [ @@ -287357,7 +301789,7 @@ }, { "name": "rules.delete_a_rule", - "endpoint": "/properties/PR77413a5d38a44abab89bcef81a97a8d1", + "endpoint": "/properties/PRb702ec3407804e2e825a1c1e789213b8", "method": "DELETE", "request": null, "response": null, @@ -287404,16 +301836,16 @@ }, "response": { "data": { - "id": "PR71ddd4e8967e42149a5c67ce16023e49", + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:48.430Z", + "created_at": "2022-02-04T21:22:17.328Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:48.430Z", + "updated_at": "2022-02-04T21:22:17.328Z", "platform": "web", "development": false, - "token": "7dafc2a985c8", + "token": "a6967cab34a3", "domains": [ "example.com" ], @@ -287423,7 +301855,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/company" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -287432,52 +301864,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/callbacks" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/hosts" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/environments" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/libraries" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/data_elements" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/extensions" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/rules" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/notes" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/data_elements", - "environments": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/environments", - "extensions": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/extensions", - "rules": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/rules", - "self": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49" + "data_elements": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments", + "extensions": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions", + "rules": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules", + "self": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1" }, "meta": { "rights": [ @@ -287508,10 +301940,10 @@ }, "response": { "data": { - "id": "RLd4c142857e1741e0af4b087ef4f4104c", + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:53.644Z", + "created_at": "2022-02-04T21:22:22.621Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -287519,54 +301951,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:53.644Z", + "updated_at": "2022-02-04T21:22:22.621Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/libraries" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/revisions" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/notes" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/property" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/property" }, "data": { - "id": "PR71ddd4e8967e42149a5c67ce16023e49", + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/origin" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/origin" }, "data": { - "id": "RLd4c142857e1741e0af4b087ef4f4104c", + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/rule_components" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49", - "origin": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c", - "self": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c", - "rule_components": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/rule_components" + "property": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1", + "origin": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "self": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "rule_components": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" }, "meta": { "latest_revision_number": 0 @@ -287592,69 +302024,69 @@ "request": null, "response": { "data": { - "id": "RLd4c142857e1741e0af4b087ef4f4104c", + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:53.644Z", - "deleted_at": "2021-10-05T19:18:53.768Z", + "created_at": "2022-02-04T21:22:22.621Z", + "deleted_at": "2022-02-04T21:22:22.795Z", "dirty": true, "enabled": true, "name": "Example Rule", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:53.791Z", + "updated_at": "2022-02-04T21:22:22.852Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/libraries" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/revisions" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/notes" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/property" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/property" }, "data": { - "id": "PR71ddd4e8967e42149a5c67ce16023e49", + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/origin" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/origin" }, "data": { - "id": "RLd4c142857e1741e0af4b087ef4f4104c", + "id": "RL7b86b1c3eaaa4c76a4506c9258ccbbb2", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/rule_components" + "related": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49", - "origin": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c", - "self": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c", - "rule_components": "https://reactor.adobe.io/rules/RLd4c142857e1741e0af4b087ef4f4104c/rule_components" + "property": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1", + "origin": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "self": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2", + "rule_components": "https://reactor.adobe.io/rules/RL7b86b1c3eaaa4c76a4506c9258ccbbb2/rule_components" }, "meta": { "latest_revision_number": 0, - "deleted_at": "2021-10-05T19:18:53.768Z" + "deleted_at": "2022-02-04T21:22:22.795Z" } } }, @@ -287675,7 +302107,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -287748,7 +302180,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -287815,16 +302247,16 @@ "response": { "data": [ { - "id": "PR71ddd4e8967e42149a5c67ce16023e49", + "id": "PR481782ef3fea4e0fb29c584499ffe7c1", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:48.430Z", + "created_at": "2022-02-04T21:22:17.328Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:48.430Z", + "updated_at": "2022-02-04T21:22:17.328Z", "platform": "web", "development": false, - "token": "7dafc2a985c8", + "token": "a6967cab34a3", "domains": [ "example.com" ], @@ -287834,7 +302266,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/company" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -287843,52 +302275,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/callbacks" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/hosts" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/environments" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/libraries" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/data_elements" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/extensions" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/rules" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/notes" + "related": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/data_elements", - "environments": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/environments", - "extensions": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/extensions", - "rules": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49/rules", - "self": "https://reactor.adobe.io/properties/PR71ddd4e8967e42149a5c67ce16023e49" + "data_elements": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/data_elements", + "environments": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/environments", + "extensions": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/extensions", + "rules": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1/rules", + "self": "https://reactor.adobe.io/properties/PR481782ef3fea4e0fb29c584499ffe7c1" }, "meta": { "rights": [ @@ -287917,7 +302349,7 @@ }, { "name": "rules.revise_a_rule", - "endpoint": "/properties/PR71ddd4e8967e42149a5c67ce16023e49", + "endpoint": "/properties/PR481782ef3fea4e0fb29c584499ffe7c1", "method": "DELETE", "request": null, "response": null, @@ -287964,16 +302396,16 @@ }, "response": { "data": { - "id": "PR19c3075a10384b1988cb290642e11397", + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:54.329Z", + "created_at": "2022-02-04T21:22:23.703Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:54.329Z", + "updated_at": "2022-02-04T21:22:23.703Z", "platform": "web", "development": false, - "token": "5dadd227245e", + "token": "ceae7642fa4c", "domains": [ "example.com" ], @@ -287983,7 +302415,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/company" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -287992,52 +302424,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/callbacks" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/hosts" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/environments" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/libraries" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/data_elements" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/extensions" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/rules" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/notes" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/data_elements", - "environments": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/environments", - "extensions": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/extensions", - "rules": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/rules", - "self": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397" + "data_elements": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments", + "extensions": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions", + "rules": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules", + "self": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb" }, "meta": { "rights": [ @@ -288068,10 +302500,10 @@ }, "response": { "data": { - "id": "RL25dc9f1b33d542ceafdaa48b61570310", + "id": "RL9b61883c50f6400dbfbafd95360be68b", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:59.616Z", + "created_at": "2022-02-04T21:22:29.055Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -288079,54 +302511,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:18:59.616Z", + "updated_at": "2022-02-04T21:22:29.055Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/libraries" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/revisions" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/notes" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/property" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/property" }, "data": { - "id": "PR19c3075a10384b1988cb290642e11397", + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/origin" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/origin" }, "data": { - "id": "RL25dc9f1b33d542ceafdaa48b61570310", + "id": "RL9b61883c50f6400dbfbafd95360be68b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/rule_components" + "related": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397", - "origin": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310", - "self": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310", - "rule_components": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310/rule_components" + "property": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "origin": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", + "self": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", + "rule_components": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b/rule_components" }, "meta": { "latest_revision_number": 0 @@ -288147,16 +302579,16 @@ "meta": { "action": "revise" }, - "id": "RL25dc9f1b33d542ceafdaa48b61570310", + "id": "RL9b61883c50f6400dbfbafd95360be68b", "type": "rules" } }, "response": { "data": { - "id": "RL4b83e644b1664fb6bc56a750677d6ab5", + "id": "RL04a3a8c6340a42adb95d936cefbd8d8c", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:18:59.743Z", + "created_at": "2022-02-04T21:22:29.238Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -288164,54 +302596,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:18:59.743Z", + "updated_at": "2022-02-04T21:22:29.238Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/libraries" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/revisions" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/notes" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/property" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/property" }, "data": { - "id": "PR19c3075a10384b1988cb290642e11397", + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/origin" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/origin" }, "data": { - "id": "RL25dc9f1b33d542ceafdaa48b61570310", + "id": "RL9b61883c50f6400dbfbafd95360be68b", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/rule_components" + "related": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397", - "origin": "https://reactor.adobe.io/rules/RL25dc9f1b33d542ceafdaa48b61570310", - "self": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5", - "rule_components": "https://reactor.adobe.io/rules/RL4b83e644b1664fb6bc56a750677d6ab5/rule_components" + "property": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", + "origin": "https://reactor.adobe.io/rules/RL9b61883c50f6400dbfbafd95360be68b", + "self": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c", + "rule_components": "https://reactor.adobe.io/rules/RL04a3a8c6340a42adb95d936cefbd8d8c/rule_components" }, "meta": { "latest_revision_number": 1 @@ -288235,7 +302667,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -288308,7 +302740,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -288375,16 +302807,16 @@ "response": { "data": [ { - "id": "PR19c3075a10384b1988cb290642e11397", + "id": "PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:18:54.329Z", + "created_at": "2022-02-04T21:22:23.703Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:18:54.329Z", + "updated_at": "2022-02-04T21:22:23.703Z", "platform": "web", "development": false, - "token": "5dadd227245e", + "token": "ceae7642fa4c", "domains": [ "example.com" ], @@ -288394,7 +302826,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/company" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -288403,52 +302835,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/callbacks" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/hosts" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/environments" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/libraries" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/data_elements" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/extensions" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/rules" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/notes" + "related": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/data_elements", - "environments": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/environments", - "extensions": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/extensions", - "rules": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397/rules", - "self": "https://reactor.adobe.io/properties/PR19c3075a10384b1988cb290642e11397" + "data_elements": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/environments", + "extensions": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/extensions", + "rules": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb/rules", + "self": "https://reactor.adobe.io/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb" }, "meta": { "rights": [ @@ -288477,7 +302909,7 @@ }, { "name": "rules.list_the_revisions_of_a_rule", - "endpoint": "/properties/PR19c3075a10384b1988cb290642e11397", + "endpoint": "/properties/PRb5fcbebd7e8c4deba1eb8bae5a5a0fcb", "method": "DELETE", "request": null, "response": null, @@ -288524,16 +302956,16 @@ }, "response": { "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:00.131Z", + "created_at": "2022-02-04T21:22:29.858Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:00.131Z", + "updated_at": "2022-02-04T21:22:29.858Z", "platform": "web", "development": false, - "token": "0cc4022361a8", + "token": "aa8891f71a21", "domains": [ "example.com" ], @@ -288543,7 +302975,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/company" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -288552,52 +302984,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/callbacks" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/hosts" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/environments" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/libraries" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/data_elements" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/extensions" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/rules" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/notes" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/environments", - "extensions": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/extensions", - "rules": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/rules", - "self": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8" + "data_elements": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments", + "extensions": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions", + "rules": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules", + "self": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0" }, "meta": { "rights": [ @@ -288628,10 +303060,10 @@ }, "response": { "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:05.329Z", + "created_at": "2022-02-04T21:22:35.243Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -288639,54 +303071,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:05.329Z", + "updated_at": "2022-02-04T21:22:35.243Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/libraries" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/revisions" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/notes" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/property" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/property" }, "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/origin" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/origin" }, "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/rule_components" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8", - "origin": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "self": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "rule_components": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/rule_components" + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "rule_components": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" }, "meta": { "latest_revision_number": 0 @@ -288707,16 +303139,16 @@ "meta": { "action": "revise" }, - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "response": { "data": { - "id": "RL6ac5036ccc374e80899d93fc98c115c2", + "id": "RL27ab1476fa1d41858385f85b37a856b7", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:05.435Z", + "created_at": "2022-02-04T21:22:35.429Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -288724,54 +303156,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:05.435Z", + "updated_at": "2022-02-04T21:22:35.429Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/libraries" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/revisions" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/notes" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/property" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/property" }, "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/origin" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/origin" }, "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/rule_components" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8", - "origin": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "self": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2", - "rule_components": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/rule_components" + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7", + "rule_components": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" }, "meta": { "latest_revision_number": 1 @@ -288789,10 +303221,10 @@ "response": { "data": [ { - "id": "RL6ac5036ccc374e80899d93fc98c115c2", + "id": "RL27ab1476fa1d41858385f85b37a856b7", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:05.435Z", + "created_at": "2022-02-04T21:22:35.429Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -288800,64 +303232,64 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:05.435Z", + "updated_at": "2022-02-04T21:22:35.429Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/libraries" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/revisions" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/notes" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/property" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/property" }, "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/origin" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/origin" }, "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/rule_components" + "related": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8", - "origin": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "self": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2", - "rule_components": "https://reactor.adobe.io/rules/RL6ac5036ccc374e80899d93fc98c115c2/rule_components" + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7", + "rule_components": "https://reactor.adobe.io/rules/RL27ab1476fa1d41858385f85b37a856b7/rule_components" }, "meta": { "latest_revision_number": 1 } }, { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:05.329Z", + "created_at": "2022-02-04T21:22:35.243Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -288865,54 +303297,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:05.329Z", + "updated_at": "2022-02-04T21:22:35.243Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/libraries" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/revisions" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/notes" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/property" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/property" }, "data": { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/origin" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/origin" }, "data": { - "id": "RL08bf67df29254b2c80ab3c0303cab6e9", + "id": "RL4c4f55ff7a754fa0a791d4c9643831ba", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/rule_components" + "related": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8", - "origin": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "self": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9", - "rule_components": "https://reactor.adobe.io/rules/RL08bf67df29254b2c80ab3c0303cab6e9/rule_components" + "property": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0", + "origin": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "self": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba", + "rule_components": "https://reactor.adobe.io/rules/RL4c4f55ff7a754fa0a791d4c9643831ba/rule_components" }, "meta": { "latest_revision_number": 1 @@ -288946,7 +303378,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -289019,7 +303451,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -289086,16 +303518,16 @@ "response": { "data": [ { - "id": "PR554b7eff7f9046a8be39c7e2756652b8", + "id": "PRccb07101b50842899aa33345568c82f0", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:00.131Z", + "created_at": "2022-02-04T21:22:29.858Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:00.131Z", + "updated_at": "2022-02-04T21:22:29.858Z", "platform": "web", "development": false, - "token": "0cc4022361a8", + "token": "aa8891f71a21", "domains": [ "example.com" ], @@ -289105,7 +303537,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/company" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -289114,52 +303546,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/callbacks" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/hosts" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/environments" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/libraries" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/data_elements" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/extensions" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/rules" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/notes" + "related": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/data_elements", - "environments": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/environments", - "extensions": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/extensions", - "rules": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8/rules", - "self": "https://reactor.adobe.io/properties/PR554b7eff7f9046a8be39c7e2756652b8" + "data_elements": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/data_elements", + "environments": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/environments", + "extensions": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/extensions", + "rules": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0/rules", + "self": "https://reactor.adobe.io/properties/PRccb07101b50842899aa33345568c82f0" }, "meta": { "rights": [ @@ -289188,7 +303620,7 @@ }, { "name": "rules.show_the_origin_of_a_rule", - "endpoint": "/properties/PR554b7eff7f9046a8be39c7e2756652b8", + "endpoint": "/properties/PRccb07101b50842899aa33345568c82f0", "method": "DELETE", "request": null, "response": null, @@ -289235,16 +303667,16 @@ }, "response": { "data": { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:05.999Z", + "created_at": "2022-02-04T21:22:36.502Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:05.999Z", + "updated_at": "2022-02-04T21:22:36.502Z", "platform": "web", "development": false, - "token": "ba44bb8ecbdd", + "token": "358e2aa8b503", "domains": [ "example.com" ], @@ -289254,7 +303686,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/company" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -289263,52 +303695,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/hosts" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/environments" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/libraries" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/extensions" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/rules" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/notes" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/rules", - "self": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b" + "data_elements": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules", + "self": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80" }, "meta": { "rights": [ @@ -289339,10 +303771,10 @@ }, "response": { "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:11.209Z", + "created_at": "2022-02-04T21:22:41.823Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -289350,54 +303782,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:11.209Z", + "updated_at": "2022-02-04T21:22:41.823Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/libraries" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/revisions" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/notes" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/property" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/property" }, "data": { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/origin" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/origin" }, "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/rule_components" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b", - "origin": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "self": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "rule_components": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/rule_components" + "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "self": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "rule_components": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" }, "meta": { "latest_revision_number": 0 @@ -289418,16 +303850,16 @@ "meta": { "action": "revise" }, - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules" } }, "response": { "data": { - "id": "RLeaf420723b6f4f5cb668b8e618115a00", + "id": "RL2289889ccb234b9b8a85f8e213e6166f", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:11.339Z", + "created_at": "2022-02-04T21:22:42.014Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -289435,54 +303867,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:11.339Z", + "updated_at": "2022-02-04T21:22:42.014Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/libraries" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/revisions" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/notes" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/property" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/property" }, "data": { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/origin" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/origin" }, "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/rule_components" + "related": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b", - "origin": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "self": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00", - "rule_components": "https://reactor.adobe.io/rules/RLeaf420723b6f4f5cb668b8e618115a00/rule_components" + "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "self": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f", + "rule_components": "https://reactor.adobe.io/rules/RL2289889ccb234b9b8a85f8e213e6166f/rule_components" }, "meta": { "latest_revision_number": 1 @@ -289499,10 +303931,10 @@ "request": null, "response": { "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:11.209Z", + "created_at": "2022-02-04T21:22:41.823Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -289510,54 +303942,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:11.209Z", + "updated_at": "2022-02-04T21:22:41.823Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/libraries" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/revisions" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/notes" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/property" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/property" }, "data": { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/origin" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/origin" }, "data": { - "id": "RL58607255a9d34add98fa4f40a7748fac", + "id": "RLff29ea93d58749c38fc5bd7ac1e7fb0a", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/rule_components" + "related": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b", - "origin": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "self": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac", - "rule_components": "https://reactor.adobe.io/rules/RL58607255a9d34add98fa4f40a7748fac/rule_components" + "property": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", + "origin": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "self": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a", + "rule_components": "https://reactor.adobe.io/rules/RLff29ea93d58749c38fc5bd7ac1e7fb0a/rule_components" }, "meta": { "latest_revision_number": 1 @@ -289581,7 +304013,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -289654,7 +304086,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -289721,16 +304153,16 @@ "response": { "data": [ { - "id": "PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "id": "PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:05.999Z", + "created_at": "2022-02-04T21:22:36.502Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:05.999Z", + "updated_at": "2022-02-04T21:22:36.502Z", "platform": "web", "development": false, - "token": "ba44bb8ecbdd", + "token": "358e2aa8b503", "domains": [ "example.com" ], @@ -289740,7 +304172,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/company" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -289749,52 +304181,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/callbacks" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/hosts" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/environments" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/libraries" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/data_elements" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/extensions" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/rules" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/notes" + "related": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/data_elements", - "environments": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/environments", - "extensions": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/extensions", - "rules": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b/rules", - "self": "https://reactor.adobe.io/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b" + "data_elements": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/environments", + "extensions": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/extensions", + "rules": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80/rules", + "self": "https://reactor.adobe.io/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80" }, "meta": { "rights": [ @@ -289823,7 +304255,7 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/PR0fc36ef3d4634eb8a3b3fc7a1e35804b", + "endpoint": "/properties/PRe3fd6bf32d6243ecaa1f2d8eeb588b80", "method": "DELETE", "request": null, "response": null, @@ -289870,16 +304302,16 @@ }, "response": { "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:11.837Z", + "created_at": "2022-02-04T21:22:42.802Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:11.837Z", + "updated_at": "2022-02-04T21:22:42.802Z", "platform": "web", "development": false, - "token": "c37baae6bca2", + "token": "dd180595c160", "domains": [ "example.com" ], @@ -289889,7 +304321,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/company" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -289898,52 +304330,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/callbacks" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/hosts" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/environments" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/libraries" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/data_elements" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/extensions" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/rules" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/notes" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/environments", - "extensions": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/extensions", - "rules": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/rules", - "self": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260" + "data_elements": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments", + "extensions": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions", + "rules": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules", + "self": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5" }, "meta": { "rights": [ @@ -289974,10 +304406,10 @@ }, "response": { "data": { - "id": "RLb94f336a4a994b36907e5ba0ebe79032", + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:17.050Z", + "created_at": "2022-02-04T21:22:48.082Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -289985,54 +304417,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:17.050Z", + "updated_at": "2022-02-04T21:22:48.082Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/libraries" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/revisions" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/notes" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/property" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/origin" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/origin" }, "data": { - "id": "RLb94f336a4a994b36907e5ba0ebe79032", + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/rule_components" + "related": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032", - "self": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032", - "rule_components": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032/rule_components" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", + "self": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", + "rule_components": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7/rule_components" }, "meta": { "latest_revision_number": 0 @@ -290053,16 +304485,16 @@ "meta": { "action": "revise" }, - "id": "RLb94f336a4a994b36907e5ba0ebe79032", + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", "type": "rules" } }, "response": { "data": { - "id": "RL2b927af5b1b0441aaa2373ea49724bfe", + "id": "RL19f12c9040fd4a73b1e7d87c8d6ccaf0", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:17.150Z", + "created_at": "2022-02-04T21:22:48.212Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -290070,54 +304502,54 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:17.150Z", + "updated_at": "2022-02-04T21:22:48.212Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/libraries" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/revisions" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/notes" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/property" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/origin" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/origin" }, "data": { - "id": "RLb94f336a4a994b36907e5ba0ebe79032", + "id": "RLdc9cdcf7fa86484ea67ce8e441000db7", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/rule_components" + "related": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/rules/RLb94f336a4a994b36907e5ba0ebe79032", - "self": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe", - "rule_components": "https://reactor.adobe.io/rules/RL2b927af5b1b0441aaa2373ea49724bfe/rule_components" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/rules/RLdc9cdcf7fa86484ea67ce8e441000db7", + "self": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0", + "rule_components": "https://reactor.adobe.io/rules/RL19f12c9040fd4a73b1e7d87c8d6ccaf0/rule_components" }, "meta": { "latest_revision_number": 1 @@ -291406,6 +305838,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -292582,10 +307015,10 @@ }, "response": { "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:19:17.409Z", + "created_at": "2022-02-04T21:22:48.600Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -292593,7 +307026,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:17.409Z", + "updated_at": "2022-02-04T21:22:48.600Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -292603,40 +307036,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/libraries" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/revisions" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/notes" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/property" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/origin" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/origin" }, "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -292645,7 +307078,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56/extension_package" + "related": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -292654,9 +307087,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56", - "self": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56", + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", + "self": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -293924,6 +308357,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -295076,14 +309510,14 @@ "request": { "data": { "attributes": { - "name": "My Data Element 2021-10-05 13:19:17 -0600", + "name": "My Data Element 2022-02-04 14:22:48 -0700", "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", "settings": "{\"elementSelector\":\".target-element\",\"elementProperty\":\"html\"}" }, "relationships": { "extension": { "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } } @@ -295093,18 +309527,18 @@ }, "response": { "data": { - "id": "DE969626524fdd4aa389aeedbadf58a2c4", + "id": "DE986c371d78b8483f900af7b2a48c4ab1", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:19:17.688Z", + "created_at": "2022-02-04T21:22:48.998Z", "deleted_at": null, "dirty": true, "enabled": true, - "name": "My Data Element 2021-10-05 13:19:17 -0600", + "name": "My Data Element 2022-02-04 14:22:48 -0700", "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:17.688Z", + "updated_at": "2022-02-04T21:22:48.998Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -295116,49 +309550,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/libraries" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/revisions" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/notes" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/property" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/origin" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/origin" }, "data": { - "id": "DE969626524fdd4aa389aeedbadf58a2c4", + "id": "DE986c371d78b8483f900af7b2a48c4ab1", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/extension" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/extension" }, "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -295167,19 +309601,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1/updated_with_extension" }, "data": { - "id": "EX391008b30f88435bb87297fb531146fb", + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4", - "self": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4", - "extension": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", + "self": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", + "extension": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b" }, "meta": { "latest_revision_number": 0 @@ -295200,24 +309634,24 @@ "meta": { "action": "revise" }, - "id": "DE969626524fdd4aa389aeedbadf58a2c4", + "id": "DE986c371d78b8483f900af7b2a48c4ab1", "type": "data_elements" } }, "response": { "data": { - "id": "DE06bb8d13d5ee4143a24664d297beb00c", + "id": "DEb6124b46c05c495588a9dbcb6f0a5c05", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:19:17.818Z", + "created_at": "2022-02-04T21:22:49.171Z", "deleted_at": null, "dirty": false, "enabled": true, - "name": "My Data Element 2021-10-05 13:19:17 -0600", + "name": "My Data Element 2022-02-04 14:22:48 -0700", "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:17.818Z", + "updated_at": "2022-02-04T21:22:49.171Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "kessel-test::dataElements::dom-attribute", @@ -295229,49 +309663,49 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/libraries" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/revisions" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/notes" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/property" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/origin" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/origin" }, "data": { - "id": "DE969626524fdd4aa389aeedbadf58a2c4", + "id": "DE986c371d78b8483f900af7b2a48c4ab1", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/extension" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/extension" }, "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -295280,19 +309714,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05/updated_with_extension" }, "data": { - "id": "EX391008b30f88435bb87297fb531146fb", + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/data_elements/DE969626524fdd4aa389aeedbadf58a2c4", - "self": "https://reactor.adobe.io/data_elements/DE06bb8d13d5ee4143a24664d297beb00c", - "extension": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/data_elements/DE986c371d78b8483f900af7b2a48c4ab1", + "self": "https://reactor.adobe.io/data_elements/DEb6124b46c05c495588a9dbcb6f0a5c05", + "extension": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b" }, "meta": { "latest_revision_number": 1 @@ -295313,16 +309747,16 @@ "meta": { "action": "revise" }, - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "response": { "data": { - "id": "EX391008b30f88435bb87297fb531146fb", + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:19:17.428Z", + "created_at": "2022-02-04T21:22:48.626Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -295330,7 +309764,7 @@ "published": false, "published_at": null, "revision_number": 1, - "updated_at": "2021-10-05T19:19:17.428Z", + "updated_at": "2022-02-04T21:22:48.626Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -295340,40 +309774,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/libraries" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/revisions" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/notes" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/property" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/origin" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/origin" }, "data": { - "id": "EX62dff078627541948637a0ab0acd3c56", + "id": "EX5d722f4b94b848d4baad2dc6b4a3d20b", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -295382,7 +309816,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb/extension_package" + "related": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -295391,9 +309825,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "origin": "https://reactor.adobe.io/extensions/EX62dff078627541948637a0ab0acd3c56", - "self": "https://reactor.adobe.io/extensions/EX391008b30f88435bb87297fb531146fb", + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "origin": "https://reactor.adobe.io/extensions/EX5d722f4b94b848d4baad2dc6b4a3d20b", + "self": "https://reactor.adobe.io/extensions/EX72ffc5b0114b42b8a8d17da96bce11eb", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -295418,7 +309852,7 @@ "data_elements": { "data": [ { - "id": "DE06bb8d13d5ee4143a24664d297beb00c", + "id": "DEb6124b46c05c495588a9dbcb6f0a5c05", "type": "data_elements" } ] @@ -295426,7 +309860,7 @@ "extensions": { "data": [ { - "id": "EX391008b30f88435bb87297fb531146fb", + "id": "EX72ffc5b0114b42b8a8d17da96bce11eb", "type": "extensions" } ] @@ -295434,7 +309868,7 @@ "rules": { "data": [ { - "id": "RL2b927af5b1b0441aaa2373ea49724bfe", + "id": "RL19f12c9040fd4a73b1e7d87c8d6ccaf0", "type": "rules" } ] @@ -295445,49 +309879,49 @@ }, "response": { "data": { - "id": "LB917e2c96447d40a7a8a6aae0f43572e5", + "id": "LB62f977184c404e02a7ff83bf0ccb189d", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:19:18.015Z", + "created_at": "2022-02-04T21:22:49.422Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:19:18.015Z", + "updated_at": "2022-02-04T21:22:49.422Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/builds" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/data_elements", - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/data_elements", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/extensions", - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/extensions", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/notes" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/rules", - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/rules", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/relationships/rules" } }, "upstream_library": { @@ -295495,23 +309929,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/property" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5/last_build" + "related": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "self": "https://reactor.adobe.io/libraries/LB917e2c96447d40a7a8a6aae0f43572e5" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/libraries/LB62f977184c404e02a7ff83bf0ccb189d" }, "meta": { "build_status": null, @@ -295524,7 +309958,7 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "/properties/PR8957ec2bcfb14b9da0376b5367e78260/hosts", + "endpoint": "/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts", "method": "POST", "request": { "data": { @@ -295537,33 +309971,33 @@ }, "response": { "data": { - "id": "HT3acaa179fa04407fb7f31f5a9504de9e", + "id": "HT8e309ac8f849474e95b083cf87394191", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:19:18.164Z", + "created_at": "2022-02-04T21:22:49.634Z", "server": null, "name": "Example Akamai Host", "path": null, "port": null, "status": "succeeded", "type_of": "akamai", - "updated_at": "2021-10-05T19:19:18.164Z", + "updated_at": "2022-02-04T21:22:49.634Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3acaa179fa04407fb7f31f5a9504de9e/property" + "related": "https://reactor.adobe.io/hosts/HT8e309ac8f849474e95b083cf87394191/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "self": "https://reactor.adobe.io/hosts/HT3acaa179fa04407fb7f31f5a9504de9e" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/hosts/HT8e309ac8f849474e95b083cf87394191" } } }, @@ -295583,7 +310017,7 @@ "relationships": { "host": { "data": { - "id": "HT3acaa179fa04407fb7f31f5a9504de9e", + "id": "HT8e309ac8f849474e95b083cf87394191", "type": "hosts" } } @@ -295593,77 +310027,82 @@ }, "response": { "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:19:18.258Z", - "library_path": "17e0df72ece8/c37baae6bca2", - "library_name": "launch-019c89916a3b-development.min.js", + "created_at": "2022-02-04T21:22:49.751Z", + "library_path": "17e0df72ece8/dd180595c160", + "library_name": "launch-5dabdc25d4ac-development.min.js", "library_entry_points": [ { - "library_name": "launch-019c89916a3b-development.min.js", + "library_name": "launch-5dabdc25d4ac-development.min.js", "minified": true, "references": [ - "17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.min.js" + "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js" ], - "license_path": "17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.js" + "license_path": "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" }, { - "library_name": "launch-019c89916a3b-development.js", + "library_name": "launch-5dabdc25d4ac-development.js", "minified": false, "references": [ - "17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.js" + "17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" ] } ], "name": "Development Environment A", "path": "https://assets.adobedtm.com/staging", "stage": "development", - "updated_at": "2021-10-05T19:19:18.258Z", + "updated_at": "2022-02-04T21:22:49.751Z", "status": "succeeded", - "token": "019c89916a3b" + "token": "5dabdc25d4ac" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/library" + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/builds" + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/host", - "self": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/relationships/host" + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/host", + "self": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/relationships/host" }, "data": { - "id": "HT3acaa179fa04407fb7f31f5a9504de9e", + "id": "HT8e309ac8f849474e95b083cf87394191", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e/property" + "related": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "self": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675" }, "meta": { "archive_encrypted": false, "script_sources": [ - + { + "hosting_region": "Standard", + "minified": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js", + "debug": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.js" + } ] } } @@ -295685,49 +310124,49 @@ }, "response": { "data": { - "id": "LBd21350e4e7664d238b57e25c78578d74", + "id": "LBdf9ffc0d4927456c844930a8883f4236", "type": "libraries", "attributes": { - "created_at": "2021-10-05T19:19:18.329Z", + "created_at": "2022-02-04T21:22:49.880Z", "name": "My Library", "published_at": null, "state": "development", - "updated_at": "2021-10-05T19:19:18.329Z", + "updated_at": "2022-02-04T21:22:49.880Z", "build_required": true }, "relationships": { "builds": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/builds" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/builds" } }, "environment": { "links": { - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/environment" + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/environment" }, "data": null }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/data_elements", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/data_elements" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/data_elements", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/extensions", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/extensions" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/extensions", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/notes" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/notes" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/rules", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/rules" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/rules", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/rules" } }, "upstream_library": { @@ -295735,23 +310174,23 @@ }, "property": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/property" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } }, "last_build": { "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/last_build" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/last_build" }, "data": null } }, "links": { - "property": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74" + "property": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236" }, "meta": { "build_status": null, @@ -295768,18 +310207,18 @@ "method": "PATCH", "request": { "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" } }, "response": { "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" }, "links": { - "related": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/environment", - "self": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74/relationships/environment" + "related": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/environment", + "self": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236/relationships/environment" } }, "response_code": 200, @@ -295792,66 +310231,66 @@ "request": null, "response": { "data": { - "id": "BLc000918bf46c4d15bb8d96ed4efcc0c6", + "id": "BL171960ef770c42968b6ab1a66311a69a", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:19:18.555Z", + "created_at": "2022-02-04T21:22:50.324Z", "status": "pending", - "updated_at": "2021-10-05T19:19:18.555Z", - "token": "4416998cc90a" + "updated_at": "2022-02-04T21:22:50.324Z", + "token": "bb218511f70f" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/data_elements" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/extensions" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/rules" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/environment" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" }, "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/library" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" }, "data": { - "id": "LBd21350e4e7664d238b57e25c78578d74", + "id": "LBdf9ffc0d4927456c844930a8883f4236", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/property" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e", - "library": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74", - "self": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6" + "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", + "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", + "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/4416998cc90a/launch-019c89916a3b-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -295862,71 +310301,71 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6", + "endpoint": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a", "method": "GET", "request": null, "response": { "data": { - "id": "BLc000918bf46c4d15bb8d96ed4efcc0c6", + "id": "BL171960ef770c42968b6ab1a66311a69a", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:19:18.555Z", + "created_at": "2022-02-04T21:22:50.324Z", "status": "pending", - "updated_at": "2021-10-05T19:19:18.555Z", - "token": "4416998cc90a" + "updated_at": "2022-02-04T21:22:50.324Z", + "token": "bb218511f70f" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/data_elements" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/extensions" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/rules" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/environment" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" }, "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/library" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" }, "data": { - "id": "LBd21350e4e7664d238b57e25c78578d74", + "id": "LBdf9ffc0d4927456c844930a8883f4236", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/property" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e", - "library": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74", - "self": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6" + "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", + "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", + "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/4416998cc90a/launch-019c89916a3b-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -295937,71 +310376,71 @@ }, { "name": "rules.list_rules_for_a_build", - "endpoint": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6", + "endpoint": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a", "method": "GET", "request": null, "response": { "data": { - "id": "BLc000918bf46c4d15bb8d96ed4efcc0c6", + "id": "BL171960ef770c42968b6ab1a66311a69a", "type": "builds", "attributes": { - "created_at": "2021-10-05T19:19:18.555Z", + "created_at": "2022-02-04T21:22:50.324Z", "status": "succeeded", - "updated_at": "2021-10-05T19:19:19.859Z", - "token": "4416998cc90a" + "updated_at": "2022-02-04T21:22:52.852Z", + "token": "bb218511f70f" }, "relationships": { "data_elements": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/data_elements" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/extensions" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/rules" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/rules" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/environment" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/environment" }, "data": { - "id": "EN36b27e326549479391d767e613e4824e", + "id": "ENb35bf66dd6424791ae46b4e0a5b24675", "type": "environments" } }, "library": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/library" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/library" }, "data": { - "id": "LBd21350e4e7664d238b57e25c78578d74", + "id": "LBdf9ffc0d4927456c844930a8883f4236", "type": "libraries" } }, "property": { "links": { - "related": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6/property" + "related": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a/property" }, "data": { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties" } } }, "links": { - "environment": "https://reactor.adobe.io/environments/EN36b27e326549479391d767e613e4824e", - "library": "https://reactor.adobe.io/libraries/LBd21350e4e7664d238b57e25c78578d74", - "self": "https://reactor.adobe.io/builds/BLc000918bf46c4d15bb8d96ed4efcc0c6" + "environment": "https://reactor.adobe.io/environments/ENb35bf66dd6424791ae46b4e0a5b24675", + "library": "https://reactor.adobe.io/libraries/LBdf9ffc0d4927456c844930a8883f4236", + "self": "https://reactor.adobe.io/builds/BL171960ef770c42968b6ab1a66311a69a" }, "meta": { - "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/launch-019c89916a3b-development.min.js", - "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/c37baae6bca2/4416998cc90a/launch-019c89916a3b-development.min.js", + "artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/launch-5dabdc25d4ac-development.min.js", + "direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/dd180595c160/bb218511f70f/launch-5dabdc25d4ac-development.min.js", "archive": false, "host_type_of": "akamai" } @@ -296046,7 +310485,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -296119,7 +310558,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -296186,16 +310625,16 @@ "response": { "data": [ { - "id": "PR8957ec2bcfb14b9da0376b5367e78260", + "id": "PRf55e8d65d71b439385ad265ce4359ea5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:11.837Z", + "created_at": "2022-02-04T21:22:42.802Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:11.837Z", + "updated_at": "2022-02-04T21:22:42.802Z", "platform": "web", "development": false, - "token": "c37baae6bca2", + "token": "dd180595c160", "domains": [ "example.com" ], @@ -296205,7 +310644,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/company" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -296214,52 +310653,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/callbacks" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/hosts" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/environments" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/libraries" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/data_elements" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/extensions" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/rules" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/notes" + "related": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/data_elements", - "environments": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/environments", - "extensions": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/extensions", - "rules": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260/rules", - "self": "https://reactor.adobe.io/properties/PR8957ec2bcfb14b9da0376b5367e78260" + "data_elements": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/environments", + "extensions": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/extensions", + "rules": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5/rules", + "self": "https://reactor.adobe.io/properties/PRf55e8d65d71b439385ad265ce4359ea5" }, "meta": { "rights": [ @@ -296288,7 +310727,7 @@ }, { "name": "rules.list_the_rules_of_a_rule_component", - "endpoint": "/properties/PR8957ec2bcfb14b9da0376b5367e78260", + "endpoint": "/properties/PRf55e8d65d71b439385ad265ce4359ea5", "method": "DELETE", "request": null, "response": null, @@ -296335,16 +310774,16 @@ }, "response": { "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:24.205Z", + "created_at": "2022-02-04T21:22:56.726Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:24.205Z", + "updated_at": "2022-02-04T21:22:56.726Z", "platform": "web", "development": false, - "token": "a4ee2a4901ad", + "token": "cbdb43353d13", "domains": [ "example.com" ], @@ -296354,7 +310793,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/company" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -296363,52 +310802,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/callbacks" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/hosts" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/environments" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/libraries" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/data_elements" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/extensions" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/rules" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/notes" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/data_elements", - "environments": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/environments", - "extensions": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/extensions", - "rules": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/rules", - "self": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460" + "data_elements": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements", + "environments": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments", + "extensions": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions", + "rules": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules", + "self": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" }, "meta": { "rights": [ @@ -297704,6 +312143,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -298880,10 +313320,10 @@ }, "response": { "data": { - "id": "EX395af67fca0b44aebf2d90c4b74f9021", + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:19:29.631Z", + "created_at": "2022-02-04T21:23:02.544Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -298891,7 +313331,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:29.631Z", + "updated_at": "2022-02-04T21:23:02.544Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -298901,40 +313341,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/libraries" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/revisions" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/notes" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/property" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/property" }, "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/origin" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/origin" }, "data": { - "id": "EX395af67fca0b44aebf2d90c4b74f9021", + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -298943,7 +313383,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021/extension_package" + "related": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -298952,9 +313392,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460", - "origin": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021", - "self": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021", + "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", + "origin": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", + "self": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -300222,6 +314662,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -301381,10 +315822,10 @@ }, "response": { "data": { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:29.881Z", + "created_at": "2022-02-04T21:23:03.102Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -301392,54 +315833,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:29.881Z", + "updated_at": "2022-02-04T21:23:03.102Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/libraries" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/revisions" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/notes" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/property" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/property" }, "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/origin" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/origin" }, "data": { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/rule_components" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460", - "origin": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba", - "self": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba", - "rule_components": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/rule_components" + "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", + "origin": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "self": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "rule_components": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" }, "meta": { "latest_revision_number": 0 @@ -301463,14 +315904,14 @@ "relationships": { "extension": { "data": { - "id": "EX395af67fca0b44aebf2d90c4b74f9021", + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", "type": "extensions" } }, "rules": { "data": [ { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules" } ] @@ -301481,10 +315922,10 @@ }, "response": { "data": { - "id": "RC09690d94524a40ac909eec9436c85031", + "id": "RC54e71ca24ef74605bb295a18047b7057", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:19:30.023Z", + "created_at": "2022-02-04T21:23:03.335Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -301497,13 +315938,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:30.023Z", + "updated_at": "2022-02-04T21:23:03.335Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -301512,56 +315953,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/updated_with_extension" }, "data": { - "id": "EX28ede1e1735c46ea9d51f1947ee9c704", + "id": "EX1e6744f1f08f44faa1a01930e3d0fa01", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/extension" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/extension" }, "data": { - "id": "EX395af67fca0b44aebf2d90c4b74f9021", + "id": "EXc8eb716af6b645a0b631e28c57b2a6ee", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/notes" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/origin" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/origin" }, "data": { - "id": "RC09690d94524a40ac909eec9436c85031", + "id": "RC54e71ca24ef74605bb295a18047b7057", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" }, "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/rules" + "related": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EX395af67fca0b44aebf2d90c4b74f9021", - "origin": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031", - "rules": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031/rules", - "self": "https://reactor.adobe.io/rule_components/RC09690d94524a40ac909eec9436c85031" + "extension": "https://reactor.adobe.io/extensions/EXc8eb716af6b645a0b631e28c57b2a6ee", + "origin": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057", + "rules": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057/rules", + "self": "https://reactor.adobe.io/rule_components/RC54e71ca24ef74605bb295a18047b7057" }, "meta": { "latest_revision_number": 0 @@ -301579,10 +316020,10 @@ "response": { "data": [ { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:29.881Z", + "created_at": "2022-02-04T21:23:03.102Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -301590,54 +316031,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:30.041Z", + "updated_at": "2022-02-04T21:23:03.362Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/libraries" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/revisions" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/notes" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/property" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/property" }, "data": { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/origin" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/origin" }, "data": { - "id": "RL3b728d84dc484455bd560a0a051dccba", + "id": "RL82c12ec968a54b1bb08457e0a2aae9b4", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/rule_components" + "related": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460", - "origin": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba", - "self": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba", - "rule_components": "https://reactor.adobe.io/rules/RL3b728d84dc484455bd560a0a051dccba/rule_components" + "property": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16", + "origin": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "self": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4", + "rule_components": "https://reactor.adobe.io/rules/RL82c12ec968a54b1bb08457e0a2aae9b4/rule_components" }, "meta": { "latest_revision_number": 0 @@ -301662,7 +316103,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -301735,7 +316176,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -301802,16 +316243,16 @@ "response": { "data": [ { - "id": "PR988395dd41804ae0bfaf6a848156a460", + "id": "PR711358f8465945bd9d42630e0c18cf16", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:24.205Z", + "created_at": "2022-02-04T21:22:56.726Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:24.205Z", + "updated_at": "2022-02-04T21:22:56.726Z", "platform": "web", "development": false, - "token": "a4ee2a4901ad", + "token": "cbdb43353d13", "domains": [ "example.com" ], @@ -301821,7 +316262,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/company" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -301830,52 +316271,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/callbacks" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/hosts" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/environments" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/libraries" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/data_elements" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/extensions" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/rules" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/notes" + "related": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/data_elements", - "environments": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/environments", - "extensions": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/extensions", - "rules": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460/rules", - "self": "https://reactor.adobe.io/properties/PR988395dd41804ae0bfaf6a848156a460" + "data_elements": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/data_elements", + "environments": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/environments", + "extensions": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/extensions", + "rules": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16/rules", + "self": "https://reactor.adobe.io/properties/PR711358f8465945bd9d42630e0c18cf16" }, "meta": { "rights": [ @@ -301904,7 +316345,7 @@ }, { "name": "rules.create_a_note_on_a_rule", - "endpoint": "/properties/PR988395dd41804ae0bfaf6a848156a460", + "endpoint": "/properties/PR711358f8465945bd9d42630e0c18cf16", "method": "DELETE", "request": null, "response": null, @@ -301951,16 +316392,16 @@ }, "response": { "data": { - "id": "PRed2d107a13dd41afad53f17af3718a63", + "id": "PRcd63fd622baf4b75bdd81c80a7618db8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:30.521Z", + "created_at": "2022-02-04T21:23:04.265Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:30.521Z", + "updated_at": "2022-02-04T21:23:04.265Z", "platform": "web", "development": false, - "token": "9d4a6efb2b54", + "token": "31ab3be54223", "domains": [ "example.com" ], @@ -301970,7 +316411,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/company" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -301979,52 +316420,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/callbacks" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/hosts" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/environments" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/libraries" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/data_elements" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/extensions" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/rules" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/notes" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/data_elements", - "environments": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/environments", - "extensions": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/extensions", - "rules": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/rules", - "self": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63" + "data_elements": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments", + "extensions": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions", + "rules": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules", + "self": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8" }, "meta": { "rights": [ @@ -302055,10 +316496,10 @@ }, "response": { "data": { - "id": "RL95c1ce9b68b84b96829f03cdb26d2dff", + "id": "RLb4aff450a7fb4f6196fecb61a843b155", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:35.752Z", + "created_at": "2022-02-04T21:23:09.554Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -302066,54 +316507,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:35.752Z", + "updated_at": "2022-02-04T21:23:09.554Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/libraries" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/revisions" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/notes" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/property" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/property" }, "data": { - "id": "PRed2d107a13dd41afad53f17af3718a63", + "id": "PRcd63fd622baf4b75bdd81c80a7618db8", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/origin" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/origin" }, "data": { - "id": "RL95c1ce9b68b84b96829f03cdb26d2dff", + "id": "RLb4aff450a7fb4f6196fecb61a843b155", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/rule_components" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63", - "origin": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff", - "self": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff", - "rule_components": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff/rule_components" + "property": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8", + "origin": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", + "self": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", + "rule_components": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155/rule_components" }, "meta": { "latest_revision_number": 0 @@ -302137,28 +316578,28 @@ }, "response": { "data": { - "id": "NT59ea94d62aca41768b7bb9d422eef17b", + "id": "NT3e54b7aeb3b1464c9581970c372565bb", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:35.857Z", + "created_at": "2022-02-04T21:23:09.735Z", "text": "this note on a rule intentionally left blank" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff" + "related": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155" }, "data": { - "id": "RL95c1ce9b68b84b96829f03cdb26d2dff", + "id": "RLb4aff450a7fb4f6196fecb61a843b155", "type": "rules" } } }, "links": { - "resource": "https://reactor.adobe.io/rules/RL95c1ce9b68b84b96829f03cdb26d2dff", - "self": "https://reactor.adobe.io/notes/NT59ea94d62aca41768b7bb9d422eef17b" + "resource": "https://reactor.adobe.io/rules/RLb4aff450a7fb4f6196fecb61a843b155", + "self": "https://reactor.adobe.io/notes/NT3e54b7aeb3b1464c9581970c372565bb" } } }, @@ -302179,7 +316620,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -302252,7 +316693,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -302319,16 +316760,16 @@ "response": { "data": [ { - "id": "PRed2d107a13dd41afad53f17af3718a63", + "id": "PRcd63fd622baf4b75bdd81c80a7618db8", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:30.521Z", + "created_at": "2022-02-04T21:23:04.265Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:30.521Z", + "updated_at": "2022-02-04T21:23:04.265Z", "platform": "web", "development": false, - "token": "9d4a6efb2b54", + "token": "31ab3be54223", "domains": [ "example.com" ], @@ -302338,7 +316779,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/company" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -302347,52 +316788,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/callbacks" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/hosts" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/environments" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/libraries" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/data_elements" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/extensions" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/rules" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/notes" + "related": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/data_elements", - "environments": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/environments", - "extensions": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/extensions", - "rules": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63/rules", - "self": "https://reactor.adobe.io/properties/PRed2d107a13dd41afad53f17af3718a63" + "data_elements": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/data_elements", + "environments": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/environments", + "extensions": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/extensions", + "rules": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8/rules", + "self": "https://reactor.adobe.io/properties/PRcd63fd622baf4b75bdd81c80a7618db8" }, "meta": { "rights": [ @@ -302421,7 +316862,7 @@ }, { "name": "rules.list_notes_for_a_rule", - "endpoint": "/properties/PRed2d107a13dd41afad53f17af3718a63", + "endpoint": "/properties/PRcd63fd622baf4b75bdd81c80a7618db8", "method": "DELETE", "request": null, "response": null, @@ -302468,16 +316909,16 @@ }, "response": { "data": { - "id": "PRc1e9ecb950064d21939e39cd54d39d89", + "id": "PRffc1b75b6b5246ea84baf83acb337bb5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:36.245Z", + "created_at": "2022-02-04T21:23:10.382Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:36.245Z", + "updated_at": "2022-02-04T21:23:10.382Z", "platform": "web", "development": false, - "token": "d400500275dd", + "token": "c3e224582a35", "domains": [ "example.com" ], @@ -302487,7 +316928,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/company" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -302496,52 +316937,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/callbacks" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/hosts" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/environments" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/libraries" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/data_elements" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/extensions" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/rules" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/notes" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/environments", - "extensions": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/extensions", - "rules": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/rules", - "self": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89" + "data_elements": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments", + "extensions": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions", + "rules": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules", + "self": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5" }, "meta": { "rights": [ @@ -302572,10 +317013,10 @@ }, "response": { "data": { - "id": "RL126cd6233696432a8426a165183592da", + "id": "RL1ed5886135c143bf96a19c91b087da53", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:41.469Z", + "created_at": "2022-02-04T21:23:15.727Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -302583,54 +317024,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:41.469Z", + "updated_at": "2022-02-04T21:23:15.727Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/libraries" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/revisions" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/notes" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/property" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/property" }, "data": { - "id": "PRc1e9ecb950064d21939e39cd54d39d89", + "id": "PRffc1b75b6b5246ea84baf83acb337bb5", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/origin" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/origin" }, "data": { - "id": "RL126cd6233696432a8426a165183592da", + "id": "RL1ed5886135c143bf96a19c91b087da53", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/rule_components" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89", - "origin": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da", - "self": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da", - "rule_components": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da/rule_components" + "property": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5", + "origin": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "self": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "rule_components": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53/rule_components" }, "meta": { "latest_revision_number": 0 @@ -302654,28 +317095,28 @@ }, "response": { "data": { - "id": "NT10da72db11d44d4fbffcb313febdc41b", + "id": "NT75fa0b8f90d54899814946bb442cefef", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:41.571Z", + "created_at": "2022-02-04T21:23:15.896Z", "text": "this is a note on a rule" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53" }, "data": { - "id": "RL126cd6233696432a8426a165183592da", + "id": "RL1ed5886135c143bf96a19c91b087da53", "type": "rules" } } }, "links": { - "resource": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da", - "self": "https://reactor.adobe.io/notes/NT10da72db11d44d4fbffcb313febdc41b" + "resource": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "self": "https://reactor.adobe.io/notes/NT75fa0b8f90d54899814946bb442cefef" } } }, @@ -302690,28 +317131,28 @@ "response": { "data": [ { - "id": "NT10da72db11d44d4fbffcb313febdc41b", + "id": "NT75fa0b8f90d54899814946bb442cefef", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:41.571Z", + "created_at": "2022-02-04T21:23:15.896Z", "text": "this is a note on a rule" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da" + "related": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53" }, "data": { - "id": "RL126cd6233696432a8426a165183592da", + "id": "RL1ed5886135c143bf96a19c91b087da53", "type": "rules" } } }, "links": { - "resource": "https://reactor.adobe.io/rules/RL126cd6233696432a8426a165183592da", - "self": "https://reactor.adobe.io/notes/NT10da72db11d44d4fbffcb313febdc41b" + "resource": "https://reactor.adobe.io/rules/RL1ed5886135c143bf96a19c91b087da53", + "self": "https://reactor.adobe.io/notes/NT75fa0b8f90d54899814946bb442cefef" } } ], @@ -302742,7 +317183,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -302815,7 +317256,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -302882,16 +317323,16 @@ "response": { "data": [ { - "id": "PRc1e9ecb950064d21939e39cd54d39d89", + "id": "PRffc1b75b6b5246ea84baf83acb337bb5", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:36.245Z", + "created_at": "2022-02-04T21:23:10.382Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:36.245Z", + "updated_at": "2022-02-04T21:23:10.382Z", "platform": "web", "development": false, - "token": "d400500275dd", + "token": "c3e224582a35", "domains": [ "example.com" ], @@ -302901,7 +317342,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/company" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -302910,52 +317351,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/callbacks" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/hosts" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/environments" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/libraries" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/data_elements" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/extensions" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/rules" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/notes" + "related": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/data_elements", - "environments": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/environments", - "extensions": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/extensions", - "rules": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89/rules", - "self": "https://reactor.adobe.io/properties/PRc1e9ecb950064d21939e39cd54d39d89" + "data_elements": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/data_elements", + "environments": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/environments", + "extensions": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/extensions", + "rules": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5/rules", + "self": "https://reactor.adobe.io/properties/PRffc1b75b6b5246ea84baf83acb337bb5" }, "meta": { "rights": [ @@ -302984,7 +317425,7 @@ }, { "name": "rules.list_notes_for_a_rule_s_rule_components", - "endpoint": "/properties/PRc1e9ecb950064d21939e39cd54d39d89", + "endpoint": "/properties/PRffc1b75b6b5246ea84baf83acb337bb5", "method": "DELETE", "request": null, "response": null, @@ -303031,16 +317472,16 @@ }, "response": { "data": { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:42.013Z", + "created_at": "2022-02-04T21:23:16.632Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:42.013Z", + "updated_at": "2022-02-04T21:23:16.632Z", "platform": "web", "development": false, - "token": "aebc68460c28", + "token": "9b62c7ebb2b8", "domains": [ "example.com" ], @@ -303050,7 +317491,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/company" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -303059,52 +317500,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/callbacks" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/hosts" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/environments" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/libraries" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/data_elements" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/extensions" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/rules" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/notes" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/environments", - "extensions": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/extensions", - "rules": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/rules", - "self": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e" + "data_elements": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments", + "extensions": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions", + "rules": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules", + "self": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" }, "meta": { "rights": [ @@ -304400,6 +318841,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -305576,10 +320018,10 @@ }, "response": { "data": { - "id": "EXd03fcfa1100245209f0207bde551c7c3", + "id": "EX7e97f33bb690459baef17337059e326a", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:19:47.353Z", + "created_at": "2022-02-04T21:23:22.344Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -305587,7 +320029,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:47.353Z", + "updated_at": "2022-02-04T21:23:22.344Z", "delegate_descriptor_id": null, "display_name": "Kessel Test", "review_status": "unsubmitted", @@ -305597,40 +320039,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/libraries" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/revisions" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/notes" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/property" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/property" }, "data": { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/origin" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/origin" }, "data": { - "id": "EXd03fcfa1100245209f0207bde551c7c3", + "id": "EX7e97f33bb690459baef17337059e326a", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -305639,7 +320081,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3/extension_package" + "related": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a/extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -305648,9 +320090,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e", - "origin": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3", - "self": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3", + "property": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41", + "origin": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", + "self": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", "extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EP0a210026dfb94796a7dce97a90a8f357" }, @@ -306918,6 +321360,7 @@ "description": "Provides default event, condition, and data element types available to all Launch users.", "discontinued": false, "display_name": "Kessel Test", + "ecma_version": "es5", "events": [ { "id": "kessel-test::events::blur", @@ -308077,10 +322520,10 @@ }, "response": { "data": { - "id": "RLcca2977378984853b07e0f753acb0091", + "id": "RL8efca21bcb8e4ac284cc212c71397fc1", "type": "rules", "attributes": { - "created_at": "2021-10-05T19:19:47.629Z", + "created_at": "2022-02-04T21:23:23.045Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -308088,54 +322531,54 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:47.629Z", + "updated_at": "2022-02-04T21:23:23.045Z", "review_status": "unsubmitted" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/libraries" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/revisions" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/notes" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/property" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/property" }, "data": { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/origin" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/origin" }, "data": { - "id": "RLcca2977378984853b07e0f753acb0091", + "id": "RL8efca21bcb8e4ac284cc212c71397fc1", "type": "rules" } }, "rule_components": { "links": { - "related": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/rule_components" + "related": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/rule_components" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e", - "origin": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091", - "self": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091", - "rule_components": "https://reactor.adobe.io/rules/RLcca2977378984853b07e0f753acb0091/rule_components" + "property": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41", + "origin": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1", + "self": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1", + "rule_components": "https://reactor.adobe.io/rules/RL8efca21bcb8e4ac284cc212c71397fc1/rule_components" }, "meta": { "latest_revision_number": 0 @@ -308159,14 +322602,14 @@ "relationships": { "extension": { "data": { - "id": "EXd03fcfa1100245209f0207bde551c7c3", + "id": "EX7e97f33bb690459baef17337059e326a", "type": "extensions" } }, "rules": { "data": [ { - "id": "RLcca2977378984853b07e0f753acb0091", + "id": "RL8efca21bcb8e4ac284cc212c71397fc1", "type": "rules" } ] @@ -308177,10 +322620,10 @@ }, "response": { "data": { - "id": "RCe6f3d6fd4b914f07ad4ad2afa5335237", + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", "type": "rule_components", "attributes": { - "created_at": "2021-10-05T19:19:47.756Z", + "created_at": "2022-02-04T21:23:23.250Z", "delegate_descriptor_id": "kessel-test::events::click", "deleted_at": null, "dirty": true, @@ -308193,13 +322636,13 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:19:47.756Z", + "updated_at": "2022-02-04T21:23:23.250Z", "settings": "{\"elementSelector\":\".accordion\",\"bubbleFireIfChildFired\":true}" }, "relationships": { "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/updated_with_extension_package" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/updated_with_extension_package" }, "data": { "id": "EP0a210026dfb94796a7dce97a90a8f357", @@ -308208,56 +322651,56 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/updated_with_extension" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/updated_with_extension" }, "data": { - "id": "EX1608ad14b6294e1bb77e668ccee04ec6", + "id": "EX8b59e0e9749a42d986a1ea867666c00c", "type": "extensions" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/extension" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/extension" }, "data": { - "id": "EXd03fcfa1100245209f0207bde551c7c3", + "id": "EX7e97f33bb690459baef17337059e326a", "type": "extensions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/notes" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/notes" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/origin" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/origin" }, "data": { - "id": "RCe6f3d6fd4b914f07ad4ad2afa5335237", + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", "type": "rule_components" } }, "property": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" }, "data": { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/rules" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/rules" } } }, "links": { - "extension": "https://reactor.adobe.io/extensions/EXd03fcfa1100245209f0207bde551c7c3", - "origin": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237", - "rules": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237/rules", - "self": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237" + "extension": "https://reactor.adobe.io/extensions/EX7e97f33bb690459baef17337059e326a", + "origin": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", + "rules": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67/rules", + "self": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" }, "meta": { "latest_revision_number": 0 @@ -308281,28 +322724,28 @@ }, "response": { "data": { - "id": "NT1f20a3b55b69421592dbd83b658f0de2", + "id": "NT202b039a024048028e60898084f961a1", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:47.931Z", + "created_at": "2022-02-04T21:23:23.469Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" }, "data": { - "id": "RCe6f3d6fd4b914f07ad4ad2afa5335237", + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237", - "self": "https://reactor.adobe.io/notes/NT1f20a3b55b69421592dbd83b658f0de2" + "resource": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", + "self": "https://reactor.adobe.io/notes/NT202b039a024048028e60898084f961a1" } } }, @@ -308317,28 +322760,28 @@ "response": { "data": [ { - "id": "NT1f20a3b55b69421592dbd83b658f0de2", + "id": "NT202b039a024048028e60898084f961a1", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:19:47.931Z", + "created_at": "2022-02-04T21:23:23.469Z", "text": "this is a note on a rule component" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237" + "related": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67" }, "data": { - "id": "RCe6f3d6fd4b914f07ad4ad2afa5335237", + "id": "RCd0b672c27b5b4c988ddcfcffad54ea67", "type": "rule_components" } } }, "links": { - "resource": "https://reactor.adobe.io/rule_components/RCe6f3d6fd4b914f07ad4ad2afa5335237", - "self": "https://reactor.adobe.io/notes/NT1f20a3b55b69421592dbd83b658f0de2" + "resource": "https://reactor.adobe.io/rule_components/RCd0b672c27b5b4c988ddcfcffad54ea67", + "self": "https://reactor.adobe.io/notes/NT202b039a024048028e60898084f961a1" } } ], @@ -308369,7 +322812,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -308442,7 +322885,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -308509,16 +322952,16 @@ "response": { "data": [ { - "id": "PR14380441d8494eb48d3ff879b4d1514e", + "id": "PR06567dbf2b364045b058dc7076f2df41", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:42.013Z", + "created_at": "2022-02-04T21:23:16.632Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:42.013Z", + "updated_at": "2022-02-04T21:23:16.632Z", "platform": "web", "development": false, - "token": "aebc68460c28", + "token": "9b62c7ebb2b8", "domains": [ "example.com" ], @@ -308528,7 +322971,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/company" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308537,52 +322980,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/callbacks" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/hosts" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/environments" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/libraries" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/data_elements" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/extensions" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/rules" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/notes" + "related": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/data_elements", - "environments": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/environments", - "extensions": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/extensions", - "rules": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e/rules", - "self": "https://reactor.adobe.io/properties/PR14380441d8494eb48d3ff879b4d1514e" + "data_elements": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/data_elements", + "environments": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/environments", + "extensions": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/extensions", + "rules": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41/rules", + "self": "https://reactor.adobe.io/properties/PR06567dbf2b364045b058dc7076f2df41" }, "meta": { "rights": [ @@ -308611,7 +323054,7 @@ }, { "name": "search.perform_a_search", - "endpoint": "/properties/PR14380441d8494eb48d3ff879b4d1514e", + "endpoint": "/properties/PR06567dbf2b364045b058dc7076f2df41", "method": "DELETE", "request": null, "response": null, @@ -308658,16 +323101,16 @@ }, "response": { "data": { - "id": "PR91c08afe1b444be28916716963874220", + "id": "PR2327712414f942e19c5015ea0e37e0d4", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:48.417Z", + "created_at": "2022-02-04T21:23:24.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:48.417Z", + "updated_at": "2022-02-04T21:23:24.471Z", "platform": "web", "development": false, - "token": "47135de2f316", + "token": "4bf8249a6f8e", "domains": [ "example.com" ], @@ -308677,7 +323120,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/company" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308686,52 +323129,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/callbacks" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/hosts" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/libraries" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/notes" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements", - "environments": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments", - "extensions": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions", - "rules": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules", - "self": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220" + "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", + "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", + "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", + "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" }, "meta": { "rights": [ @@ -308764,16 +323207,16 @@ "response": { "data": [ { - "id": "PR91c08afe1b444be28916716963874220", + "id": "PR2327712414f942e19c5015ea0e37e0d4", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:48.417Z", + "created_at": "2022-02-04T21:23:24.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:48.417Z", + "updated_at": "2022-02-04T21:23:24.471Z", "platform": "web", "development": false, - "token": "47135de2f316", + "token": "4bf8249a6f8e", "domains": [ "example.com" ], @@ -308783,7 +323226,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/company" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -308792,52 +323235,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/callbacks" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/hosts" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/libraries" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/notes" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements", - "environments": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments", - "extensions": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions", - "rules": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules", - "self": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220" + "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", + "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", + "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", + "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" }, "meta": { "match_score": 3.1645029 @@ -308865,7 +323308,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -308938,7 +323381,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -309005,16 +323448,16 @@ "response": { "data": [ { - "id": "PR91c08afe1b444be28916716963874220", + "id": "PR2327712414f942e19c5015ea0e37e0d4", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:48.417Z", + "created_at": "2022-02-04T21:23:24.471Z", "enabled": true, "name": "Kessel Example Property", - "updated_at": "2021-10-05T19:19:48.417Z", + "updated_at": "2022-02-04T21:23:24.471Z", "platform": "web", "development": false, - "token": "47135de2f316", + "token": "4bf8249a6f8e", "domains": [ "example.com" ], @@ -309024,7 +323467,7 @@ "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/company" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309033,52 +323476,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/callbacks" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/hosts" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/libraries" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/notes" + "related": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/data_elements", - "environments": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/environments", - "extensions": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/extensions", - "rules": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220/rules", - "self": "https://reactor.adobe.io/properties/PR91c08afe1b444be28916716963874220" + "data_elements": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/environments", + "extensions": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/extensions", + "rules": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4/rules", + "self": "https://reactor.adobe.io/properties/PR2327712414f942e19c5015ea0e37e0d4" }, "meta": { "rights": [ @@ -309107,7 +323550,7 @@ }, { "name": "secrets.create_a_secret", - "endpoint": "/properties/PR91c08afe1b444be28916716963874220", + "endpoint": "/properties/PR2327712414f942e19c5015ea0e37e0d4", "method": "DELETE", "request": null, "response": null, @@ -309151,21 +323594,21 @@ }, "response": { "data": { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:54.078Z", + "created_at": "2022-02-04T21:23:30.646Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:19:54.078Z", + "updated_at": "2022-02-04T21:23:30.646Z", "platform": "edge", "development": false, - "token": "540a14e8799c" + "token": "764c65ecdedc" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/company" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309174,52 +323617,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/callbacks" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/hosts" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/environments" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/libraries" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/data_elements" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/extensions" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/rules" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/notes" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/environments", - "extensions": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/extensions", - "rules": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/rules", - "self": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f" + "data_elements": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments", + "extensions": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions", + "rules": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules", + "self": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4" }, "meta": { "rights": [ @@ -309238,7 +323681,7 @@ }, { "name": "secrets.create_a_secret", - "endpoint": "/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/hosts", + "endpoint": "/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts", "method": "POST", "request": { "data": { @@ -309251,33 +323694,33 @@ }, "response": { "data": { - "id": "HT3894b5a286ad464da6a9c65ebc9abeeb", + "id": "HTebd50f9362ce48bd8c949894357e6248", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:19:59.301Z", + "created_at": "2022-02-04T21:23:35.970Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:19:59.301Z", + "updated_at": "2022-02-04T21:23:35.970Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3894b5a286ad464da6a9c65ebc9abeeb/property" + "related": "https://reactor.adobe.io/hosts/HTebd50f9362ce48bd8c949894357e6248/property" }, "data": { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f", - "self": "https://reactor.adobe.io/hosts/HT3894b5a286ad464da6a9c65ebc9abeeb" + "property": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", + "self": "https://reactor.adobe.io/hosts/HTebd50f9362ce48bd8c949894357e6248" } } }, @@ -309297,7 +323740,7 @@ "relationships": { "host": { "data": { - "id": "HT3894b5a286ad464da6a9c65ebc9abeeb", + "id": "HTebd50f9362ce48bd8c949894357e6248", "type": "hosts" } } @@ -309307,72 +323750,72 @@ }, "response": { "data": { - "id": "ENd68159dd2cc14eb990a44eb5b9e6cfb0", + "id": "EN51d87273db504f76b0469b5675892cd3", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:19:59.383Z", - "library_path": "17e0df72ece8/540a14e8799c", - "library_name": "launch-88a456ade83a-development.min.js", + "created_at": "2022-02-04T21:23:36.090Z", + "library_path": "17e0df72ece8/764c65ecdedc", + "library_name": "launch-71c4521dc5e2-development.min.js", "library_entry_points": [ { - "library_name": "launch-88a456ade83a-development.min.js", + "library_name": "launch-71c4521dc5e2-development.min.js", "minified": true, "references": [ - "17e0df72ece8/540a14e8799c/launch-88a456ade83a-development.min.js" + "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.min.js" ], - "license_path": "17e0df72ece8/540a14e8799c/launch-88a456ade83a-development.js" + "license_path": "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.js" }, { - "library_name": "launch-88a456ade83a-development.js", + "library_name": "launch-71c4521dc5e2-development.js", "minified": false, "references": [ - "17e0df72ece8/540a14e8799c/launch-88a456ade83a-development.js" + "17e0df72ece8/764c65ecdedc/launch-71c4521dc5e2-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:19:59.383Z", + "updated_at": "2022-02-04T21:23:36.090Z", "status": "succeeded", - "token": "88a456ade83a" + "token": "71c4521dc5e2" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/library" + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/builds" + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/host", - "self": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/relationships/host" + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/host", + "self": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/relationships/host" }, "data": { - "id": "HT3894b5a286ad464da6a9c65ebc9abeeb", + "id": "HTebd50f9362ce48bd8c949894357e6248", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0/property" + "related": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3/property" }, "data": { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f", - "self": "https://reactor.adobe.io/environments/ENd68159dd2cc14eb990a44eb5b9e6cfb0" + "property": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", + "self": "https://reactor.adobe.io/environments/EN51d87273db504f76b0469b5675892cd3" }, "meta": { "archive_encrypted": false @@ -309398,7 +323841,7 @@ "relationships": { "environment": { "data": { - "id": "ENd68159dd2cc14eb990a44eb5b9e6cfb0", + "id": "EN51d87273db504f76b0469b5675892cd3", "type": "environments" } } @@ -309408,11 +323851,11 @@ }, "response": { "data": { - "id": "SE59dca4f1d9c94d6193126588a5fd8001", + "id": "SE351b35f18f684e2cb27b7612c2158d73", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:19:59.545Z", - "updated_at": "2021-10-05T19:19:59.545Z", + "created_at": "2022-02-04T21:23:36.320Z", + "updated_at": "2022-02-04T21:23:36.320Z", "name": "my secret", "type_of": "token", "activated_at": null, @@ -309425,19 +323868,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/property" + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/property" }, "data": { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/environment" + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/environment" }, "data": { - "id": "ENd68159dd2cc14eb990a44eb5b9e6cfb0", + "id": "EN51d87273db504f76b0469b5675892cd3", "type": "environments" }, "meta": { @@ -309446,18 +323889,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/notes" + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/data_elements" + "related": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001", - "property": "https://reactor.adobe.io/secrets/SE59dca4f1d9c94d6193126588a5fd8001/property" + "self": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73", + "property": "https://reactor.adobe.io/secrets/SE351b35f18f684e2cb27b7612c2158d73/property" } } }, @@ -309478,7 +323921,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -309551,7 +323994,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -309618,21 +324061,21 @@ "response": { "data": [ { - "id": "PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "id": "PR0391c6d7a1a740c395e5f0b4182b6ac4", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:19:54.078Z", + "created_at": "2022-02-04T21:23:30.646Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:19:54.078Z", + "updated_at": "2022-02-04T21:23:30.646Z", "platform": "edge", "development": false, - "token": "540a14e8799c" + "token": "764c65ecdedc" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/company" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309641,52 +324084,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/callbacks" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/hosts" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/environments" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/libraries" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/data_elements" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/extensions" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/rules" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/notes" + "related": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/data_elements", - "environments": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/environments", - "extensions": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/extensions", - "rules": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f/rules", - "self": "https://reactor.adobe.io/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f" + "data_elements": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/data_elements", + "environments": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/environments", + "extensions": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/extensions", + "rules": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4/rules", + "self": "https://reactor.adobe.io/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4" }, "meta": { "rights": [ @@ -309715,7 +324158,7 @@ }, { "name": "secrets.update_a_secret", - "endpoint": "/properties/PR4ebdc4f75a27473fa38ba82b5c36fb9f", + "endpoint": "/properties/PR0391c6d7a1a740c395e5f0b4182b6ac4", "method": "DELETE", "request": null, "response": null, @@ -309759,21 +324202,21 @@ }, "response": { "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:00.175Z", + "created_at": "2022-02-04T21:23:37.387Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:00.175Z", + "updated_at": "2022-02-04T21:23:37.387Z", "platform": "edge", "development": false, - "token": "af1e9461b2ac" + "token": "83058739edf6" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/company" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -309782,52 +324225,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/callbacks" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/hosts" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/environments" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/libraries" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/data_elements" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/extensions" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/rules" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/notes" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/environments", - "extensions": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/extensions", - "rules": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/rules", - "self": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4" + "data_elements": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements", + "environments": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments", + "extensions": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions", + "rules": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules", + "self": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278" }, "meta": { "rights": [ @@ -309846,7 +324289,7 @@ }, { "name": "secrets.update_a_secret", - "endpoint": "/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/hosts", + "endpoint": "/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts", "method": "POST", "request": { "data": { @@ -309859,33 +324302,33 @@ }, "response": { "data": { - "id": "HT4ec1fbd22db64f15b8b07914012fb09a", + "id": "HTf292c6d30fc4402e901af41ffce6e920", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:05.416Z", + "created_at": "2022-02-04T21:23:43.127Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:05.416Z", + "updated_at": "2022-02-04T21:23:43.127Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT4ec1fbd22db64f15b8b07914012fb09a/property" + "related": "https://reactor.adobe.io/hosts/HTf292c6d30fc4402e901af41ffce6e920/property" }, "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4", - "self": "https://reactor.adobe.io/hosts/HT4ec1fbd22db64f15b8b07914012fb09a" + "property": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278", + "self": "https://reactor.adobe.io/hosts/HTf292c6d30fc4402e901af41ffce6e920" } } }, @@ -309905,7 +324348,7 @@ "relationships": { "host": { "data": { - "id": "HT4ec1fbd22db64f15b8b07914012fb09a", + "id": "HTf292c6d30fc4402e901af41ffce6e920", "type": "hosts" } } @@ -309915,72 +324358,72 @@ }, "response": { "data": { - "id": "EN2be35d3a8ebd4ba4925ea3dfd0536518", + "id": "EN466fad0c68e645aab1c13a39bff410f9", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:05.516Z", - "library_path": "17e0df72ece8/af1e9461b2ac", - "library_name": "launch-147658d2f0e6-development.min.js", + "created_at": "2022-02-04T21:23:45.632Z", + "library_path": "17e0df72ece8/83058739edf6", + "library_name": "launch-1c2fc6ee6f5b-development.min.js", "library_entry_points": [ { - "library_name": "launch-147658d2f0e6-development.min.js", + "library_name": "launch-1c2fc6ee6f5b-development.min.js", "minified": true, "references": [ - "17e0df72ece8/af1e9461b2ac/launch-147658d2f0e6-development.min.js" + "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.min.js" ], - "license_path": "17e0df72ece8/af1e9461b2ac/launch-147658d2f0e6-development.js" + "license_path": "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.js" }, { - "library_name": "launch-147658d2f0e6-development.js", + "library_name": "launch-1c2fc6ee6f5b-development.js", "minified": false, "references": [ - "17e0df72ece8/af1e9461b2ac/launch-147658d2f0e6-development.js" + "17e0df72ece8/83058739edf6/launch-1c2fc6ee6f5b-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:05.516Z", + "updated_at": "2022-02-04T21:23:45.632Z", "status": "succeeded", - "token": "147658d2f0e6" + "token": "1c2fc6ee6f5b" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/library" + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/builds" + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/host", - "self": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/relationships/host" + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/host", + "self": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/relationships/host" }, "data": { - "id": "HT4ec1fbd22db64f15b8b07914012fb09a", + "id": "HTf292c6d30fc4402e901af41ffce6e920", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518/property" + "related": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9/property" }, "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4", - "self": "https://reactor.adobe.io/environments/EN2be35d3a8ebd4ba4925ea3dfd0536518" + "property": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278", + "self": "https://reactor.adobe.io/environments/EN466fad0c68e645aab1c13a39bff410f9" }, "meta": { "archive_encrypted": false @@ -310006,7 +324449,7 @@ "relationships": { "environment": { "data": { - "id": "EN2be35d3a8ebd4ba4925ea3dfd0536518", + "id": "EN466fad0c68e645aab1c13a39bff410f9", "type": "environments" } } @@ -310016,11 +324459,11 @@ }, "response": { "data": { - "id": "SEbc94eb4be2d74dfeadf55e8e55f68049", + "id": "SE70d50357a30b40e99a46dbd425b44d8a", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:05.682Z", - "updated_at": "2021-10-05T19:20:05.682Z", + "created_at": "2022-02-04T21:23:46.459Z", + "updated_at": "2022-02-04T21:23:46.459Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -310033,19 +324476,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/property" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" }, "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/environment" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/environment" }, "data": { - "id": "EN2be35d3a8ebd4ba4925ea3dfd0536518", + "id": "EN466fad0c68e645aab1c13a39bff410f9", "type": "environments" }, "meta": { @@ -310054,18 +324497,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/notes" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/data_elements" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049", - "property": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/property" + "self": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a", + "property": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" } } }, @@ -310085,17 +324528,17 @@ "token": "my new secret token" } }, - "id": "SEbc94eb4be2d74dfeadf55e8e55f68049", + "id": "SE70d50357a30b40e99a46dbd425b44d8a", "type": "secrets" } }, "response": { "data": { - "id": "SEbc94eb4be2d74dfeadf55e8e55f68049", + "id": "SE70d50357a30b40e99a46dbd425b44d8a", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:05.682Z", - "updated_at": "2021-10-05T19:20:05.943Z", + "created_at": "2022-02-04T21:23:46.459Z", + "updated_at": "2022-02-04T21:23:47.642Z", "name": "my new secret", "type_of": "token", "activated_at": null, @@ -310108,19 +324551,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/property" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" }, "data": { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/environment" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/environment" }, "data": { - "id": "EN2be35d3a8ebd4ba4925ea3dfd0536518", + "id": "EN466fad0c68e645aab1c13a39bff410f9", "type": "environments" }, "meta": { @@ -310129,18 +324572,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/notes" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/data_elements" + "related": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049", - "property": "https://reactor.adobe.io/secrets/SEbc94eb4be2d74dfeadf55e8e55f68049/property" + "self": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a", + "property": "https://reactor.adobe.io/secrets/SE70d50357a30b40e99a46dbd425b44d8a/property" } } }, @@ -310161,7 +324604,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -310234,7 +324677,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -310301,21 +324744,21 @@ "response": { "data": [ { - "id": "PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "id": "PR85837b31c6914e70b53a8b1d951ca278", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:00.175Z", + "created_at": "2022-02-04T21:23:37.387Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:00.175Z", + "updated_at": "2022-02-04T21:23:37.387Z", "platform": "edge", "development": false, - "token": "af1e9461b2ac" + "token": "83058739edf6" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/company" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -310324,52 +324767,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/callbacks" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/hosts" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/environments" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/libraries" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/data_elements" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/extensions" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/rules" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/notes" + "related": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/environments", - "extensions": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/extensions", - "rules": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4/rules", - "self": "https://reactor.adobe.io/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4" + "data_elements": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/data_elements", + "environments": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/environments", + "extensions": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/extensions", + "rules": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278/rules", + "self": "https://reactor.adobe.io/properties/PR85837b31c6914e70b53a8b1d951ca278" }, "meta": { "rights": [ @@ -310398,7 +324841,7 @@ }, { "name": "secrets.retry_a_secret", - "endpoint": "/properties/PR1c99183b5c7b46dba2c7c7a9f30e1ec4", + "endpoint": "/properties/PR85837b31c6914e70b53a8b1d951ca278", "method": "DELETE", "request": null, "response": null, @@ -310442,21 +324885,21 @@ }, "response": { "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:06.632Z", + "created_at": "2022-02-04T21:23:50.553Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:06.632Z", + "updated_at": "2022-02-04T21:23:50.553Z", "platform": "edge", "development": false, - "token": "d4ebce4d3ce2" + "token": "96e36e20746c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/company" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -310465,52 +324908,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/callbacks" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/hosts" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/environments" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/libraries" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/data_elements" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/extensions" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/rules" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/notes" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/environments", - "extensions": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/extensions", - "rules": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/rules", - "self": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3" + "data_elements": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments", + "extensions": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions", + "rules": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules", + "self": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f" }, "meta": { "rights": [ @@ -310529,7 +324972,7 @@ }, { "name": "secrets.retry_a_secret", - "endpoint": "/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/hosts", + "endpoint": "/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts", "method": "POST", "request": { "data": { @@ -310542,33 +324985,33 @@ }, "response": { "data": { - "id": "HTbae0bd4811a54712b1f0645ef3d36f7a", + "id": "HTdf68068ac2224fce87f69302348776a1", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:11.826Z", + "created_at": "2022-02-04T21:23:56.727Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:11.826Z", + "updated_at": "2022-02-04T21:23:56.727Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTbae0bd4811a54712b1f0645ef3d36f7a/property" + "related": "https://reactor.adobe.io/hosts/HTdf68068ac2224fce87f69302348776a1/property" }, "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3", - "self": "https://reactor.adobe.io/hosts/HTbae0bd4811a54712b1f0645ef3d36f7a" + "property": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f", + "self": "https://reactor.adobe.io/hosts/HTdf68068ac2224fce87f69302348776a1" } } }, @@ -310588,7 +325031,7 @@ "relationships": { "host": { "data": { - "id": "HTbae0bd4811a54712b1f0645ef3d36f7a", + "id": "HTdf68068ac2224fce87f69302348776a1", "type": "hosts" } } @@ -310598,72 +325041,72 @@ }, "response": { "data": { - "id": "EN2bff9ee6d5e841c2a383699b639800bd", + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:11.906Z", - "library_path": "17e0df72ece8/d4ebce4d3ce2", - "library_name": "launch-8a27468f9f73-development.min.js", + "created_at": "2022-02-04T21:23:56.924Z", + "library_path": "17e0df72ece8/96e36e20746c", + "library_name": "launch-800e8336051c-development.min.js", "library_entry_points": [ { - "library_name": "launch-8a27468f9f73-development.min.js", + "library_name": "launch-800e8336051c-development.min.js", "minified": true, "references": [ - "17e0df72ece8/d4ebce4d3ce2/launch-8a27468f9f73-development.min.js" + "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.min.js" ], - "license_path": "17e0df72ece8/d4ebce4d3ce2/launch-8a27468f9f73-development.js" + "license_path": "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.js" }, { - "library_name": "launch-8a27468f9f73-development.js", + "library_name": "launch-800e8336051c-development.js", "minified": false, "references": [ - "17e0df72ece8/d4ebce4d3ce2/launch-8a27468f9f73-development.js" + "17e0df72ece8/96e36e20746c/launch-800e8336051c-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:11.906Z", + "updated_at": "2022-02-04T21:23:56.924Z", "status": "succeeded", - "token": "8a27468f9f73" + "token": "800e8336051c" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/library" + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/builds" + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/host", - "self": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/relationships/host" + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/host", + "self": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/relationships/host" }, "data": { - "id": "HTbae0bd4811a54712b1f0645ef3d36f7a", + "id": "HTdf68068ac2224fce87f69302348776a1", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd/property" + "related": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f/property" }, "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3", - "self": "https://reactor.adobe.io/environments/EN2bff9ee6d5e841c2a383699b639800bd" + "property": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f", + "self": "https://reactor.adobe.io/environments/EN1a1fa46ce02a409b92ce8a4a69222c7f" }, "meta": { "archive_encrypted": false @@ -310689,7 +325132,7 @@ "relationships": { "environment": { "data": { - "id": "EN2bff9ee6d5e841c2a383699b639800bd", + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", "type": "environments" } } @@ -310699,11 +325142,11 @@ }, "response": { "data": { - "id": "SEbc1ebeeaa01840b3aac07b1d455d8f3f", + "id": "SE87786c4429d348eda435248bb165c96e", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:12.053Z", - "updated_at": "2021-10-05T19:20:12.053Z", + "created_at": "2022-02-04T21:23:57.189Z", + "updated_at": "2022-02-04T21:23:57.189Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -310716,19 +325159,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/property" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" }, "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/environment" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/environment" }, "data": { - "id": "EN2bff9ee6d5e841c2a383699b639800bd", + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", "type": "environments" }, "meta": { @@ -310737,18 +325180,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/notes" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/data_elements" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f", - "property": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/property" + "self": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e", + "property": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" } } }, @@ -310767,17 +325210,17 @@ "meta": { "action": "retry" }, - "id": "SEbc1ebeeaa01840b3aac07b1d455d8f3f", + "id": "SE87786c4429d348eda435248bb165c96e", "type": "secrets" } }, "response": { "data": { - "id": "SEbc1ebeeaa01840b3aac07b1d455d8f3f", + "id": "SE87786c4429d348eda435248bb165c96e", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:12.053Z", - "updated_at": "2021-10-05T19:20:12.053Z", + "created_at": "2022-02-04T21:23:57.189Z", + "updated_at": "2022-02-04T21:23:57.189Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -310790,19 +325233,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/property" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" }, "data": { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/environment" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/environment" }, "data": { - "id": "EN2bff9ee6d5e841c2a383699b639800bd", + "id": "EN1a1fa46ce02a409b92ce8a4a69222c7f", "type": "environments" }, "meta": { @@ -310811,18 +325254,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/notes" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/data_elements" + "related": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f", - "property": "https://reactor.adobe.io/secrets/SEbc1ebeeaa01840b3aac07b1d455d8f3f/property" + "self": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e", + "property": "https://reactor.adobe.io/secrets/SE87786c4429d348eda435248bb165c96e/property" } } }, @@ -310843,7 +325286,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -310916,7 +325359,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -310983,21 +325426,21 @@ "response": { "data": [ { - "id": "PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "id": "PRfea3986e080648e9bdf48ee7afe55f8f", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:06.632Z", + "created_at": "2022-02-04T21:23:50.553Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:06.632Z", + "updated_at": "2022-02-04T21:23:50.553Z", "platform": "edge", "development": false, - "token": "d4ebce4d3ce2" + "token": "96e36e20746c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/company" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -311006,52 +325449,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/callbacks" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/hosts" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/environments" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/libraries" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/data_elements" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/extensions" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/rules" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/notes" + "related": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/environments", - "extensions": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/extensions", - "rules": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3/rules", - "self": "https://reactor.adobe.io/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3" + "data_elements": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/data_elements", + "environments": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/environments", + "extensions": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/extensions", + "rules": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f/rules", + "self": "https://reactor.adobe.io/properties/PRfea3986e080648e9bdf48ee7afe55f8f" }, "meta": { "rights": [ @@ -311080,7 +325523,7 @@ }, { "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/PR9fcf9e7885c14ad6a9fe8d8349abffd3", + "endpoint": "/properties/PRfea3986e080648e9bdf48ee7afe55f8f", "method": "DELETE", "request": null, "response": null, @@ -311124,21 +325567,21 @@ }, "response": { "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:12.976Z", + "created_at": "2022-02-04T21:24:04.068Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:12.976Z", + "updated_at": "2022-02-04T21:24:04.068Z", "platform": "edge", "development": false, - "token": "43151586e4c2" + "token": "b5bc98e7737c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/company" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -311147,52 +325590,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/callbacks" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/hosts" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/environments" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/libraries" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/data_elements" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/extensions" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/rules" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/notes" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/environments", - "extensions": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/extensions", - "rules": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/rules", - "self": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4" + "data_elements": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments", + "extensions": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions", + "rules": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules", + "self": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be" }, "meta": { "rights": [ @@ -311211,7 +325654,7 @@ }, { "name": "secrets.list_secrets_for_a_property", - "endpoint": "/properties/PR9fb1bd3591d744f584d5eba64514f7c4/hosts", + "endpoint": "/properties/PRf89759dade834005be755c552c2bd7be/hosts", "method": "POST", "request": { "data": { @@ -311224,33 +325667,33 @@ }, "response": { "data": { - "id": "HTa2cd9d50be914d4099d33a82c9d30647", + "id": "HTd1f276622bdc4dd2afdc829b92624b97", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:18.161Z", + "created_at": "2022-02-04T21:24:10.464Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:18.161Z", + "updated_at": "2022-02-04T21:24:10.464Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTa2cd9d50be914d4099d33a82c9d30647/property" + "related": "https://reactor.adobe.io/hosts/HTd1f276622bdc4dd2afdc829b92624b97/property" }, "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4", - "self": "https://reactor.adobe.io/hosts/HTa2cd9d50be914d4099d33a82c9d30647" + "property": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be", + "self": "https://reactor.adobe.io/hosts/HTd1f276622bdc4dd2afdc829b92624b97" } } }, @@ -311270,7 +325713,7 @@ "relationships": { "host": { "data": { - "id": "HTa2cd9d50be914d4099d33a82c9d30647", + "id": "HTd1f276622bdc4dd2afdc829b92624b97", "type": "hosts" } } @@ -311280,72 +325723,72 @@ }, "response": { "data": { - "id": "EN30e4d4be79e5482499500779864d378d", + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:18.245Z", - "library_path": "17e0df72ece8/43151586e4c2", - "library_name": "launch-4473b9520ab3-development.min.js", + "created_at": "2022-02-04T21:24:10.771Z", + "library_path": "17e0df72ece8/b5bc98e7737c", + "library_name": "launch-f34804640f86-development.min.js", "library_entry_points": [ { - "library_name": "launch-4473b9520ab3-development.min.js", + "library_name": "launch-f34804640f86-development.min.js", "minified": true, "references": [ - "17e0df72ece8/43151586e4c2/launch-4473b9520ab3-development.min.js" + "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.min.js" ], - "license_path": "17e0df72ece8/43151586e4c2/launch-4473b9520ab3-development.js" + "license_path": "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.js" }, { - "library_name": "launch-4473b9520ab3-development.js", + "library_name": "launch-f34804640f86-development.js", "minified": false, "references": [ - "17e0df72ece8/43151586e4c2/launch-4473b9520ab3-development.js" + "17e0df72ece8/b5bc98e7737c/launch-f34804640f86-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:18.245Z", + "updated_at": "2022-02-04T21:24:10.771Z", "status": "succeeded", - "token": "4473b9520ab3" + "token": "f34804640f86" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/library" + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/builds" + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/host", - "self": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/host", + "self": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/relationships/host" }, "data": { - "id": "HTa2cd9d50be914d4099d33a82c9d30647", + "id": "HTd1f276622bdc4dd2afdc829b92624b97", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d/property" + "related": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361/property" }, "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4", - "self": "https://reactor.adobe.io/environments/EN30e4d4be79e5482499500779864d378d" + "property": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be", + "self": "https://reactor.adobe.io/environments/EN2b9fd51a0c284c86a3ffd7d89d024361" }, "meta": { "archive_encrypted": false @@ -311371,7 +325814,7 @@ "relationships": { "environment": { "data": { - "id": "EN30e4d4be79e5482499500779864d378d", + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", "type": "environments" } } @@ -311381,11 +325824,11 @@ }, "response": { "data": { - "id": "SE9c8f7b84171845ff93107d67e6df1b76", + "id": "SE322f2ef49dad445bb3e4224e121ac0f3", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:18.381Z", - "updated_at": "2021-10-05T19:20:18.381Z", + "created_at": "2022-02-04T21:24:11.068Z", + "updated_at": "2022-02-04T21:24:11.068Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -311398,19 +325841,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/property" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" }, "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/environment" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/environment" }, "data": { - "id": "EN30e4d4be79e5482499500779864d378d", + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", "type": "environments" }, "meta": { @@ -311419,18 +325862,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/notes" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/data_elements" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76", - "property": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/property" + "self": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3", + "property": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" } } }, @@ -311445,11 +325888,11 @@ "response": { "data": [ { - "id": "SE9c8f7b84171845ff93107d67e6df1b76", + "id": "SE322f2ef49dad445bb3e4224e121ac0f3", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:18.381Z", - "updated_at": "2021-10-05T19:20:18.381Z", + "created_at": "2022-02-04T21:24:11.068Z", + "updated_at": "2022-02-04T21:24:11.068Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -311462,19 +325905,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/property" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" }, "data": { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/environment" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/environment" }, "data": { - "id": "EN30e4d4be79e5482499500779864d378d", + "id": "EN2b9fd51a0c284c86a3ffd7d89d024361", "type": "environments" }, "meta": { @@ -311483,18 +325926,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/notes" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/data_elements" + "related": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76", - "property": "https://reactor.adobe.io/secrets/SE9c8f7b84171845ff93107d67e6df1b76/property" + "self": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3", + "property": "https://reactor.adobe.io/secrets/SE322f2ef49dad445bb3e4224e121ac0f3/property" } } ], @@ -311525,7 +325968,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -311598,7 +326041,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -311665,21 +326108,21 @@ "response": { "data": [ { - "id": "PR9fb1bd3591d744f584d5eba64514f7c4", + "id": "PRf89759dade834005be755c552c2bd7be", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:12.976Z", + "created_at": "2022-02-04T21:24:04.068Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:12.976Z", + "updated_at": "2022-02-04T21:24:04.068Z", "platform": "edge", "development": false, - "token": "43151586e4c2" + "token": "b5bc98e7737c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/company" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -311688,52 +326131,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/callbacks" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/hosts" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/environments" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/libraries" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/data_elements" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/extensions" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/rules" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/notes" + "related": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/data_elements", - "environments": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/environments", - "extensions": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/extensions", - "rules": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4/rules", - "self": "https://reactor.adobe.io/properties/PR9fb1bd3591d744f584d5eba64514f7c4" + "data_elements": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/data_elements", + "environments": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/environments", + "extensions": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/extensions", + "rules": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be/rules", + "self": "https://reactor.adobe.io/properties/PRf89759dade834005be755c552c2bd7be" }, "meta": { "rights": [ @@ -311762,7 +326205,7 @@ }, { "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/PR9fb1bd3591d744f584d5eba64514f7c4", + "endpoint": "/properties/PRf89759dade834005be755c552c2bd7be", "method": "DELETE", "request": null, "response": null, @@ -311806,21 +326249,21 @@ }, "response": { "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:19.040Z", + "created_at": "2022-02-04T21:24:12.822Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:19.040Z", + "updated_at": "2022-02-04T21:24:12.822Z", "platform": "edge", "development": false, - "token": "186e78f95700" + "token": "5bf9f97c9a6c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/company" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -311829,52 +326272,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/callbacks" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/hosts" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/environments" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/libraries" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/data_elements" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/extensions" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/rules" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/notes" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/data_elements", - "environments": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/environments", - "extensions": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/extensions", - "rules": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/rules", - "self": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90" + "data_elements": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements", + "environments": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments", + "extensions": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions", + "rules": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules", + "self": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318" }, "meta": { "rights": [ @@ -311893,7 +326336,7 @@ }, { "name": "secrets.list_secrets_for_an_environment", - "endpoint": "/properties/PR821778ac529b425f99acab7f38fede90/hosts", + "endpoint": "/properties/PR164615214c52438c8cd683362ddf6318/hosts", "method": "POST", "request": { "data": { @@ -311906,33 +326349,33 @@ }, "response": { "data": { - "id": "HT3cbfff82a2e347d1a90f35c232646e1f", + "id": "HT724c81f2373545098a0f4a23c7c963eb", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:24.248Z", + "created_at": "2022-02-04T21:24:18.484Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:24.248Z", + "updated_at": "2022-02-04T21:24:18.484Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT3cbfff82a2e347d1a90f35c232646e1f/property" + "related": "https://reactor.adobe.io/hosts/HT724c81f2373545098a0f4a23c7c963eb/property" }, "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90", - "self": "https://reactor.adobe.io/hosts/HT3cbfff82a2e347d1a90f35c232646e1f" + "property": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318", + "self": "https://reactor.adobe.io/hosts/HT724c81f2373545098a0f4a23c7c963eb" } } }, @@ -311952,7 +326395,7 @@ "relationships": { "host": { "data": { - "id": "HT3cbfff82a2e347d1a90f35c232646e1f", + "id": "HT724c81f2373545098a0f4a23c7c963eb", "type": "hosts" } } @@ -311962,72 +326405,72 @@ }, "response": { "data": { - "id": "ENbe5779c5452740d2afe51a10f009f848", + "id": "EN916f18ba40224a90a139f011617684ca", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:24.332Z", - "library_path": "17e0df72ece8/186e78f95700", - "library_name": "launch-6a2ee96bd2d6-development.min.js", + "created_at": "2022-02-04T21:24:18.667Z", + "library_path": "17e0df72ece8/5bf9f97c9a6c", + "library_name": "launch-84007c920fdd-development.min.js", "library_entry_points": [ { - "library_name": "launch-6a2ee96bd2d6-development.min.js", + "library_name": "launch-84007c920fdd-development.min.js", "minified": true, "references": [ - "17e0df72ece8/186e78f95700/launch-6a2ee96bd2d6-development.min.js" + "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.min.js" ], - "license_path": "17e0df72ece8/186e78f95700/launch-6a2ee96bd2d6-development.js" + "license_path": "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.js" }, { - "library_name": "launch-6a2ee96bd2d6-development.js", + "library_name": "launch-84007c920fdd-development.js", "minified": false, "references": [ - "17e0df72ece8/186e78f95700/launch-6a2ee96bd2d6-development.js" + "17e0df72ece8/5bf9f97c9a6c/launch-84007c920fdd-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:24.332Z", + "updated_at": "2022-02-04T21:24:18.667Z", "status": "succeeded", - "token": "6a2ee96bd2d6" + "token": "84007c920fdd" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/library" + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/builds" + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/host", - "self": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/relationships/host" + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/host", + "self": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/relationships/host" }, "data": { - "id": "HT3cbfff82a2e347d1a90f35c232646e1f", + "id": "HT724c81f2373545098a0f4a23c7c963eb", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848/property" + "related": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca/property" }, "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90", - "self": "https://reactor.adobe.io/environments/ENbe5779c5452740d2afe51a10f009f848" + "property": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318", + "self": "https://reactor.adobe.io/environments/EN916f18ba40224a90a139f011617684ca" }, "meta": { "archive_encrypted": false @@ -312053,7 +326496,7 @@ "relationships": { "environment": { "data": { - "id": "ENbe5779c5452740d2afe51a10f009f848", + "id": "EN916f18ba40224a90a139f011617684ca", "type": "environments" } } @@ -312063,11 +326506,11 @@ }, "response": { "data": { - "id": "SE8077acf044234f15b5d32df536aa841a", + "id": "SE67772015f36f4b61bca574f43742009d", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:24.464Z", - "updated_at": "2021-10-05T19:20:24.464Z", + "created_at": "2022-02-04T21:24:18.941Z", + "updated_at": "2022-02-04T21:24:18.941Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -312080,19 +326523,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/property" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" }, "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/environment" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/environment" }, "data": { - "id": "ENbe5779c5452740d2afe51a10f009f848", + "id": "EN916f18ba40224a90a139f011617684ca", "type": "environments" }, "meta": { @@ -312101,18 +326544,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/notes" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/data_elements" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a", - "property": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/property" + "self": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d", + "property": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" } } }, @@ -312127,11 +326570,11 @@ "response": { "data": [ { - "id": "SE8077acf044234f15b5d32df536aa841a", + "id": "SE67772015f36f4b61bca574f43742009d", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:24.464Z", - "updated_at": "2021-10-05T19:20:24.464Z", + "created_at": "2022-02-04T21:24:18.941Z", + "updated_at": "2022-02-04T21:24:18.941Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -312144,19 +326587,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/property" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" }, "data": { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/environment" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/environment" }, "data": { - "id": "ENbe5779c5452740d2afe51a10f009f848", + "id": "EN916f18ba40224a90a139f011617684ca", "type": "environments" }, "meta": { @@ -312165,18 +326608,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/notes" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/data_elements" + "related": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a", - "property": "https://reactor.adobe.io/secrets/SE8077acf044234f15b5d32df536aa841a/property" + "self": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d", + "property": "https://reactor.adobe.io/secrets/SE67772015f36f4b61bca574f43742009d/property" } } ], @@ -312207,7 +326650,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -312280,7 +326723,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -312347,21 +326790,21 @@ "response": { "data": [ { - "id": "PR821778ac529b425f99acab7f38fede90", + "id": "PR164615214c52438c8cd683362ddf6318", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:19.040Z", + "created_at": "2022-02-04T21:24:12.822Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:19.040Z", + "updated_at": "2022-02-04T21:24:12.822Z", "platform": "edge", "development": false, - "token": "186e78f95700" + "token": "5bf9f97c9a6c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/company" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -312370,52 +326813,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/callbacks" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/hosts" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/environments" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/libraries" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/data_elements" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/extensions" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/rules" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/notes" + "related": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/data_elements", - "environments": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/environments", - "extensions": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/extensions", - "rules": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90/rules", - "self": "https://reactor.adobe.io/properties/PR821778ac529b425f99acab7f38fede90" + "data_elements": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/data_elements", + "environments": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/environments", + "extensions": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/extensions", + "rules": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318/rules", + "self": "https://reactor.adobe.io/properties/PR164615214c52438c8cd683362ddf6318" }, "meta": { "rights": [ @@ -312444,7 +326887,7 @@ }, { "name": "secrets.get_a_secret", - "endpoint": "/properties/PR821778ac529b425f99acab7f38fede90", + "endpoint": "/properties/PR164615214c52438c8cd683362ddf6318", "method": "DELETE", "request": null, "response": null, @@ -312488,21 +326931,21 @@ }, "response": { "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRb21205966d41492cba32682065867412", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:25.191Z", + "created_at": "2022-02-04T21:24:20.650Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:25.191Z", + "updated_at": "2022-02-04T21:24:20.650Z", "platform": "edge", "development": false, - "token": "616a2c5a3552" + "token": "8f93058d356c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/company" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -312511,52 +326954,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/callbacks" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/hosts" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/environments" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/libraries" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/data_elements" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/extensions" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/rules" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/notes" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/environments", - "extensions": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/extensions", - "rules": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/rules", - "self": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452" + "data_elements": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments", + "extensions": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions", + "rules": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules", + "self": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412" }, "meta": { "rights": [ @@ -312575,7 +327018,7 @@ }, { "name": "secrets.get_a_secret", - "endpoint": "/properties/PR6940d685811141099d8c4acda7cb2452/hosts", + "endpoint": "/properties/PRb21205966d41492cba32682065867412/hosts", "method": "POST", "request": { "data": { @@ -312588,33 +327031,33 @@ }, "response": { "data": { - "id": "HT99251480791645b4a21042a9dbed6d9b", + "id": "HT2185956fca304f61874ae75a0d17260c", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:30.418Z", + "created_at": "2022-02-04T21:24:26.290Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:30.418Z", + "updated_at": "2022-02-04T21:24:26.290Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT99251480791645b4a21042a9dbed6d9b/property" + "related": "https://reactor.adobe.io/hosts/HT2185956fca304f61874ae75a0d17260c/property" }, "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRb21205966d41492cba32682065867412", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452", - "self": "https://reactor.adobe.io/hosts/HT99251480791645b4a21042a9dbed6d9b" + "property": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412", + "self": "https://reactor.adobe.io/hosts/HT2185956fca304f61874ae75a0d17260c" } } }, @@ -312634,7 +327077,7 @@ "relationships": { "host": { "data": { - "id": "HT99251480791645b4a21042a9dbed6d9b", + "id": "HT2185956fca304f61874ae75a0d17260c", "type": "hosts" } } @@ -312644,72 +327087,72 @@ }, "response": { "data": { - "id": "ENbcbe7e2293254016ada3332adc423c42", + "id": "EN2001a3149dd84b9d8b16e0df8262165a", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:30.499Z", - "library_path": "17e0df72ece8/616a2c5a3552", - "library_name": "launch-345622599c70-development.min.js", + "created_at": "2022-02-04T21:24:26.556Z", + "library_path": "17e0df72ece8/8f93058d356c", + "library_name": "launch-fb034f233555-development.min.js", "library_entry_points": [ { - "library_name": "launch-345622599c70-development.min.js", + "library_name": "launch-fb034f233555-development.min.js", "minified": true, "references": [ - "17e0df72ece8/616a2c5a3552/launch-345622599c70-development.min.js" + "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.min.js" ], - "license_path": "17e0df72ece8/616a2c5a3552/launch-345622599c70-development.js" + "license_path": "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.js" }, { - "library_name": "launch-345622599c70-development.js", + "library_name": "launch-fb034f233555-development.js", "minified": false, "references": [ - "17e0df72ece8/616a2c5a3552/launch-345622599c70-development.js" + "17e0df72ece8/8f93058d356c/launch-fb034f233555-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:30.499Z", + "updated_at": "2022-02-04T21:24:26.556Z", "status": "succeeded", - "token": "345622599c70" + "token": "fb034f233555" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/library" + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/builds" + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/host", - "self": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/relationships/host" + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/host", + "self": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/relationships/host" }, "data": { - "id": "HT99251480791645b4a21042a9dbed6d9b", + "id": "HT2185956fca304f61874ae75a0d17260c", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42/property" + "related": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a/property" }, "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRb21205966d41492cba32682065867412", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452", - "self": "https://reactor.adobe.io/environments/ENbcbe7e2293254016ada3332adc423c42" + "property": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412", + "self": "https://reactor.adobe.io/environments/EN2001a3149dd84b9d8b16e0df8262165a" }, "meta": { "archive_encrypted": false @@ -312735,7 +327178,7 @@ "relationships": { "environment": { "data": { - "id": "ENbcbe7e2293254016ada3332adc423c42", + "id": "EN2001a3149dd84b9d8b16e0df8262165a", "type": "environments" } } @@ -312745,11 +327188,11 @@ }, "response": { "data": { - "id": "SEdf55bca7cc704714b89a61af73b129b3", + "id": "SE4aa498753b814494ad8b185c8047a886", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:30.635Z", - "updated_at": "2021-10-05T19:20:30.635Z", + "created_at": "2022-02-04T21:24:26.858Z", + "updated_at": "2022-02-04T21:24:26.858Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -312762,19 +327205,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/property" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" }, "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRb21205966d41492cba32682065867412", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/environment" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/environment" }, "data": { - "id": "ENbcbe7e2293254016ada3332adc423c42", + "id": "EN2001a3149dd84b9d8b16e0df8262165a", "type": "environments" }, "meta": { @@ -312783,18 +327226,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/notes" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/data_elements" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3", - "property": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/property" + "self": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886", + "property": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" } } }, @@ -312808,11 +327251,11 @@ "request": null, "response": { "data": { - "id": "SEdf55bca7cc704714b89a61af73b129b3", + "id": "SE4aa498753b814494ad8b185c8047a886", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:30.635Z", - "updated_at": "2021-10-05T19:20:30.635Z", + "created_at": "2022-02-04T21:24:26.858Z", + "updated_at": "2022-02-04T21:24:26.858Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -312825,19 +327268,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/property" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" }, "data": { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRb21205966d41492cba32682065867412", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/environment" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/environment" }, "data": { - "id": "ENbcbe7e2293254016ada3332adc423c42", + "id": "EN2001a3149dd84b9d8b16e0df8262165a", "type": "environments" }, "meta": { @@ -312846,18 +327289,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/notes" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/data_elements" + "related": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3", - "property": "https://reactor.adobe.io/secrets/SEdf55bca7cc704714b89a61af73b129b3/property" + "self": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886", + "property": "https://reactor.adobe.io/secrets/SE4aa498753b814494ad8b185c8047a886/property" } } }, @@ -312878,7 +327321,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -312951,7 +327394,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -313018,21 +327461,21 @@ "response": { "data": [ { - "id": "PR6940d685811141099d8c4acda7cb2452", + "id": "PRb21205966d41492cba32682065867412", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:25.191Z", + "created_at": "2022-02-04T21:24:20.650Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:25.191Z", + "updated_at": "2022-02-04T21:24:20.650Z", "platform": "edge", "development": false, - "token": "616a2c5a3552" + "token": "8f93058d356c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/company" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -313041,52 +327484,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/callbacks" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/hosts" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/environments" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/libraries" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/data_elements" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/extensions" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/rules" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/notes" + "related": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/data_elements", - "environments": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/environments", - "extensions": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/extensions", - "rules": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452/rules", - "self": "https://reactor.adobe.io/properties/PR6940d685811141099d8c4acda7cb2452" + "data_elements": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/data_elements", + "environments": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/environments", + "extensions": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/extensions", + "rules": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412/rules", + "self": "https://reactor.adobe.io/properties/PRb21205966d41492cba32682065867412" }, "meta": { "rights": [ @@ -313115,7 +327558,7 @@ }, { "name": "secrets.delete_a_secret", - "endpoint": "/properties/PR6940d685811141099d8c4acda7cb2452", + "endpoint": "/properties/PRb21205966d41492cba32682065867412", "method": "DELETE", "request": null, "response": null, @@ -313159,21 +327602,21 @@ }, "response": { "data": { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:31.263Z", + "created_at": "2022-02-04T21:24:28.120Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:31.263Z", + "updated_at": "2022-02-04T21:24:28.120Z", "platform": "edge", "development": false, - "token": "be5d0a4d9b70" + "token": "8fb1fb295f91" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/company" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -313182,52 +327625,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/callbacks" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/hosts" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/environments" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/libraries" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/data_elements" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/extensions" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/rules" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/notes" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/environments", - "extensions": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/extensions", - "rules": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/rules", - "self": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6" + "data_elements": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments", + "extensions": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions", + "rules": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules", + "self": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3" }, "meta": { "rights": [ @@ -313246,7 +327689,7 @@ }, { "name": "secrets.delete_a_secret", - "endpoint": "/properties/PR3675a318cca94749b05e314b0dc543f6/hosts", + "endpoint": "/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts", "method": "POST", "request": { "data": { @@ -313259,33 +327702,33 @@ }, "response": { "data": { - "id": "HTf48f7eb5dcf44e0db41b8e54b27b4ed8", + "id": "HT606600afbbcd4d8d98478a8887f2829f", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:36.466Z", + "created_at": "2022-02-04T21:24:33.680Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:36.466Z", + "updated_at": "2022-02-04T21:24:33.680Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HTf48f7eb5dcf44e0db41b8e54b27b4ed8/property" + "related": "https://reactor.adobe.io/hosts/HT606600afbbcd4d8d98478a8887f2829f/property" }, "data": { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6", - "self": "https://reactor.adobe.io/hosts/HTf48f7eb5dcf44e0db41b8e54b27b4ed8" + "property": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", + "self": "https://reactor.adobe.io/hosts/HT606600afbbcd4d8d98478a8887f2829f" } } }, @@ -313305,7 +327748,7 @@ "relationships": { "host": { "data": { - "id": "HTf48f7eb5dcf44e0db41b8e54b27b4ed8", + "id": "HT606600afbbcd4d8d98478a8887f2829f", "type": "hosts" } } @@ -313315,72 +327758,72 @@ }, "response": { "data": { - "id": "EN9ed945cac4f644338e9039ea3930fca9", + "id": "ENc93f253b80f14297a27e68255f64757b", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:36.546Z", - "library_path": "17e0df72ece8/be5d0a4d9b70", - "library_name": "launch-9ff61c509d56-development.min.js", + "created_at": "2022-02-04T21:24:33.831Z", + "library_path": "17e0df72ece8/8fb1fb295f91", + "library_name": "launch-e8f04de90e31-development.min.js", "library_entry_points": [ { - "library_name": "launch-9ff61c509d56-development.min.js", + "library_name": "launch-e8f04de90e31-development.min.js", "minified": true, "references": [ - "17e0df72ece8/be5d0a4d9b70/launch-9ff61c509d56-development.min.js" + "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.min.js" ], - "license_path": "17e0df72ece8/be5d0a4d9b70/launch-9ff61c509d56-development.js" + "license_path": "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.js" }, { - "library_name": "launch-9ff61c509d56-development.js", + "library_name": "launch-e8f04de90e31-development.js", "minified": false, "references": [ - "17e0df72ece8/be5d0a4d9b70/launch-9ff61c509d56-development.js" + "17e0df72ece8/8fb1fb295f91/launch-e8f04de90e31-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:36.546Z", + "updated_at": "2022-02-04T21:24:33.831Z", "status": "succeeded", - "token": "9ff61c509d56" + "token": "e8f04de90e31" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/library" + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/builds" + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/host", - "self": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/relationships/host" + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/host", + "self": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/relationships/host" }, "data": { - "id": "HTf48f7eb5dcf44e0db41b8e54b27b4ed8", + "id": "HT606600afbbcd4d8d98478a8887f2829f", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9/property" + "related": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b/property" }, "data": { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6", - "self": "https://reactor.adobe.io/environments/EN9ed945cac4f644338e9039ea3930fca9" + "property": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", + "self": "https://reactor.adobe.io/environments/ENc93f253b80f14297a27e68255f64757b" }, "meta": { "archive_encrypted": false @@ -313406,7 +327849,7 @@ "relationships": { "environment": { "data": { - "id": "EN9ed945cac4f644338e9039ea3930fca9", + "id": "ENc93f253b80f14297a27e68255f64757b", "type": "environments" } } @@ -313416,11 +327859,11 @@ }, "response": { "data": { - "id": "SE918d81f7cdf84f648b228ab4c5a90886", + "id": "SE61352c70136e4b33bf1356e8da7e96d6", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:36.699Z", - "updated_at": "2021-10-05T19:20:36.699Z", + "created_at": "2022-02-04T21:24:34.026Z", + "updated_at": "2022-02-04T21:24:34.026Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -313433,19 +327876,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/property" + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/property" }, "data": { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/environment" + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/environment" }, "data": { - "id": "EN9ed945cac4f644338e9039ea3930fca9", + "id": "ENc93f253b80f14297a27e68255f64757b", "type": "environments" }, "meta": { @@ -313454,18 +327897,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/notes" + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/data_elements" + "related": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886", - "property": "https://reactor.adobe.io/secrets/SE918d81f7cdf84f648b228ab4c5a90886/property" + "self": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6", + "property": "https://reactor.adobe.io/secrets/SE61352c70136e4b33bf1356e8da7e96d6/property" } } }, @@ -313495,7 +327938,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -313568,7 +328011,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -313635,21 +328078,21 @@ "response": { "data": [ { - "id": "PR3675a318cca94749b05e314b0dc543f6", + "id": "PR31c1aa73352c45c0bdbf3815e1ed75f3", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:31.263Z", + "created_at": "2022-02-04T21:24:28.120Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:31.263Z", + "updated_at": "2022-02-04T21:24:28.120Z", "platform": "edge", "development": false, - "token": "be5d0a4d9b70" + "token": "8fb1fb295f91" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/company" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -313658,52 +328101,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/callbacks" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/hosts" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/environments" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/libraries" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/data_elements" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/extensions" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/rules" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/notes" + "related": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/data_elements", - "environments": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/environments", - "extensions": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/extensions", - "rules": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6/rules", - "self": "https://reactor.adobe.io/properties/PR3675a318cca94749b05e314b0dc543f6" + "data_elements": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/data_elements", + "environments": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/environments", + "extensions": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/extensions", + "rules": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3/rules", + "self": "https://reactor.adobe.io/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3" }, "meta": { "rights": [ @@ -313732,7 +328175,7 @@ }, { "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/PR3675a318cca94749b05e314b0dc543f6", + "endpoint": "/properties/PR31c1aa73352c45c0bdbf3815e1ed75f3", "method": "DELETE", "request": null, "response": null, @@ -313776,21 +328219,21 @@ }, "response": { "data": { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:37.499Z", + "created_at": "2022-02-04T21:24:35.272Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:37.499Z", + "updated_at": "2022-02-04T21:24:35.272Z", "platform": "edge", "development": false, - "token": "eea11805afe4" + "token": "7dc356be492c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/company" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -313799,52 +328242,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/callbacks" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/hosts" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/environments" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/libraries" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/data_elements" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/extensions" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/rules" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/notes" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/environments", - "extensions": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/extensions", - "rules": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/rules", - "self": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c" + "data_elements": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments", + "extensions": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions", + "rules": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules", + "self": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86" }, "meta": { "rights": [ @@ -313863,7 +328306,7 @@ }, { "name": "secrets.create_a_note_on_a_secret", - "endpoint": "/properties/PR995df47a0c0642c7a6c638dc745e920c/hosts", + "endpoint": "/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts", "method": "POST", "request": { "data": { @@ -313876,33 +328319,33 @@ }, "response": { "data": { - "id": "HT59b22723982b4cbb8cf7d09573ea971d", + "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:42.796Z", + "created_at": "2022-02-04T21:24:40.627Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:42.796Z", + "updated_at": "2022-02-04T21:24:40.627Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT59b22723982b4cbb8cf7d09573ea971d/property" + "related": "https://reactor.adobe.io/hosts/HTae0290aeecd54b9f8bcd039f25ca8d29/property" }, "data": { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c", - "self": "https://reactor.adobe.io/hosts/HT59b22723982b4cbb8cf7d09573ea971d" + "property": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", + "self": "https://reactor.adobe.io/hosts/HTae0290aeecd54b9f8bcd039f25ca8d29" } } }, @@ -313922,7 +328365,7 @@ "relationships": { "host": { "data": { - "id": "HT59b22723982b4cbb8cf7d09573ea971d", + "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", "type": "hosts" } } @@ -313932,72 +328375,72 @@ }, "response": { "data": { - "id": "ENbda65d0c3001476e86587dc7a31882fc", + "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:42.872Z", - "library_path": "17e0df72ece8/eea11805afe4", - "library_name": "launch-1f62b5dc1ea1-development.min.js", + "created_at": "2022-02-04T21:24:40.764Z", + "library_path": "17e0df72ece8/7dc356be492c", + "library_name": "launch-ab104e298c5e-development.min.js", "library_entry_points": [ { - "library_name": "launch-1f62b5dc1ea1-development.min.js", + "library_name": "launch-ab104e298c5e-development.min.js", "minified": true, "references": [ - "17e0df72ece8/eea11805afe4/launch-1f62b5dc1ea1-development.min.js" + "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.min.js" ], - "license_path": "17e0df72ece8/eea11805afe4/launch-1f62b5dc1ea1-development.js" + "license_path": "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.js" }, { - "library_name": "launch-1f62b5dc1ea1-development.js", + "library_name": "launch-ab104e298c5e-development.js", "minified": false, "references": [ - "17e0df72ece8/eea11805afe4/launch-1f62b5dc1ea1-development.js" + "17e0df72ece8/7dc356be492c/launch-ab104e298c5e-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:42.872Z", + "updated_at": "2022-02-04T21:24:40.764Z", "status": "succeeded", - "token": "1f62b5dc1ea1" + "token": "ab104e298c5e" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/library" + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/builds" + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/host", - "self": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/relationships/host" + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/host", + "self": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/relationships/host" }, "data": { - "id": "HT59b22723982b4cbb8cf7d09573ea971d", + "id": "HTae0290aeecd54b9f8bcd039f25ca8d29", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc/property" + "related": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5/property" }, "data": { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c", - "self": "https://reactor.adobe.io/environments/ENbda65d0c3001476e86587dc7a31882fc" + "property": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", + "self": "https://reactor.adobe.io/environments/EN0f799365c1ae435f962ebb5fc6fd0da5" }, "meta": { "archive_encrypted": false @@ -314023,7 +328466,7 @@ "relationships": { "environment": { "data": { - "id": "ENbda65d0c3001476e86587dc7a31882fc", + "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", "type": "environments" } } @@ -314033,11 +328476,11 @@ }, "response": { "data": { - "id": "SEd2d0fcfb58714668990a037cd4d26a08", + "id": "SE35f7849f60b04f90bfdffbb3d9807e02", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:43.016Z", - "updated_at": "2021-10-05T19:20:43.016Z", + "created_at": "2022-02-04T21:24:40.955Z", + "updated_at": "2022-02-04T21:24:40.955Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -314050,19 +328493,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/property" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/property" }, "data": { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/environment" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/environment" }, "data": { - "id": "ENbda65d0c3001476e86587dc7a31882fc", + "id": "EN0f799365c1ae435f962ebb5fc6fd0da5", "type": "environments" }, "meta": { @@ -314071,18 +328514,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/notes" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/data_elements" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08", - "property": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08/property" + "self": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02", + "property": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02/property" } } }, @@ -314103,28 +328546,28 @@ }, "response": { "data": { - "id": "NT5b4d3885dc774aae8a1f3412d49bfb7c", + "id": "NTe520638595d740d5bfdbc090a0dafb54", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:20:43.082Z", + "created_at": "2022-02-04T21:24:41.097Z", "text": "this is a secret note" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08" + "related": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02" }, "data": { - "id": "SEd2d0fcfb58714668990a037cd4d26a08", + "id": "SE35f7849f60b04f90bfdffbb3d9807e02", "type": "secrets" } } }, "links": { - "resource": "https://reactor.adobe.io/secrets/SEd2d0fcfb58714668990a037cd4d26a08", - "self": "https://reactor.adobe.io/notes/NT5b4d3885dc774aae8a1f3412d49bfb7c" + "resource": "https://reactor.adobe.io/secrets/SE35f7849f60b04f90bfdffbb3d9807e02", + "self": "https://reactor.adobe.io/notes/NTe520638595d740d5bfdbc090a0dafb54" } } }, @@ -314145,7 +328588,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -314218,7 +328661,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -314285,21 +328728,21 @@ "response": { "data": [ { - "id": "PR995df47a0c0642c7a6c638dc745e920c", + "id": "PR3103b84f3c4a4ceca214ce7f21cc4b86", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:37.499Z", + "created_at": "2022-02-04T21:24:35.272Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:37.499Z", + "updated_at": "2022-02-04T21:24:35.272Z", "platform": "edge", "development": false, - "token": "eea11805afe4" + "token": "7dc356be492c" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/company" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -314308,52 +328751,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/callbacks" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/hosts" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/environments" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/libraries" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/data_elements" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/extensions" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/rules" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/notes" + "related": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/data_elements", - "environments": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/environments", - "extensions": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/extensions", - "rules": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c/rules", - "self": "https://reactor.adobe.io/properties/PR995df47a0c0642c7a6c638dc745e920c" + "data_elements": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/data_elements", + "environments": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/environments", + "extensions": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/extensions", + "rules": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86/rules", + "self": "https://reactor.adobe.io/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86" }, "meta": { "rights": [ @@ -314382,7 +328825,7 @@ }, { "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/PR995df47a0c0642c7a6c638dc745e920c", + "endpoint": "/properties/PR3103b84f3c4a4ceca214ce7f21cc4b86", "method": "DELETE", "request": null, "response": null, @@ -314426,21 +328869,21 @@ }, "response": { "data": { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:43.637Z", + "created_at": "2022-02-04T21:24:42.048Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:43.637Z", + "updated_at": "2022-02-04T21:24:42.048Z", "platform": "edge", "development": false, - "token": "81a2c4fd0052" + "token": "6662b63654cb" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/company" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -314449,52 +328892,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/callbacks" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/hosts" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/environments" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/libraries" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/data_elements" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/extensions" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/rules" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/notes" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/environments", - "extensions": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/extensions", - "rules": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/rules", - "self": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac" + "data_elements": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules", + "self": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111" }, "meta": { "rights": [ @@ -314513,7 +328956,7 @@ }, { "name": "secrets.list_notes_for_a_secret", - "endpoint": "/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/hosts", + "endpoint": "/properties/PRe94fe085f10544a1afafed137de96111/hosts", "method": "POST", "request": { "data": { @@ -314526,33 +328969,33 @@ }, "response": { "data": { - "id": "HT592a55a2baf54f9ca53265675df0adff", + "id": "HTe7936b4106344e39b38b681c55f92b10", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:48.913Z", + "created_at": "2022-02-04T21:24:47.349Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:48.913Z", + "updated_at": "2022-02-04T21:24:47.349Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT592a55a2baf54f9ca53265675df0adff/property" + "related": "https://reactor.adobe.io/hosts/HTe7936b4106344e39b38b681c55f92b10/property" }, "data": { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac", - "self": "https://reactor.adobe.io/hosts/HT592a55a2baf54f9ca53265675df0adff" + "property": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111", + "self": "https://reactor.adobe.io/hosts/HTe7936b4106344e39b38b681c55f92b10" } } }, @@ -314572,7 +329015,7 @@ "relationships": { "host": { "data": { - "id": "HT592a55a2baf54f9ca53265675df0adff", + "id": "HTe7936b4106344e39b38b681c55f92b10", "type": "hosts" } } @@ -314582,72 +329025,72 @@ }, "response": { "data": { - "id": "EN58679e7830b740fd9363137273e3ef5e", + "id": "EN01c69b55183a41348533cec046caaf49", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:49.001Z", - "library_path": "17e0df72ece8/81a2c4fd0052", - "library_name": "launch-679a64a26324-development.min.js", + "created_at": "2022-02-04T21:24:47.490Z", + "library_path": "17e0df72ece8/6662b63654cb", + "library_name": "launch-c0ec45460261-development.min.js", "library_entry_points": [ { - "library_name": "launch-679a64a26324-development.min.js", + "library_name": "launch-c0ec45460261-development.min.js", "minified": true, "references": [ - "17e0df72ece8/81a2c4fd0052/launch-679a64a26324-development.min.js" + "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.min.js" ], - "license_path": "17e0df72ece8/81a2c4fd0052/launch-679a64a26324-development.js" + "license_path": "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.js" }, { - "library_name": "launch-679a64a26324-development.js", + "library_name": "launch-c0ec45460261-development.js", "minified": false, "references": [ - "17e0df72ece8/81a2c4fd0052/launch-679a64a26324-development.js" + "17e0df72ece8/6662b63654cb/launch-c0ec45460261-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:49.001Z", + "updated_at": "2022-02-04T21:24:47.490Z", "status": "succeeded", - "token": "679a64a26324" + "token": "c0ec45460261" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/library" + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/builds" + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/host", - "self": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/relationships/host" + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/host", + "self": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/relationships/host" }, "data": { - "id": "HT592a55a2baf54f9ca53265675df0adff", + "id": "HTe7936b4106344e39b38b681c55f92b10", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e/property" + "related": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49/property" }, "data": { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac", - "self": "https://reactor.adobe.io/environments/EN58679e7830b740fd9363137273e3ef5e" + "property": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111", + "self": "https://reactor.adobe.io/environments/EN01c69b55183a41348533cec046caaf49" }, "meta": { "archive_encrypted": false @@ -314673,7 +329116,7 @@ "relationships": { "environment": { "data": { - "id": "EN58679e7830b740fd9363137273e3ef5e", + "id": "EN01c69b55183a41348533cec046caaf49", "type": "environments" } } @@ -314683,11 +329126,11 @@ }, "response": { "data": { - "id": "SE4b511fccc1544c6e9290aff43004196d", + "id": "SE1d11c16679e545d68456adb495d351ed", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:49.139Z", - "updated_at": "2021-10-05T19:20:49.139Z", + "created_at": "2022-02-04T21:24:47.680Z", + "updated_at": "2022-02-04T21:24:47.680Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -314700,19 +329143,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/property" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/property" }, "data": { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/environment" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/environment" }, "data": { - "id": "EN58679e7830b740fd9363137273e3ef5e", + "id": "EN01c69b55183a41348533cec046caaf49", "type": "environments" }, "meta": { @@ -314721,18 +329164,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/notes" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/data_elements" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d", - "property": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d/property" + "self": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", + "property": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed/property" } } }, @@ -314753,28 +329196,28 @@ }, "response": { "data": { - "id": "NTdf5584a69dfa4a9ea742828b2f67c01c", + "id": "NTae3bbbe8515e4e85beab562b388b7d34", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:20:49.220Z", + "created_at": "2022-02-04T21:24:47.814Z", "text": "this is a secret note" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed" }, "data": { - "id": "SE4b511fccc1544c6e9290aff43004196d", + "id": "SE1d11c16679e545d68456adb495d351ed", "type": "secrets" } } }, "links": { - "resource": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d", - "self": "https://reactor.adobe.io/notes/NTdf5584a69dfa4a9ea742828b2f67c01c" + "resource": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", + "self": "https://reactor.adobe.io/notes/NTae3bbbe8515e4e85beab562b388b7d34" } } }, @@ -314789,28 +329232,28 @@ "response": { "data": [ { - "id": "NTdf5584a69dfa4a9ea742828b2f67c01c", + "id": "NTae3bbbe8515e4e85beab562b388b7d34", "type": "notes", "attributes": { "author_display_name": "George Ciltaru", "author_email": "ciltaru@adobe.com", - "created_at": "2021-10-05T19:20:49.220Z", + "created_at": "2022-02-04T21:24:47.814Z", "text": "this is a secret note" }, "relationships": { "resource": { "links": { - "related": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d" + "related": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed" }, "data": { - "id": "SE4b511fccc1544c6e9290aff43004196d", + "id": "SE1d11c16679e545d68456adb495d351ed", "type": "secrets" } } }, "links": { - "resource": "https://reactor.adobe.io/secrets/SE4b511fccc1544c6e9290aff43004196d", - "self": "https://reactor.adobe.io/notes/NTdf5584a69dfa4a9ea742828b2f67c01c" + "resource": "https://reactor.adobe.io/secrets/SE1d11c16679e545d68456adb495d351ed", + "self": "https://reactor.adobe.io/notes/NTae3bbbe8515e4e85beab562b388b7d34" } } ], @@ -314841,7 +329284,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -314914,7 +329357,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -314981,21 +329424,21 @@ "response": { "data": [ { - "id": "PR07782b19f8a74ada9184e1c94ea1c3ac", + "id": "PRe94fe085f10544a1afafed137de96111", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:43.637Z", + "created_at": "2022-02-04T21:24:42.048Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:43.637Z", + "updated_at": "2022-02-04T21:24:42.048Z", "platform": "edge", "development": false, - "token": "81a2c4fd0052" + "token": "6662b63654cb" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/company" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315004,52 +329447,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/callbacks" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/hosts" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/environments" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/libraries" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/data_elements" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/extensions" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/rules" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/notes" + "related": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/data_elements", - "environments": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/environments", - "extensions": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/extensions", - "rules": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac/rules", - "self": "https://reactor.adobe.io/properties/PR07782b19f8a74ada9184e1c94ea1c3ac" + "data_elements": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/data_elements", + "environments": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/environments", + "extensions": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/extensions", + "rules": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111/rules", + "self": "https://reactor.adobe.io/properties/PRe94fe085f10544a1afafed137de96111" }, "meta": { "rights": [ @@ -315078,7 +329521,7 @@ }, { "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PR07782b19f8a74ada9184e1c94ea1c3ac", + "endpoint": "/properties/PRe94fe085f10544a1afafed137de96111", "method": "DELETE", "request": null, "response": null, @@ -315122,21 +329565,21 @@ }, "response": { "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:49.961Z", + "created_at": "2022-02-04T21:24:48.693Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:49.961Z", + "updated_at": "2022-02-04T21:24:48.693Z", "platform": "edge", "development": false, - "token": "9a5115dce464" + "token": "b86df85220aa" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/company" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315145,52 +329588,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/callbacks" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/hosts" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/environments" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/libraries" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/data_elements" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/extensions" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/rules" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/notes" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/environments", - "extensions": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/extensions", - "rules": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/rules", - "self": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85" + "data_elements": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments", + "extensions": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions", + "rules": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules", + "self": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c" }, "meta": { "rights": [ @@ -315209,7 +329652,7 @@ }, { "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PRd7ed8859a1904432b706079075adee85/hosts", + "endpoint": "/properties/PR182c30e79d0a430b884423ae8e39778c/hosts", "method": "POST", "request": { "data": { @@ -315222,33 +329665,33 @@ }, "response": { "data": { - "id": "HT15eab6836f4841d7a67e1ccb5324dad5", + "id": "HT5e03c0fe355d4be399253c009718e483", "type": "hosts", "attributes": { - "created_at": "2021-10-05T19:20:55.203Z", + "created_at": "2022-02-04T21:24:53.947Z", "server": null, "name": "Managed by Adobe", "path": null, "port": null, "status": "succeeded", "type_of": "cloudflare_worker", - "updated_at": "2021-10-05T19:20:55.203Z", + "updated_at": "2022-02-04T21:24:53.947Z", "username": null }, "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/hosts/HT15eab6836f4841d7a67e1ccb5324dad5/property" + "related": "https://reactor.adobe.io/hosts/HT5e03c0fe355d4be399253c009718e483/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "self": "https://reactor.adobe.io/hosts/HT15eab6836f4841d7a67e1ccb5324dad5" + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "self": "https://reactor.adobe.io/hosts/HT5e03c0fe355d4be399253c009718e483" } } }, @@ -315268,7 +329711,7 @@ "relationships": { "host": { "data": { - "id": "HT15eab6836f4841d7a67e1ccb5324dad5", + "id": "HT5e03c0fe355d4be399253c009718e483", "type": "hosts" } } @@ -315278,72 +329721,72 @@ }, "response": { "data": { - "id": "EN5870610e8d2148609bff2bfa665a5479", + "id": "EN7f374a0a413a4313834cf42a0900d6b4", "type": "environments", "attributes": { "archive": false, - "created_at": "2021-10-05T19:20:55.300Z", - "library_path": "17e0df72ece8/9a5115dce464", - "library_name": "launch-9337a2f2899d-development.min.js", + "created_at": "2022-02-04T21:24:54.127Z", + "library_path": "17e0df72ece8/b86df85220aa", + "library_name": "launch-5c575e8b486d-development.min.js", "library_entry_points": [ { - "library_name": "launch-9337a2f2899d-development.min.js", + "library_name": "launch-5c575e8b486d-development.min.js", "minified": true, "references": [ - "17e0df72ece8/9a5115dce464/launch-9337a2f2899d-development.min.js" + "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.min.js" ], - "license_path": "17e0df72ece8/9a5115dce464/launch-9337a2f2899d-development.js" + "license_path": "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.js" }, { - "library_name": "launch-9337a2f2899d-development.js", + "library_name": "launch-5c575e8b486d-development.js", "minified": false, "references": [ - "17e0df72ece8/9a5115dce464/launch-9337a2f2899d-development.js" + "17e0df72ece8/b86df85220aa/launch-5c575e8b486d-development.js" ] } ], "name": "Development Environment A", "path": null, "stage": "development", - "updated_at": "2021-10-05T19:20:55.300Z", + "updated_at": "2022-02-04T21:24:54.127Z", "status": "succeeded", - "token": "9337a2f2899d" + "token": "5c575e8b486d" }, "relationships": { "library": { "links": { - "related": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/library" + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/library" }, "data": null }, "builds": { "links": { - "related": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/builds" + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/builds" } }, "host": { "links": { - "related": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/host", - "self": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/relationships/host" + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/host", + "self": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/relationships/host" }, "data": { - "id": "HT15eab6836f4841d7a67e1ccb5324dad5", + "id": "HT5e03c0fe355d4be399253c009718e483", "type": "hosts" } }, "property": { "links": { - "related": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479/property" + "related": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "self": "https://reactor.adobe.io/environments/EN5870610e8d2148609bff2bfa665a5479" + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "self": "https://reactor.adobe.io/environments/EN7f374a0a413a4313834cf42a0900d6b4" }, "meta": { "archive_encrypted": false @@ -315369,7 +329812,7 @@ "relationships": { "environment": { "data": { - "id": "EN5870610e8d2148609bff2bfa665a5479", + "id": "EN7f374a0a413a4313834cf42a0900d6b4", "type": "environments" } } @@ -315379,11 +329822,11 @@ }, "response": { "data": { - "id": "SEdea8694473a148dea1486f894a978689", + "id": "SE83d72ccf0c974f709459ca84c938c964", "type": "secrets", "attributes": { - "created_at": "2021-10-05T19:20:55.437Z", - "updated_at": "2021-10-05T19:20:55.437Z", + "created_at": "2022-02-04T21:24:54.366Z", + "updated_at": "2022-02-04T21:24:54.366Z", "name": "Example Secret", "type_of": "token", "activated_at": null, @@ -315396,19 +329839,19 @@ "relationships": { "property": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/property" + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } }, "environment": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/environment" + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/environment" }, "data": { - "id": "EN5870610e8d2148609bff2bfa665a5479", + "id": "EN7f374a0a413a4313834cf42a0900d6b4", "type": "environments" }, "meta": { @@ -315417,18 +329860,18 @@ }, "notes": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/notes" + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/notes" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/data_elements" + "related": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/data_elements" } } }, "links": { - "self": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689", - "property": "https://reactor.adobe.io/secrets/SEdea8694473a148dea1486f894a978689/property" + "self": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964", + "property": "https://reactor.adobe.io/secrets/SE83d72ccf0c974f709459ca84c938c964/property" } } }, @@ -315443,10 +329886,10 @@ "response": { "data": [ { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions", "attributes": { - "created_at": "2021-10-05T19:20:50.002Z", + "created_at": "2022-02-04T21:24:48.728Z", "deleted_at": null, "dirty": false, "enabled": true, @@ -315454,7 +329897,7 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:20:50.002Z", + "updated_at": "2022-02-04T21:24:48.728Z", "delegate_descriptor_id": null, "display_name": "Core", "review_status": "unsubmitted", @@ -315464,40 +329907,40 @@ "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/libraries" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/revisions" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/notes" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/property" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/origin" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/origin" }, "data": { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/updated_with_extension_package" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/updated_with_extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -315506,7 +329949,7 @@ }, "extension_package": { "links": { - "related": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728/extension_package" + "related": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e/extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -315515,9 +329958,9 @@ } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "origin": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728", - "self": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728", + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "origin": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e", + "self": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e", "extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0", "latest_extension_package": "https://reactor.adobe.io/extension_packages/EPd0463ead2dbc45f5b74549cdc6d2bfc0" }, @@ -315548,12 +329991,12 @@ "attributes": { "name": "secret data element", "delegate_descriptor_id": "core::dataElements::secret", - "settings": "{\"secrets\":{\"development\":{\"id\":\"SEdea8694473a148dea1486f894a978689\",\"name\":\"my secret token\"}}}" + "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" }, "relationships": { "extension": { "data": { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions" } } @@ -315563,10 +330006,10 @@ }, "response": { "data": { - "id": "DEdcb920cb31ed43ae99cba59a4363e84a", + "id": "DE71964c95a1684d7a9374c54a15405f2d", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:20:55.704Z", + "created_at": "2022-02-04T21:24:54.868Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -315574,61 +330017,61 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:20:55.704Z", + "updated_at": "2022-02-04T21:24:54.868Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "core::dataElements::secret", "force_lower_case": false, "review_status": "unsubmitted", "storage_duration": null, - "settings": "{\"secrets\":{\"development\":{\"id\":\"SEdea8694473a148dea1486f894a978689\",\"name\":\"my secret token\"}}}" + "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/libraries" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/revisions" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/notes" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/property" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/origin" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/origin" }, "data": { - "id": "DEdcb920cb31ed43ae99cba59a4363e84a", + "id": "DE71964c95a1684d7a9374c54a15405f2d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/extension" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/extension" }, "data": { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -315637,19 +330080,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension" }, "data": { - "id": "EXa5858e6292cc462bbc084f5aa32b68da", + "id": "EX8f56ba47047445219f623fe3c9aa8a3a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "origin": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a", - "self": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a", - "extension": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728" + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "origin": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "self": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "extension": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e" }, "meta": { "latest_revision_number": 0 @@ -315667,10 +330110,10 @@ "response": { "data": [ { - "id": "DEdcb920cb31ed43ae99cba59a4363e84a", + "id": "DE71964c95a1684d7a9374c54a15405f2d", "type": "data_elements", "attributes": { - "created_at": "2021-10-05T19:20:55.704Z", + "created_at": "2022-02-04T21:24:54.868Z", "deleted_at": null, "dirty": true, "enabled": true, @@ -315678,61 +330121,61 @@ "published": false, "published_at": null, "revision_number": 0, - "updated_at": "2021-10-05T19:20:55.704Z", + "updated_at": "2022-02-04T21:24:54.868Z", "clean_text": false, "default_value": null, "delegate_descriptor_id": "core::dataElements::secret", "force_lower_case": false, "review_status": "unsubmitted", "storage_duration": null, - "settings": "{\"secrets\":{\"development\":{\"id\":\"SEdea8694473a148dea1486f894a978689\",\"name\":\"my secret token\"}}}" + "settings": "{\"secrets\":{\"development\":{\"id\":\"SE83d72ccf0c974f709459ca84c938c964\",\"name\":\"my secret token\"}}}" }, "relationships": { "libraries": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/libraries" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/libraries" } }, "revisions": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/revisions" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/revisions" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/notes" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/notes" } }, "property": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/property" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/property" }, "data": { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties" } }, "origin": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/origin" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/origin" }, "data": { - "id": "DEdcb920cb31ed43ae99cba59a4363e84a", + "id": "DE71964c95a1684d7a9374c54a15405f2d", "type": "data_elements" } }, "extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/extension" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/extension" }, "data": { - "id": "EX7fca264f791346dea4fd9ef93c9c2728", + "id": "EX0cf058759bd94b0197c1dc8d7d1c128e", "type": "extensions" } }, "updated_with_extension_package": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/updated_with_extension_package" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension_package" }, "data": { "id": "EPd0463ead2dbc45f5b74549cdc6d2bfc0", @@ -315741,19 +330184,19 @@ }, "updated_with_extension": { "links": { - "related": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a/updated_with_extension" + "related": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d/updated_with_extension" }, "data": { - "id": "EXa5858e6292cc462bbc084f5aa32b68da", + "id": "EX8f56ba47047445219f623fe3c9aa8a3a", "type": "extensions" } } }, "links": { - "property": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85", - "origin": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a", - "self": "https://reactor.adobe.io/data_elements/DEdcb920cb31ed43ae99cba59a4363e84a", - "extension": "https://reactor.adobe.io/extensions/EX7fca264f791346dea4fd9ef93c9c2728" + "property": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c", + "origin": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "self": "https://reactor.adobe.io/data_elements/DE71964c95a1684d7a9374c54a15405f2d", + "extension": "https://reactor.adobe.io/extensions/EX0cf058759bd94b0197c1dc8d7d1c128e" }, "meta": { "latest_revision_number": 0 @@ -315787,7 +330230,7 @@ "created_at": "2021-10-05T15:03:14.763Z", "name": "Reactor QE", "org_id": "08364A825824E04F0A494115@AdobeOrg", - "updated_at": "2021-10-05T18:01:40.925Z", + "updated_at": "2022-01-19T23:43:33.070Z", "token": "17e0df72ece8", "cjm_enabled": true, "edge_enabled": true, @@ -315854,21 +330297,21 @@ "response": { "data": [ { - "id": "PRd7ed8859a1904432b706079075adee85", + "id": "PR182c30e79d0a430b884423ae8e39778c", "type": "properties", "attributes": { - "created_at": "2021-10-05T19:20:49.961Z", + "created_at": "2022-02-04T21:24:48.693Z", "enabled": true, "name": "Kessel Edge Example Property", - "updated_at": "2021-10-05T19:20:49.961Z", + "updated_at": "2022-02-04T21:24:48.693Z", "platform": "edge", "development": false, - "token": "9a5115dce464" + "token": "b86df85220aa" }, "relationships": { "company": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/company" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/company" }, "data": { "id": "CO242a7461b61b4ce8831633b3e1dddcb9", @@ -315877,52 +330320,52 @@ }, "callbacks": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/callbacks" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/callbacks" } }, "hosts": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/hosts" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/hosts" } }, "environments": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/environments" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments" } }, "libraries": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/libraries" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/libraries" } }, "data_elements": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/data_elements" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements" } }, "extensions": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/extensions" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions" } }, "rules": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/rules" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules" } }, "notes": { "links": { - "related": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/notes" + "related": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/notes" } } }, "links": { "company": "https://reactor.adobe.io/companies/CO242a7461b61b4ce8831633b3e1dddcb9", - "data_elements": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/data_elements", - "environments": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/environments", - "extensions": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/extensions", - "rules": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85/rules", - "self": "https://reactor.adobe.io/properties/PRd7ed8859a1904432b706079075adee85" + "data_elements": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/data_elements", + "environments": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/environments", + "extensions": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/extensions", + "rules": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c/rules", + "self": "https://reactor.adobe.io/properties/PR182c30e79d0a430b884423ae8e39778c" }, "meta": { "rights": [ @@ -315951,7 +330394,7 @@ }, { "name": "secrets.list_data_elements_for_a_secret", - "endpoint": "/properties/PRd7ed8859a1904432b706079075adee85", + "endpoint": "/properties/PR182c30e79d0a430b884423ae8e39778c", "method": "DELETE", "request": null, "response": null, @@ -315975,10 +330418,14 @@ "key_type": { "enum": [ "p8_file", - "fcm_v1" + "fcm_v1", + null ], "required": "false", - "type": "string" + "type": [ + "string", + "null" + ] }, "messaging_service": { "enum": [ @@ -316047,7 +330494,10 @@ } }, "required": "false", - "type": "object" + "type": [ + "object", + "null" + ] } } ] @@ -316063,10 +330513,14 @@ "key_type": { "enum": [ "p8_file", - "fcm_v1" + "fcm_v1", + null ], - "required": "true", - "type": "string" + "required": "false", + "type": [ + "string", + "null" + ] }, "messaging_service": { "enum": [ @@ -316134,8 +330588,33 @@ "type": "string" } }, + "required": "false", + "type": [ + "object", + "null" + ] + } + } + ] + ], + "app_surface.patch": [ + [ + { + "name": { + "minLength": 1, + "required": "false", + "type": "string" + } + } + ] + ], + "app_surface.post": [ + [ + { + "name": { + "minLength": 1, "required": "true", - "type": "object" + "type": "string" } } ] @@ -317365,6 +331844,16 @@ "http_status": 409, "title": "Record Not Unique" }, + { + "code": "provisioning-error", + "description": "An unexpected error occurred. You should contact Customer Care to complete provisioning.", + "detail": "Provisioning error - please contact Customer Care to complete provisioning", + "http_status": 500, + "sample_details": [ + "NA" + ], + "title": "Provisioning Error" + }, { "code": "public-release-not-authorized", "description": "Public release of extensions is coordinated by launch-ext-dev@adobe.com.", @@ -317433,6 +331922,16 @@ "detail": "The authorization failed for the provided client_id and client_secret. Please check your credentials.", "title": "Secret Unauthorized Error" }, + { + "code": "server-side-deployment-error", + "description": "An unexpected error occurred. You can try again later or give Customer Care a call and explain what you were doing when it happened.", + "detail": "Server Side Deployment Error - please try again later or contact Customer Care", + "http_status": 500, + "sample_details": [ + "NA" + ], + "title": "Server Side Deployment Error" + }, { "code": "session-timeout", "description": "The user session has expired. Please log out and log in again.", @@ -317528,6 +332027,16 @@ ], "title": "Unsupported Custom Code Language" }, + { + "code": "unsupported-ecma-version", + "description": "The library modules contain code written in an ECMAScript version that is not supported.", + "detail": "Code using an unsupported ECMAScript version was detected", + "http_status": 409, + "sample_details": [ + "NA" + ], + "title": "Unsupported ECMA Version" + }, { "code": "upgraded-extension-required", "description": "Once you've installed an extension upgrade, you must include it in all Libraries until the upgrade gets to Production. The only exception is if the extension has not been published yet.", @@ -317558,6 +332067,11 @@ "name", "platform" ], + "app_surface": [ + "created_at", + "updated_at", + "name" + ], "audit_event": [ "created_at", "updated_at", @@ -318965,6 +333479,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -319085,6 +333606,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -323264,6 +337786,361 @@ ], "additionalProperties": false }, + "fixtures/app_surface.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the app surface.", + "type": "string" + } + }, + "required": [ + "created_at", + "updated_at", + "name" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, "fixtures/company.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -323673,6 +338550,112 @@ ], "additionalProperties": false }, + "fixtures/app_surface_app_configurations.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_configurations" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/app_configurations" + }, + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/relationships/app_configurations" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/app_configuration_app_surfaces.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/app_surfaces" + }, + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/relationships/app_surfaces" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, "fixtures/audit_events.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -327193,10 +342176,14 @@ ] }, "key_type": { - "type": "string", + "type": [ + "string", + "null" + ], "enum": [ "fcm_v1", - "p8_file" + "p8_file", + null ] } }, @@ -327206,8 +342193,7 @@ "app_id", "name", "platform", - "messaging_service", - "key_type" + "messaging_service" ], "additionalProperties": false }, @@ -327374,6 +342360,140 @@ } ], "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false } }, "required": [ @@ -331046,6 +346166,235 @@ ], "additionalProperties": false }, + "fixtures/icon.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "url": { + "type": "string" + }, + "status": { + "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "url", + "status" + ], + "additionalProperties": false + }, + "meta": { + "type": [ + "object" + ], + "properties": { + "status_details": { + "type": [ + "null", + "object" + ] + } + } + }, + "id": { + "type": "string", + "pattern": "IC[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/icons/IC[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(app_configurations/AC|app_surfaces/AS)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "icons" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, "fixtures/extensions.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -332334,10 +347683,14 @@ ] }, "key_type": { - "type": "string", + "type": [ + "string", + "null" + ], "enum": [ "fcm_v1", - "p8_file" + "p8_file", + null ] } }, @@ -332347,8 +347700,7 @@ "app_id", "name", "platform", - "messaging_service", - "key_type" + "messaging_service" ], "additionalProperties": false }, @@ -332515,6 +347867,140 @@ } ], "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false } }, "required": [ @@ -339783,7 +355269,275 @@ ], "additionalProperties": false }, - "rule_components": { + "rule_components": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "revisions": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "origin": { "type": "object", "properties": { "links": { @@ -339917,7 +355671,7 @@ ], "additionalProperties": false }, - "revisions": { + "property": { "type": "object", "properties": { "links": { @@ -340051,7 +355805,7 @@ ], "additionalProperties": false }, - "origin": { + "notes": { "type": "object", "properties": { "links": { @@ -340184,7 +355938,189 @@ } ], "additionalProperties": false + } + }, + "required": [ + "libraries", + "rule_components", + "revisions" + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/library_resource.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "(?:RL|EX|DE)[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "data_elements", + "extensions", + "rules" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/resources" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/resources" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/host.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "server": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": "string", + "minLength": 1 + }, + "path": { + "type": [ + "null", + "string" + ] + }, + "port": { + "type": [ + "null", + "integer" + ] + }, + "status": { + "type": "string", + "enum": [ + "pending", + "succeeded", + "failed" + ] + }, + "type_of": { + "type": "string", + "enum": [ + "akamai", + "sftp", + "cloudflare_worker" + ] + }, + "username": { + "type": [ + "null", + "string" + ] + }, + "updated_at": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "created_at", + "server", + "name", + "path", + "port", + "status", + "type_of", + "updated_at", + "username" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "HT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/hosts/HT[a-zA-Z0-9]{32}" }, + "property": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "self", + "property" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { "property": { "type": "object", "properties": { @@ -340318,8 +356254,148 @@ } ], "additionalProperties": false + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "hosts" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/server_side_usage.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "event_count": { + "type": "number" }, - "notes": { + "egress_event_count": { + "type": "number" + }, + "egress_event_success_count": { + "type": "number" + }, + "egress_event_failure_count": { + "type": "number" + }, + "ingress_event_count": { + "type": "number" + }, + "ingress_event_success_count": { + "type": "number" + }, + "ingress_event_failure_count": { + "type": "number" + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "egress_event_count", + "egress_event_failure_count", + "egress_event_success_count", + "event_count", + "ingress_event_count", + "ingress_event_failure_count", + "ingress_event_success_count", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "server_side_usages" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/app_surface.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the app surface.", + "type": "string" + } + }, + "required": [ + "created_at", + "updated_at", + "name" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { "type": "object", "properties": { "links": { @@ -340452,190 +356528,8 @@ } ], "additionalProperties": false - } - }, - "required": [ - "libraries", - "rule_components", - "revisions" - ], - "additionalProperties": false - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "relationships", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/library_resource.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "(?:RL|EX|DE)[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "data_elements", - "extensions", - "rules" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - } - }, - "minItems": 0 - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/resources" - }, - "self": { - "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/resources" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, - "fixtures/_models/host.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "created_at": { - "type": "string", - "format": "date-time" - }, - "server": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": "string", - "minLength": 1 - }, - "path": { - "type": [ - "null", - "string" - ] - }, - "port": { - "type": [ - "null", - "integer" - ] - }, - "status": { - "type": "string", - "enum": [ - "pending", - "succeeded", - "failed" - ] - }, - "type_of": { - "type": "string", - "enum": [ - "akamai", - "sftp", - "cloudflare_worker" - ] - }, - "username": { - "type": [ - "null", - "string" - ] - }, - "updated_at": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "created_at", - "server", - "name", - "path", - "port", - "status", - "type_of", - "updated_at", - "username" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "HT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/hosts/HT[a-zA-Z0-9]{32}" }, - "property": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "self", - "property" - ], - "additionalProperties": false - }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, - "relationships": { - "type": "object", - "properties": { - "property": { + "icon": { "type": "object", "properties": { "links": { @@ -340771,13 +356665,13 @@ } }, "required": [ - "property" + "company" ] }, "type": { "type": "string", "enum": [ - "hosts" + "app_surfaces" ] } }, @@ -340789,69 +356683,6 @@ ], "additionalProperties": false }, - "fixtures/_models/server_side_usage.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "event_count": { - "type": "number" - }, - "egress_event_count": { - "type": "number" - }, - "egress_event_success_count": { - "type": "number" - }, - "egress_event_failure_count": { - "type": "number" - }, - "ingress_event_count": { - "type": "number" - }, - "ingress_event_success_count": { - "type": "number" - }, - "ingress_event_failure_count": { - "type": "number" - }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "egress_event_count", - "egress_event_failure_count", - "egress_event_success_count", - "event_count", - "ingress_event_count", - "ingress_event_failure_count", - "ingress_event_success_count", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "server_side_usages" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - }, "fixtures/_models/company.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -341238,6 +357069,59 @@ ], "additionalProperties": false }, + "fixtures/_models/app_surface_app_configurations.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_configurations" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/app_configurations" + }, + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}/relationships/app_configurations" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, "fixtures/_models/_search/rule.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -345762,6 +361646,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -345881,6 +361772,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -351403,6 +367295,59 @@ ], "additionalProperties": false }, + "fixtures/_models/app_configuration_app_surfaces.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/app_surfaces" + }, + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}/relationships/app_surfaces" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, "fixtures/_models/resources_libraries.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -351777,82 +367722,580 @@ } ], "additionalProperties": false - } - }, - "required": [ - "property" - ] - }, - "type": { - "type": "string", - "enum": [ - "callbacks" - ] - } - }, - "required": [ - "attributes", - "id", - "links", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/note.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { - "author_display_name": { - "type": "string" - }, - "author_email": { - "type": "string" - }, - "created_at": { - "type": "string", - "format": "date-time" - }, - "text": { - "description": "Content of the note", - "type": "string" - } - }, - "required": [ - "author_display_name", - "author_email", - "text" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "NT[a-zA-Z0-9]{32}" - }, - "links": { - "type": "object", - "properties": { - "self": { - "type": "string", - "pattern": "/notes/NT[a-zA-Z0-9]{32}" + } + }, + "required": [ + "property" + ] + }, + "type": { + "type": "string", + "enum": [ + "callbacks" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/note.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "author_display_name": { + "type": "string" + }, + "author_email": { + "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" + }, + "text": { + "description": "Content of the note", + "type": "string" + } + }, + "required": [ + "author_display_name", + "author_email", + "text" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "NT[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/notes/NT[a-zA-Z0-9]{32}" + }, + "resource": { + "type": "string", + "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL|secrets/SE)[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "resource" + ], + "additionalProperties": false + }, + "relationships": { + "type": "object", + "properties": { + "resource": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + + ], + "additionalProperties": false + }, + "type": { + "type": "string", + "enum": [ + "notes" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "relationships", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/library_rule.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "RL[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "rules" + ] + }, + "required": [ + "id", + "type" + ], + "additionalProperties": false + } + }, + "minItems": 0 + }, + "links": { + "type": "object", + "properties": { + "related": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/rules" + }, + "self": { + "type": "string", + "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/rules" + } + }, + "required": [ + "related", + "self" + ], + "additionalProperties": false + } + }, + "required": [ + "data", + "links" + ], + "additionalProperties": false + }, + "fixtures/_models/edge_usage_metric.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "hits": { + "type": "array", + "items": { + "type": "object", + "properties": { + "egress_count": { + "type": "number" + }, + "egress_failed_count": { + "type": "number" + }, + "egress_succeeded_count": { + "type": "number" + }, + "ingress_count": { + "type": "number" + }, + "total_count": { + "type": "number" + } + }, + "required": [ + "egress_count", + "egress_failed_count", + "egress_succeeded_count", + "ingress_count", + "total_count" + ], + "additionalProperties": false + } + }, + "timestamp": { + "type": "string", + "format": "date-time" + } + }, + "required": [ + "hits", + "timestamp" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" + }, + "type": { + "type": "string", + "enum": [ + "edge_usage_metrics" + ] + } + }, + "required": [ + "attributes", + "id", + "type" + ], + "additionalProperties": false + }, + "fixtures/_models/app_configuration.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "app_id": { + "description": "The third party id of the application", + "type": "string" + }, + "name": { + "description": "Name of the app configuration.", + "type": "string" + }, + "platform": { + "type": "string", + "enum": [ + "mobile" + ] + }, + "messaging_service": { + "type": "string", + "enum": [ + "fcm", + "apns" + ] + }, + "key_type": { + "type": [ + "string", + "null" + ], + "enum": [ + "fcm_v1", + "p8_file", + null + ] + } + }, + "required": [ + "created_at", + "updated_at", + "app_id", + "name", + "platform", + "messaging_service" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AC[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false }, - "resource": { - "type": "string", - "pattern": "/(data_elements/DE|extensions/EX|libraries/LB|properties/PR|rule_components/RC|rules/RL|secrets/SE)[a-zA-Z0-9]{32}" - } - }, - "required": [ - "self", - "resource" - ], - "additionalProperties": false - }, - "relationships": { - "type": "object", - "properties": { - "resource": { + "icon": { "type": "object", "properties": { "links": { @@ -351988,14 +368431,13 @@ } }, "required": [ - - ], - "additionalProperties": false + "company" + ] }, "type": { "type": "string", "enum": [ - "notes" + "app_configurations" ] } }, @@ -352003,49 +368445,44 @@ "attributes", "id", "links", - "relationships", "type" ], "additionalProperties": false }, - "fixtures/_models/library_rule.json": { + "fixtures/_models/environment_host.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "RL[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "rules" - ] - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false + "type": "object", + "properties": { + "id": { + "type": "string", + "pattern": "HT[a-zA-Z0-9]{32}" + }, + "type": { + "type": "string", + "enum": [ + "hosts" + ] } }, - "minItems": 0 + "required": [ + "id", + "type" + ], + "additionalProperties": false }, "links": { "type": "object", "properties": { "related": { "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/rules" + "pattern": "/environments/EN[a-zA-Z0-9]{32}/host" }, "self": { "type": "string", - "pattern": "/libraries/LB[a-zA-Z0-9]{32}/relationships/rules" + "pattern": "/environments/EN[a-zA-Z0-9]{32}/relationships/host" } }, "required": [ @@ -352061,80 +368498,19 @@ ], "additionalProperties": false }, - "fixtures/_models/edge_usage_metric.json": { + "fixtures/_models/icon.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "attributes": { "type": "object", "properties": { - "hits": { - "type": "array", - "items": { - "type": "object", - "properties": { - "egress_count": { - "type": "number" - }, - "egress_failed_count": { - "type": "number" - }, - "egress_succeeded_count": { - "type": "number" - }, - "ingress_count": { - "type": "number" - }, - "total_count": { - "type": "number" - } - }, - "required": [ - "egress_count", - "egress_failed_count", - "egress_succeeded_count", - "ingress_count", - "total_count" - ], - "additionalProperties": false - } + "url": { + "type": "string" + }, + "status": { + "type": "string" }, - "timestamp": { - "type": "string", - "format": "date-time" - } - }, - "required": [ - "hits", - "timestamp" - ], - "additionalProperties": false - }, - "id": { - "type": "string", - "pattern": "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" - }, - "type": { - "type": "string", - "enum": [ - "edge_usage_metrics" - ] - } - }, - "required": [ - "attributes", - "id", - "type" - ], - "additionalProperties": false - }, - "fixtures/_models/app_configuration.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "attributes": { - "type": "object", - "properties": { "created_at": { "type": "string", "format": "date-time" @@ -352142,78 +368518,53 @@ "updated_at": { "type": "string", "format": "date-time" - }, - "app_id": { - "description": "The third party id of the application", - "type": "string" - }, - "name": { - "description": "Name of the app configuration.", - "type": "string" - }, - "platform": { - "type": "string", - "enum": [ - "mobile" - ] - }, - "messaging_service": { - "type": "string", - "enum": [ - "fcm", - "apns" - ] - }, - "key_type": { - "type": "string", - "enum": [ - "fcm_v1", - "p8_file" - ] } }, "required": [ - "created_at", - "updated_at", - "app_id", - "name", - "platform", - "messaging_service", - "key_type" + "url", + "status" ], "additionalProperties": false }, + "meta": { + "type": [ + "object" + ], + "properties": { + "status_details": { + "type": [ + "null", + "object" + ] + } + } + }, "id": { "type": "string", - "pattern": "AC[a-zA-Z0-9]{32}" + "pattern": "IC[a-zA-Z0-9]{32}" }, "links": { "type": "object", "properties": { "self": { "type": "string", - "pattern": "/app_configurations/AC[a-zA-Z0-9]{32}" + "pattern": "/icons/IC[a-zA-Z0-9]{32}" }, - "company": { + "resource": { "type": "string", - "pattern": "/companies/CO[a-zA-Z0-9]{32}" + "pattern": "/(app_configurations/AC|app_surfaces/AS)[a-zA-Z0-9]{32}" } }, "required": [ "self", - "company" + "resource" ], "additionalProperties": false }, - "meta": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "description": "Single level mapping from string keys to string values." - }, "relationships": { "type": "object", "properties": { - "company": { + "resource": { "type": "object", "properties": { "links": { @@ -352348,14 +368699,12 @@ "additionalProperties": false } }, - "required": [ - "company" - ] + "additionalProperties": false }, "type": { "type": "string", "enum": [ - "app_configurations" + "icons" ] } }, @@ -352363,59 +368712,11 @@ "attributes", "id", "links", + "relationships", "type" ], "additionalProperties": false }, - "fixtures/_models/environment_host.json": { - "$schema": "http://json-schema.org/draft-04/schema#", - "type": "object", - "properties": { - "data": { - "type": "object", - "properties": { - "id": { - "type": "string", - "pattern": "HT[a-zA-Z0-9]{32}" - }, - "type": { - "type": "string", - "enum": [ - "hosts" - ] - } - }, - "required": [ - "id", - "type" - ], - "additionalProperties": false - }, - "links": { - "type": "object", - "properties": { - "related": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}/host" - }, - "self": { - "type": "string", - "pattern": "/environments/EN[a-zA-Z0-9]{32}/relationships/host" - } - }, - "required": [ - "related", - "self" - ], - "additionalProperties": false - } - }, - "required": [ - "data", - "links" - ], - "additionalProperties": false - }, "fixtures/_models/properties_data.json": { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", @@ -355289,6 +371590,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -355409,6 +371717,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -363278,6 +379587,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -363398,6 +379714,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -373133,6 +389450,13 @@ "string" ] }, + "ecma_version": { + "description": "ECMAScript version used in the JS files.", + "type": [ + "null", + "string" + ] + }, "events": { "description": "Available Event Delegates", "type": [ @@ -373252,6 +389576,7 @@ "created_at", "data_elements", "display_name", + "ecma_version", "events", "exchange_url", "name", @@ -382331,6 +398656,473 @@ ], "additionalProperties": false }, + "fixtures/app_surfaces.json": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "properties": { + "attributes": { + "type": "object", + "properties": { + "created_at": { + "type": "string", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "format": "date-time" + }, + "name": { + "description": "Name of the app surface.", + "type": "string" + } + }, + "required": [ + "created_at", + "updated_at", + "name" + ], + "additionalProperties": false + }, + "id": { + "type": "string", + "pattern": "AS[a-zA-Z0-9]{32}" + }, + "links": { + "type": "object", + "properties": { + "self": { + "type": "string", + "pattern": "/app_surfaces/AS[a-zA-Z0-9]{32}" + }, + "company": { + "type": "string", + "pattern": "/companies/CO[a-zA-Z0-9]{32}" + } + }, + "required": [ + "self", + "company" + ], + "additionalProperties": false + }, + "meta": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "object", + "description": "Single level mapping from string keys to string values." + }, + "relationships": { + "type": "object", + "properties": { + "company": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + }, + "icon": { + "type": "object", + "properties": { + "links": { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + "data": { + "description": "Member, whose value represents \"resource linkage\".", + "oneOf": [ + { + "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", + "anyOf": [ + { + "description": "Describes an empty to-one relationship.", + "type": "null" + }, + { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + } + ] + }, + { + "description": "An array of objects each containing \"type\" and \"id\" members for to-many relationships.", + "type": "array", + "items": { + "description": "The \"type\" and \"id\" to non-empty members.", + "type": "object", + "required": [ + "type", + "id" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": "string" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "additionalProperties": false + }, + "uniqueItems": true + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "anyOf": [ + { + "required": [ + "data" + ] + }, + { + "required": [ + "meta" + ] + }, + { + "required": [ + "links" + ] + } + ], + "additionalProperties": false + } + }, + "required": [ + "company" + ] + }, + "type": { + "type": "string", + "enum": [ + "app_surfaces" + ] + } + }, + "required": [ + "attributes", + "id", + "links", + "type" + ], + "additionalProperties": false + }, + "uniqueItems": true + }, + "links": { + "description": "Link members related to the primary data.", + "allOf": [ + { + "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", + "type": "object", + "properties": { + "self": { + "description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.", + "type": "string", + "format": "uri" + }, + "related": { + "description": "A link **MUST** be represented as either: a string containing the link's URL or a link object.", + "oneOf": [ + { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + { + "type": "object", + "required": [ + "href" + ], + "properties": { + "href": { + "description": "A string containing the link's URL.", + "type": "string", + "format": "uri" + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + } + }, + { + "type": "null" + } + ] + } + }, + "additionalProperties": true + }, + { + "pagination": { + "type": "object", + "properties": { + "first": { + "description": "The first page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "last": { + "description": "The last page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "prev": { + "description": "The previous page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + }, + "next": { + "description": "The next page of data", + "oneOf": [ + { + "type": "string", + "format": "uri" + }, + { + "type": "null" + } + ] + } + } + } + } + ] + }, + "meta": { + "description": "Non-standard meta-information that can not be represented as an attribute or relationship.", + "type": "object", + "additionalProperties": true + } + }, + "required": [ + "data" + ], + "additionalProperties": false + }, "fixtures/endpoints.json": [ { "path": "/companies", @@ -382416,4 +399208,4 @@ } ] } -} \ No newline at end of file +}