Skip to content

Instantly share code, notes, and snippets.

View zonzujiro's full-sized avatar

Ivan Tytarenko zonzujiro

View GitHub Profile
Index: packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts b/packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts
--- a/packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts (revision 80c27a686047e4655cac96f455607917f77ade6c)
+++ b/packages/thunderbolt-becky/src/carmi/apis/thunderboltAPIs.carmi.ts (date 1635402526543)
@@ -6,6 +6,7 @@
getNicknameToCompIdMap,
// This file was initially generated by Windows Terminal 1.2.2381.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
function Parent() {
this.name = 'Parent'
}
Parent.prototype.getName = function() {
return `Mr. ${this.name}`
}
function Child() {
Parent.apply(this);
import { EditorTypes } from '@wix/ecl-types';
const Translations = {
title: 'dbs_section_title',
};
export const AddressInputDBSMPanel: EditorTypes.IDBSMPanelfinition = {
height: 297,
sections: [
{
import { registerWixDataBindings } from 'wix/dbsm-sdk'
const viewerType = 'SelectionTags'
registerWixDataBindings(viewerType, (api: HostAPI) => {
return import('assets-server-url/selection-tags/dbsm.js);
})
export const MyComponentDesignPanelDef = {
title: TranslationKeys.layoutPanel.header,
helpId: 'fcea264b-9c44-449c-b4dc-abe32bf066b5',
customDesignHelpId: '634e6672-89cc-400e-b241-19a85624c352',
};
const processRequest = requestPromise => async dispatch => {
const result = async requestPromise()
if (isError(result)) {
dispatch(resetToken())
}
return result
}
export let axiosInstance = axios.create({
headers: { 'bearer': jwtToken }
})
export const updateInstance = newToken => {
const settings = {
...(newToken & { headers: { 'bearer': newToken } }),
baseUrl: 'google.com'
}
const state = {
translations: {
currentLocale: 'english',
english: {
mainPage: {
submitButton: 'Submit',
},
},
russian: {
mainPage: {
export let tzs = [
"Africa/Abidjan",
"Africa/Accra",
"Africa/Addis_Ababa",
"Africa/Algiers",
"Africa/Asmara",
"Africa/Bamako",
"Africa/Bangui",
"Africa/Banjul",
"Africa/Bissau",