@silexpert/core 1.0.182 → 1.0.184
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/Notification.d.ts +3 -0
- package/es/api/resources/Notification.d.ts.map +1 -1
- package/es/api/resources/Notification.js +7 -1
- package/es/api/resources/Notification.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +7 -7
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -1
- package/es/types/Enum/CommercialImportHeader.js +23 -16
- package/es/types/Enum/CommercialImportHeader.js.map +1 -1
- package/es/types/Enum/NotificationType.d.ts +14 -2
- package/es/types/Enum/NotificationType.d.ts.map +1 -1
- package/es/types/Enum/NotificationType.js +35 -5
- package/es/types/Enum/NotificationType.js.map +1 -1
- package/es/types/Interface/api/appNotification/Update.d.ts +5 -0
- package/es/types/Interface/api/appNotification/Update.d.ts.map +1 -0
- package/es/types/Interface/api/appNotification/Update.js +25 -0
- package/es/types/Interface/api/appNotification/Update.js.map +1 -0
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts +1 -1
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -1
- package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
- package/es/types/Interface/api/commercialImport/Query.d.ts +1 -1
- package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -1
- package/es/types/Interface/api/commercialImport/Query.js.map +1 -1
- package/es/types/Interface/api/commercialImport/Read.d.ts +2 -1
- package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -1
- package/es/types/Interface/api/commercialImport/Read.js.map +1 -1
- package/es/types/Interface/api/notification/CreateNotification.d.ts +2 -2
- package/es/types/Interface/api/notification/CreateNotification.d.ts.map +1 -1
- package/es/types/Interface/api/notification/CreateNotification.js +2 -2
- package/es/types/Interface/api/notification/CreateNotification.js.map +1 -1
- package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts +2 -2
- package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts.map +1 -1
- package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js +2 -2
- package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
- package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts +2 -2
- package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts.map +1 -1
- package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +2 -2
- package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
- package/es/types/Interface/models/IAppNotification.d.ts +20 -0
- package/es/types/Interface/models/IAppNotification.d.ts.map +1 -0
- package/es/types/Interface/models/IAppNotification.js +2 -0
- package/es/types/Interface/models/IAppNotification.js.map +1 -0
- package/es/types/Interface/models/IMobileNotificationLog.d.ts +2 -2
- package/es/types/Interface/models/IMobileNotificationLog.d.ts.map +1 -1
- package/es/types/Interface/models/IMobileNotificationLog.js.map +1 -1
- package/es/types/Interface/models/IMobileNotificationSetting.d.ts +2 -2
- package/es/types/Interface/models/IMobileNotificationSetting.d.ts.map +1 -1
- package/es/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
- package/es/types/index.d.ts +2 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Notification.js +7 -1
- package/js/api/resources/Notification.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +7 -7
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/CommercialImportHeader.js +23 -16
- package/js/types/Enum/CommercialImportHeader.js.map +1 -1
- package/js/types/Enum/NotificationType.js +35 -5
- package/js/types/Enum/NotificationType.js.map +1 -1
- package/js/types/Interface/api/appNotification/Update.js +24 -0
- package/js/types/Interface/api/appNotification/Update.js.map +1 -0
- package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
- package/js/types/Interface/api/commercialImport/Query.js.map +1 -1
- package/js/types/Interface/api/commercialImport/Read.js.map +1 -1
- package/js/types/Interface/api/notification/CreateNotification.js +1 -1
- package/js/types/Interface/api/notification/CreateNotification.js.map +1 -1
- package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js +1 -1
- package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
- package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +1 -1
- package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
- package/js/types/Interface/models/IAppNotification.js +6 -0
- package/js/types/Interface/models/IAppNotification.js.map +1 -0
- package/js/types/Interface/models/IMobileNotificationLog.js.map +1 -1
- package/js/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
- package/js/types/index.js +20 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Notification.ts +10 -1
- package/ts/types/Enum/BrandPourcentage.ts +7 -7
- package/ts/types/Enum/CommercialImportHeader.ts +23 -16
- package/ts/types/Enum/NotificationType.ts +43 -2
- package/ts/types/Interface/api/appNotification/Update.ts +13 -0
- package/ts/types/Interface/api/aspone/ReadInterchange.ts +1 -1
- package/ts/types/Interface/api/commercialImport/Query.ts +2 -1
- package/ts/types/Interface/api/commercialImport/Read.ts +2 -1
- package/ts/types/Interface/api/notification/CreateNotification.ts +3 -3
- package/ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts +3 -3
- package/ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts +3 -3
- package/ts/types/Interface/models/IAppNotification.ts +22 -0
- package/ts/types/Interface/models/IMobileNotificationLog.ts +2 -2
- package/ts/types/Interface/models/IMobileNotificationSetting.ts +2 -2
- package/ts/types/index.ts +3 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandPourcentage.js","names":["BrandPourcentage","exports","idTypeBrand","urlS3","logoS3","name","colors","primary","primary50","primary100","primary300","primary500","primary700","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain"],"sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage OnLine',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Paris', // Sofrageco\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 48 58 29 45',\n qualite: '01 48 58 29 45',\n social: '01 48 58 29 45',\n juridique: '01 48 58 29 45',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'MONTREUIL SOUS BOIS',\n montantCapital: '153 000',\n nomRaisonSociale: 'SOFRAGECO',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 48 58 29 45',\n postalAddress: '72 AVENUE PASTEUR',\n rcs: '345 081 996 R.C.S. Bobigny',\n statut: 'SAS',\n zipCode: '93 100',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '***',\n Name: 'SOFRAGECO',\n Id: 'FR17345081996',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'SOFRAGECO',\n address: '72 AVENUE PASTEUR',\n zipCode: '93100',\n city: 'MONTREUIL SOUS BOIS',\n country: 'FRANCE',\n montantCapital: '153 000',\n siret: '34508199600026',\n ape: '6920Z',\n rcs: '345 081 996 R.C.S. Bobigny',\n phone: '01 48 58 29 45',\n vatIntracom: 'FR17345081996',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Nancy', // AEC54\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '03 83 25 82 20',\n qualite: '03 83 25 82 20',\n social: '03 83 25 82 20',\n juridique: '03 83 25 82 20',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '7 622',\n nomRaisonSociale: 'AEC 54',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 25 82 20',\n postalAddress: '9, avenue du Rhin',\n rcs: '315 519 587 R.C.S. Nancy',\n statut: 'SARL',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '****',\n Name: 'AEC 54',\n Id: 'FR84315519587',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AEC 54',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '7 622',\n siret: '31551958700069',\n ape: '6920Z',\n rcs: '315 519 587 R.C.S. Nancy',\n phone: '03 83 25 82 20',\n vatIntracom: 'FR84315519587',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 4,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'EPINAL', // Pourcentage EPINAL\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'NICE', // AMEX\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '04 93 87 03 03',\n qualite: '04 93 87 03 03',\n social: '04 93 87 03 03',\n juridique: '04 93 87 03 03',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'NICE',\n montantCapital: '466 800',\n nomRaisonSociale: 'AMEX',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '04 93 87 03 03',\n postalAddress: '11, Boulevard Victor Hugo',\n rcs: 'Nice B 882 255 094',\n statut: 'SARL',\n zipCode: '06 000',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '***',\n Name: 'AMEX',\n Id: 'FR14882255094',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AMEX',\n address: '11, Boulevard Victor Hugo',\n zipCode: '06 000',\n city: 'NICE',\n country: 'FRANCE',\n montantCapital: '466 800',\n siret: '88225509400014',\n ape: '6920Z',\n rcs: 'Nice B 882 255 094',\n phone: '04 93 87 03 03',\n vatIntracom: 'FR14882255094',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Marseille', // Pourcentage Marseille\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n];"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"BrandPourcentage.js","names":["BrandPourcentage","exports","idTypeBrand","urlS3","logoS3","name","colors","primary","primary50","primary100","primary300","primary500","primary700","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain"],"sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Online',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Paris', // Sofrageco\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 48 58 29 45',\n qualite: '01 48 58 29 45',\n social: '01 48 58 29 45',\n juridique: '01 48 58 29 45',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'MONTREUIL SOUS BOIS',\n montantCapital: '153 000',\n nomRaisonSociale: 'SOFRAGECO',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 48 58 29 45',\n postalAddress: '72 AVENUE PASTEUR',\n rcs: '345 081 996 R.C.S. Bobigny',\n statut: 'SAS',\n zipCode: '93 100',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '***',\n Name: 'SOFRAGECO',\n Id: 'FR17345081996',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'SOFRAGECO',\n address: '72 AVENUE PASTEUR',\n zipCode: '93100',\n city: 'MONTREUIL SOUS BOIS',\n country: 'FRANCE',\n montantCapital: '153 000',\n siret: '34508199600026',\n ape: '6920Z',\n rcs: '345 081 996 R.C.S. Bobigny',\n phone: '01 48 58 29 45',\n vatIntracom: 'FR17345081996',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Nancy', // AEC54\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '03 83 25 82 20',\n qualite: '03 83 25 82 20',\n social: '03 83 25 82 20',\n juridique: '03 83 25 82 20',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '7 622',\n nomRaisonSociale: 'AEC 54',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 25 82 20',\n postalAddress: '9, avenue du Rhin',\n rcs: '315 519 587 R.C.S. Nancy',\n statut: 'SARL',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '****',\n Name: 'AEC 54',\n Id: 'FR84315519587',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AEC 54',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '7 622',\n siret: '31551958700069',\n ape: '6920Z',\n rcs: '315 519 587 R.C.S. Nancy',\n phone: '03 83 25 82 20',\n vatIntracom: 'FR84315519587',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 4,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Epinal', // Pourcentage EPINAL\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Nice', // AMEX\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '04 93 87 03 03',\n qualite: '04 93 87 03 03',\n social: '04 93 87 03 03',\n juridique: '04 93 87 03 03',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'NICE',\n montantCapital: '466 800',\n nomRaisonSociale: 'AMEX',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '04 93 87 03 03',\n postalAddress: '11, Boulevard Victor Hugo',\n rcs: 'Nice B 882 255 094',\n statut: 'SARL',\n zipCode: '06 000',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '***',\n Name: 'AMEX',\n Id: 'FR14882255094',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AMEX',\n address: '11, Boulevard Victor Hugo',\n zipCode: '06 000',\n city: 'NICE',\n country: 'FRANCE',\n montantCapital: '466 800',\n siret: '88225509400014',\n ape: '6920Z',\n rcs: 'Nice B 882 255 094',\n phone: '04 93 87 03 03',\n vatIntracom: 'FR14882255094',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 6,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Marseille', // Pourcentage Marseille\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n];"],"mappings":"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"}
|
|
@@ -10,77 +10,84 @@ const commercialImportHeader = exports.commercialImportHeader = {
|
|
|
10
10
|
required: true,
|
|
11
11
|
description: 'Montant total toutes taxes comprises'
|
|
12
12
|
},
|
|
13
|
+
TAX_EXCLUDED: {
|
|
14
|
+
originalName: 'taxExcludedAmount_0',
|
|
15
|
+
name: 'Montant sans TVA',
|
|
16
|
+
required: false,
|
|
17
|
+
description: 'Total hors taxes des prestations ou marchandises facturées sans TVA'
|
|
18
|
+
},
|
|
19
|
+
AMOUNT_VAT_0: {
|
|
20
|
+
originalName: 'amountVat_0',
|
|
21
|
+
name: 'Montant TVA sans TVA',
|
|
22
|
+
required: false,
|
|
23
|
+
description: 'Montant en euros de la TVA à 0',
|
|
24
|
+
relatedField: 'taxExcludedAmount_0'
|
|
25
|
+
},
|
|
13
26
|
TAX_EXCLUDED_AMOUNT_20: {
|
|
14
27
|
originalName: 'taxExcludedAmount_20',
|
|
15
28
|
name: 'Montant HT TVA 20%',
|
|
16
|
-
required:
|
|
29
|
+
required: false,
|
|
17
30
|
description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 20%'
|
|
18
31
|
},
|
|
19
32
|
AMOUNT_VAT_20: {
|
|
20
33
|
originalName: 'amountVat_20',
|
|
21
34
|
name: 'Montant TVA 20%',
|
|
22
|
-
required:
|
|
35
|
+
required: false,
|
|
23
36
|
description: 'Montant en euros de la TVA 20%',
|
|
24
37
|
relatedField: 'taxExcludedAmount_20'
|
|
25
38
|
},
|
|
26
39
|
TAX_EXCLUDED_10: {
|
|
27
40
|
originalName: 'taxExcludedAmount_10',
|
|
28
41
|
name: 'Montant HT TVA 10%',
|
|
29
|
-
required:
|
|
42
|
+
required: false,
|
|
30
43
|
description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 10%'
|
|
31
44
|
},
|
|
32
45
|
AMOUNT_VAT_10: {
|
|
33
46
|
originalName: 'amountVat_10',
|
|
34
47
|
name: 'Montant TVA 10%',
|
|
35
|
-
required:
|
|
48
|
+
required: false,
|
|
36
49
|
description: 'Montant en euros de la TVA 10%',
|
|
37
50
|
relatedField: 'taxExcludedAmount_10'
|
|
38
51
|
},
|
|
39
52
|
TAX_EXCLUDED_8_5: {
|
|
40
53
|
originalName: 'taxExcludedAmount_8_5',
|
|
41
54
|
name: 'Montant HT TVA 8,5%',
|
|
42
|
-
required:
|
|
55
|
+
required: false,
|
|
43
56
|
description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 8,5%'
|
|
44
57
|
},
|
|
45
58
|
AMOUNT_VAT_8_5: {
|
|
46
59
|
originalName: 'amountVat_8_5',
|
|
47
60
|
name: 'Montant TVA 8,5%',
|
|
48
|
-
required:
|
|
61
|
+
required: false,
|
|
49
62
|
description: 'Montant en euros de la TVA 8,5%',
|
|
50
63
|
relatedField: 'taxExcludedAmount_8_5'
|
|
51
64
|
},
|
|
52
65
|
TAX_EXCLUDED_5_5: {
|
|
53
66
|
originalName: 'taxExcludedAmount_5_5',
|
|
54
67
|
name: 'Montant HT TVA 5,5%',
|
|
55
|
-
required:
|
|
68
|
+
required: false,
|
|
56
69
|
description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 5,5%'
|
|
57
70
|
},
|
|
58
71
|
AMOUNT_VAT_5_5: {
|
|
59
72
|
originalName: 'amountVat_5_5',
|
|
60
73
|
name: 'Montant TVA 5,5%',
|
|
61
|
-
required:
|
|
74
|
+
required: false,
|
|
62
75
|
description: 'Montant en euros de la TVA 5,5%',
|
|
63
76
|
relatedField: 'taxExcludedAmount_5_5'
|
|
64
77
|
},
|
|
65
78
|
TAX_EXCLUDED_2_1: {
|
|
66
79
|
originalName: 'taxExcludedAmount_2_1',
|
|
67
80
|
name: 'Montant HT TVA 2,1%',
|
|
68
|
-
required:
|
|
81
|
+
required: false,
|
|
69
82
|
description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 2,1%'
|
|
70
83
|
},
|
|
71
84
|
AMOUNT_VAT_2_1: {
|
|
72
85
|
originalName: 'amountVat_2_1',
|
|
73
86
|
name: 'Montant TVA 2,1%',
|
|
74
|
-
required:
|
|
87
|
+
required: false,
|
|
75
88
|
description: 'Montant en euros de la TVA 2,1%',
|
|
76
89
|
relatedField: 'taxExcludedAmount_2_1'
|
|
77
90
|
},
|
|
78
|
-
TAX_EXCLUDED: {
|
|
79
|
-
originalName: 'taxExcludedAmount',
|
|
80
|
-
name: 'Montant sans TVA',
|
|
81
|
-
required: true,
|
|
82
|
-
description: 'Total hors taxes des prestations ou marchandises facturées sans TVA'
|
|
83
|
-
},
|
|
84
91
|
CUSTOMER_NAME: {
|
|
85
92
|
originalName: 'customerName',
|
|
86
93
|
name: 'Nom de client',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommercialImportHeader.js","names":["commercialImportHeader","exports","TAX_INCLUDED_AMOUNT","originalName","name","required","description","
|
|
1
|
+
{"version":3,"file":"CommercialImportHeader.js","names":["commercialImportHeader","exports","TAX_INCLUDED_AMOUNT","originalName","name","required","description","TAX_EXCLUDED","AMOUNT_VAT_0","relatedField","TAX_EXCLUDED_AMOUNT_20","AMOUNT_VAT_20","TAX_EXCLUDED_10","AMOUNT_VAT_10","TAX_EXCLUDED_8_5","AMOUNT_VAT_8_5","TAX_EXCLUDED_5_5","AMOUNT_VAT_5_5","TAX_EXCLUDED_2_1","AMOUNT_VAT_2_1","CUSTOMER_NAME","DATE_VALUE","LABEL","INVOICE_NUMBER"],"sources":["../../../ts/types/Enum/CommercialImportHeader.ts"],"sourcesContent":["export type CommercialImportHeaderContent = {\n originalName:string;\n name: string;\n required: boolean,\n description?: string;\n relatedField?: string;\n};\nexport type CommercialImportHeader = {\n [key: string]: CommercialImportHeaderContent\n};\n\nexport const commercialImportHeader: CommercialImportHeader = {\n TAX_INCLUDED_AMOUNT: {\n originalName: 'taxIncludedAmount',\n name: 'Montant TTC',\n required: true,\n description: 'Montant total toutes taxes comprises',\n },\n TAX_EXCLUDED: {\n originalName: 'taxExcludedAmount_0',\n name: 'Montant sans TVA',\n required: false,\n description: 'Total hors taxes des prestations ou marchandises facturées sans TVA',\n },\n AMOUNT_VAT_0: {\n originalName: 'amountVat_0',\n name: 'Montant TVA sans TVA',\n required: false,\n description: 'Montant en euros de la TVA à 0',\n relatedField: 'taxExcludedAmount_0',\n },\n TAX_EXCLUDED_AMOUNT_20: {\n originalName: 'taxExcludedAmount_20',\n name: 'Montant HT TVA 20%',\n required: false,\n description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 20%',\n },\n AMOUNT_VAT_20: {\n originalName: 'amountVat_20',\n name: 'Montant TVA 20%',\n required: false,\n description: 'Montant en euros de la TVA 20%',\n relatedField: 'taxExcludedAmount_20',\n },\n TAX_EXCLUDED_10: {\n originalName: 'taxExcludedAmount_10',\n name: 'Montant HT TVA 10%',\n required: false,\n description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 10%',\n },\n AMOUNT_VAT_10: {\n originalName: 'amountVat_10',\n name: 'Montant TVA 10%',\n required: false,\n description: 'Montant en euros de la TVA 10%',\n relatedField: 'taxExcludedAmount_10',\n },\n TAX_EXCLUDED_8_5: {\n originalName: 'taxExcludedAmount_8_5',\n name: 'Montant HT TVA 8,5%',\n required: false,\n description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 8,5%',\n },\n AMOUNT_VAT_8_5: {\n originalName: 'amountVat_8_5',\n name: 'Montant TVA 8,5%',\n required: false,\n description: 'Montant en euros de la TVA 8,5%',\n relatedField: 'taxExcludedAmount_8_5',\n },\n TAX_EXCLUDED_5_5: {\n originalName: 'taxExcludedAmount_5_5',\n name: 'Montant HT TVA 5,5%',\n required: false,\n description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 5,5%',\n },\n AMOUNT_VAT_5_5: {\n originalName: 'amountVat_5_5',\n name: 'Montant TVA 5,5%',\n required: false,\n description: 'Montant en euros de la TVA 5,5%',\n relatedField: 'taxExcludedAmount_5_5',\n },\n TAX_EXCLUDED_2_1: {\n originalName: 'taxExcludedAmount_2_1',\n name: 'Montant HT TVA 2,1%',\n required: false,\n description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 2,1%',\n },\n AMOUNT_VAT_2_1: {\n originalName: 'amountVat_2_1',\n name: 'Montant TVA 2,1%',\n required: false,\n description: 'Montant en euros de la TVA 2,1%',\n relatedField: 'taxExcludedAmount_2_1',\n },\n CUSTOMER_NAME: {\n originalName: 'customerName',\n name: 'Nom de client',\n required: true,\n description: 'Nom ou raison sociale de vos clients',\n },\n DATE_VALUE: {\n originalName: 'dateValue',\n name: 'date',\n required: false,\n description: 'Date d’émission des factures',\n },\n LABEL: {\n originalName: 'Label',\n name: 'Libellé',\n required: false,\n },\n INVOICE_NUMBER: {\n originalName: 'invoiceNumber',\n name: 'Numéro de facture',\n required: false,\n },\n};"],"mappings":";;;;;AAWO,MAAMA,sBAAsB,GAAAC,OAAA,CAAtBD,sBAAsB,GAA2B;EAC5DE,mBAAmB,EAAE;IACnBC,YAAY,EAAE,mBAAmB;IACjCC,IAAI,EAAE,aAAa;IACnBC,QAAQ,EAAE,IAAI;IACdC,WAAW,EAAE;GACd;EACDC,YAAY,EAAE;IACZJ,YAAY,EAAE,qBAAqB;IACnCC,IAAI,EAAE,kBAAkB;IACxBC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE;GACd;EACDE,YAAY,EAAE;IACZL,YAAY,EAAE,aAAa;IAC3BC,IAAI,EAAE,sBAAsB;IAC5BC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE,gCAAgC;IAC7CG,YAAY,EAAE;GACf;EACDC,sBAAsB,EAAE;IACtBP,YAAY,EAAE,sBAAsB;IACpCC,IAAI,EAAE,oBAAoB;IAC1BC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE;GACd;EACDK,aAAa,EAAE;IACbR,YAAY,EAAE,cAAc;IAC5BC,IAAI,EAAE,iBAAiB;IACvBC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE,gCAAgC;IAC7CG,YAAY,EAAE;GACf;EACDG,eAAe,EAAE;IACfT,YAAY,EAAE,sBAAsB;IACpCC,IAAI,EAAE,oBAAoB;IAC1BC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE;GACd;EACDO,aAAa,EAAE;IACbV,YAAY,EAAE,cAAc;IAC5BC,IAAI,EAAE,iBAAiB;IACvBC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE,gCAAgC;IAC7CG,YAAY,EAAE;GACf;EACDK,gBAAgB,EAAE;IAChBX,YAAY,EAAE,uBAAuB;IACrCC,IAAI,EAAE,qBAAqB;IAC3BC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE;GACd;EACDS,cAAc,EAAE;IACdZ,YAAY,EAAE,eAAe;IAC7BC,IAAI,EAAE,kBAAkB;IACxBC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE,iCAAiC;IAC9CG,YAAY,EAAE;GACf;EACDO,gBAAgB,EAAE;IAChBb,YAAY,EAAE,uBAAuB;IACrCC,IAAI,EAAE,qBAAqB;IAC3BC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE;GACd;EACDW,cAAc,EAAE;IACdd,YAAY,EAAE,eAAe;IAC7BC,IAAI,EAAE,kBAAkB;IACxBC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE,iCAAiC;IAC9CG,YAAY,EAAE;GACf;EACDS,gBAAgB,EAAE;IAChBf,YAAY,EAAE,uBAAuB;IACrCC,IAAI,EAAE,qBAAqB;IAC3BC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE;GACd;EACDa,cAAc,EAAE;IACdhB,YAAY,EAAE,eAAe;IAC7BC,IAAI,EAAE,kBAAkB;IACxBC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE,iCAAiC;IAC9CG,YAAY,EAAE;GACf;EACDW,aAAa,EAAE;IACbjB,YAAY,EAAE,cAAc;IAC5BC,IAAI,EAAE,eAAe;IACrBC,QAAQ,EAAE,IAAI;IACdC,WAAW,EAAE;GACd;EACDe,UAAU,EAAE;IACVlB,YAAY,EAAE,WAAW;IACzBC,IAAI,EAAE,MAAM;IACZC,QAAQ,EAAE,KAAK;IACfC,WAAW,EAAE;GACd;EACDgB,KAAK,EAAE;IACLnB,YAAY,EAAE,OAAO;IACrBC,IAAI,EAAE,SAAS;IACfC,QAAQ,EAAE;GACX;EACDkB,cAAc,EAAE;IACdpB,YAAY,EAAE,eAAe;IAC7BC,IAAI,EAAE,mBAAmB;IACzBC,QAAQ,EAAE;;CAEb"}
|
|
@@ -3,9 +3,39 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
var
|
|
7
|
-
(function (
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
var NotificationTypeEnum = exports.NotificationTypeEnum = undefined;
|
|
7
|
+
(function (NotificationTypeEnum) {
|
|
8
|
+
NotificationTypeEnum[NotificationTypeEnum["ANNOTATE_COUNT"] = 1] = "ANNOTATE_COUNT";
|
|
9
|
+
NotificationTypeEnum[NotificationTypeEnum["BANK_ACCOUNT_SYNCHRONISATION"] = 2] = "BANK_ACCOUNT_SYNCHRONISATION";
|
|
10
|
+
NotificationTypeEnum[NotificationTypeEnum["INVOICE_HAS_BEEN_PAID"] = 3] = "INVOICE_HAS_BEEN_PAID";
|
|
11
|
+
NotificationTypeEnum[NotificationTypeEnum["ESTIMATE_ALMOST_EXPIRED"] = 4] = "ESTIMATE_ALMOST_EXPIRED";
|
|
12
|
+
NotificationTypeEnum[NotificationTypeEnum["INVOICE_ALMOST_EXPIRED"] = 5] = "INVOICE_ALMOST_EXPIRED";
|
|
13
|
+
})(NotificationTypeEnum || (exports.NotificationTypeEnum = NotificationTypeEnum = {}));
|
|
14
|
+
const NotificationType = exports.NotificationType = {
|
|
15
|
+
ANNOTATE_COUNT: {
|
|
16
|
+
id: NotificationTypeEnum.ANNOTATE_COUNT,
|
|
17
|
+
title: 'Vous avez des lignes non annotées',
|
|
18
|
+
linkTitle: 'Annoter'
|
|
19
|
+
},
|
|
20
|
+
BANK_ACCOUNT_SYNCHRONISATION: {
|
|
21
|
+
id: NotificationTypeEnum.BANK_ACCOUNT_SYNCHRONISATION,
|
|
22
|
+
title: 'Un de vos comptes bancaires est désynchronisé',
|
|
23
|
+
linkTitle: 'Synchroniser mon compte'
|
|
24
|
+
},
|
|
25
|
+
INVOICE_HAS_BEEN_PAID: {
|
|
26
|
+
id: NotificationTypeEnum.INVOICE_HAS_BEEN_PAID,
|
|
27
|
+
title: 'Vous avez été payé !',
|
|
28
|
+
linkTitle: 'Consulter la facture'
|
|
29
|
+
},
|
|
30
|
+
ESTIMATE_ALMOST_EXPIRED: {
|
|
31
|
+
id: NotificationTypeEnum.ESTIMATE_ALMOST_EXPIRED,
|
|
32
|
+
title: 'Un devis est bientôt expiré',
|
|
33
|
+
linkTitle: 'Consulter le devis'
|
|
34
|
+
},
|
|
35
|
+
INVOICE_ALMOST_EXPIRED: {
|
|
36
|
+
id: NotificationTypeEnum.INVOICE_ALMOST_EXPIRED,
|
|
37
|
+
title: 'Une facture arrive à échéance',
|
|
38
|
+
linkTitle: 'Consulter la facture'
|
|
39
|
+
}
|
|
40
|
+
};
|
|
11
41
|
//# sourceMappingURL=NotificationType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationType.js","names":["
|
|
1
|
+
{"version":3,"file":"NotificationType.js","names":["NotificationTypeEnum","exports","undefined","NotificationType","ANNOTATE_COUNT","id","title","linkTitle","BANK_ACCOUNT_SYNCHRONISATION","INVOICE_HAS_BEEN_PAID","ESTIMATE_ALMOST_EXPIRED","INVOICE_ALMOST_EXPIRED"],"sources":["../../../ts/types/Enum/NotificationType.ts"],"sourcesContent":["export enum NotificationTypeEnum {\n ANNOTATE_COUNT = 1,\n BANK_ACCOUNT_SYNCHRONISATION = 2,\n INVOICE_HAS_BEEN_PAID = 3,\n ESTIMATE_ALMOST_EXPIRED = 4,\n INVOICE_ALMOST_EXPIRED = 5,\n}\n\nexport type NotificationTypeType = {\n id: number;\n title: string;\n linkTitle: string;\n};\n\nexport type NotificationTypeTypeEnum = {\n [key: string]: NotificationTypeType\n};\n\nexport const NotificationType: NotificationTypeTypeEnum = {\n ANNOTATE_COUNT: {\n id: NotificationTypeEnum.ANNOTATE_COUNT,\n title: 'Vous avez des lignes non annotées',\n linkTitle: 'Annoter',\n },\n BANK_ACCOUNT_SYNCHRONISATION: {\n id: NotificationTypeEnum.BANK_ACCOUNT_SYNCHRONISATION,\n title: 'Un de vos comptes bancaires est désynchronisé',\n linkTitle: 'Synchroniser mon compte',\n },\n INVOICE_HAS_BEEN_PAID: {\n id: NotificationTypeEnum.INVOICE_HAS_BEEN_PAID,\n title: 'Vous avez été payé !',\n linkTitle: 'Consulter la facture',\n },\n ESTIMATE_ALMOST_EXPIRED: {\n id: NotificationTypeEnum.ESTIMATE_ALMOST_EXPIRED,\n title: 'Un devis est bientôt expiré',\n linkTitle: 'Consulter le devis',\n },\n INVOICE_ALMOST_EXPIRED: {\n id: NotificationTypeEnum.INVOICE_ALMOST_EXPIRED,\n title: 'Une facture arrive à échéance',\n linkTitle: 'Consulter la facture',\n },\n};"],"mappings":";;;;;AAAA,IAAYA,oBAMX,GAAAC,OAAA,CANWD,oBAMX,GAAAE,SAAA;AAND,WAAYF,oBAAoB;EAC9BA,oBAAA,CAAAA,oBAAA,0CAAkB;EAClBA,oBAAA,CAAAA,oBAAA,sEAAgC;EAChCA,oBAAA,CAAAA,oBAAA,wDAAyB;EACzBA,oBAAA,CAAAA,oBAAA,4DAA2B;EAC3BA,oBAAA,CAAAA,oBAAA,0DAA0B;AAC5B,CAAC,EANWA,oBAAoB,KAAAC,OAAA,CAApBD,oBAMX,GANWA,oBAAoB;AAkBzB,MAAMG,gBAAgB,GAAAF,OAAA,CAAhBE,gBAAgB,GAA6B;EACxDC,cAAc,EAAE;IACdC,EAAE,EAAEL,oBAAoB,CAACI,cAAc;IACvCE,KAAK,EAAE,mCAAmC;IAC1CC,SAAS,EAAE;GACZ;EACDC,4BAA4B,EAAE;IAC5BH,EAAE,EAAEL,oBAAoB,CAACQ,4BAA4B;IACrDF,KAAK,EAAE,+CAA+C;IACtDC,SAAS,EAAE;GACZ;EACDE,qBAAqB,EAAE;IACrBJ,EAAE,EAAEL,oBAAoB,CAACS,qBAAqB;IAC9CH,KAAK,EAAE,sBAAsB;IAC7BC,SAAS,EAAE;GACZ;EACDG,uBAAuB,EAAE;IACvBL,EAAE,EAAEL,oBAAoB,CAACU,uBAAuB;IAChDJ,KAAK,EAAE,6BAA6B;IACpCC,SAAS,EAAE;GACZ;EACDI,sBAAsB,EAAE;IACtBN,EAAE,EAAEL,oBAAoB,CAACW,sBAAsB;IAC/CL,KAAK,EAAE,+BAA+B;IACtCC,SAAS,EAAE;;CAEd"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateAppNotificationStatus = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
18
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
19
|
+
};
|
|
20
|
+
class UpdateAppNotificationStatus {}
|
|
21
|
+
exports.UpdateAppNotificationStatus = UpdateAppNotificationStatus;
|
|
22
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateAppNotificationStatus.prototype, "idNotifications", void 0);
|
|
23
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], UpdateAppNotificationStatus.prototype, "markAsRead", void 0);
|
|
24
|
+
//# sourceMappingURL=Update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.js","names":["_classValidator","require","_utils","_boolean","UpdateAppNotificationStatus","exports","__decorate","ApiPropertyOptional","ApiProperty","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/appNotification/Update.ts"],"sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiPropertyOptional, ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateAppNotificationStatus {\n @ApiPropertyOptional()\n idNotifications?: number[] | null;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n markAsRead: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,2BAA2B;AAQvCC,OAAA,CARYD,2BAA2B,GAA3BA,2BAA2B;AACtCE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,E,qGACY;AAElCD,UAAA,EAAC,IAAAE,kBAAW,GAAE,EACb,IAAAC,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,iGACQ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadInterchange.js","names":["ReadDeclaration","exports","ReadInterchange","RedactorAddress","Redactor"],"sources":["../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"sourcesContent":["export type PaymentState = {\n isError: boolean;\n details: string[];\n};\n\ntype Interchange = {\n name: string | null;\n label: string | null;\n isError: boolean;\n isFinal: boolean;\n date: string | null;\n detailledLabel?: string | null\n};\n\nexport type InterchangeState = Array<Interchange>;\n\nexport type InterchangeHistory = Interchange & { stateDetailsHistory: InterchangeState };\n\nexport class ReadDeclaration {\n idDeclaration: string;\n type: string;\n declarationType: {\n code: string | null;\n label: string | null\n };\n payment: PaymentState;\n dld: any;\n states: InterchangeHistory[];\n}\n\nexport class ReadInterchange {\n idDeposit: string;\n date: string;\n idInterchange: string;\n history: InterchangeHistory[];\n declarations: ReadDeclaration[];\n}\n\nexport class RedactorAddress {\n adresseNumero: string;\n adresseType: string | null;\n adresseVoie: string;\n adresseComplement: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n}\n\nexport class Redactor {\n siret: string;\n designation: string;\n designationSuite1: string;\n adresse: RedactorAddress;\n referenceDossier: string;\n}\n\ntype Tag = 'Valeur' | 'AdresseVille' | 'AdresseVoie' | 'AdresseCodePays' | 'AdresseComplement' | 'AdresseCodePostal' | 'AdresseHameau' | 'Telephone' | 'Designation' | 'DesignationSuite1' | 'DesignationSuite2' | 'Identifiant' | 'TexteLibre1' | 'TexteLibre2' | 'DesignationSuite3' | 'AdresseNumero';\ntype Tags = Array<{ description: string; tag: Tag; value: any }>;\n\nexport interface FieldForGeneration {\n tag?: Tag;\n tags?: Tags,\n description?: string;\n key: string;\n value?: any;\n isMultiple: boolean;\n}\n\nexport interface PayloadForRegistration {\n isTest: boolean;\n redactor: Redactor;\n indebted: any;\n forms: Array<{ name: string; fields: FieldForGeneration[] }>;\n xml?: string\n}"],"mappings":";;;;;AAkBM,MAAOA,eAAe;AAU3BC,OAAA,CAVYD,eAAe,GAAfA,eAAe;AAYtB,MAAOE,eAAe;AAM3BD,OAAA,CANYC,eAAe,GAAfA,eAAe;AAQtB,MAAOC,eAAe;AAQ3BF,OAAA,CARYE,eAAe,GAAfA,eAAe;AAUtB,MAAOC,QAAQ;AAMpBH,OAAA,CANYG,QAAQ,GAARA,QAAQ"}
|
|
1
|
+
{"version":3,"file":"ReadInterchange.js","names":["ReadDeclaration","exports","ReadInterchange","RedactorAddress","Redactor"],"sources":["../../../../../ts/types/Interface/api/aspone/ReadInterchange.ts"],"sourcesContent":["export type PaymentState = {\n isError: boolean | null;\n details: string[];\n};\n\ntype Interchange = {\n name: string | null;\n label: string | null;\n isError: boolean;\n isFinal: boolean;\n date: string | null;\n detailledLabel?: string | null\n};\n\nexport type InterchangeState = Array<Interchange>;\n\nexport type InterchangeHistory = Interchange & { stateDetailsHistory: InterchangeState };\n\nexport class ReadDeclaration {\n idDeclaration: string;\n type: string;\n declarationType: {\n code: string | null;\n label: string | null\n };\n payment: PaymentState;\n dld: any;\n states: InterchangeHistory[];\n}\n\nexport class ReadInterchange {\n idDeposit: string;\n date: string;\n idInterchange: string;\n history: InterchangeHistory[];\n declarations: ReadDeclaration[];\n}\n\nexport class RedactorAddress {\n adresseNumero: string;\n adresseType: string | null;\n adresseVoie: string;\n adresseComplement: string;\n adresseCodePostal: string;\n adresseVille: string;\n adresseCodePays: string;\n}\n\nexport class Redactor {\n siret: string;\n designation: string;\n designationSuite1: string;\n adresse: RedactorAddress;\n referenceDossier: string;\n}\n\ntype Tag = 'Valeur' | 'AdresseVille' | 'AdresseVoie' | 'AdresseCodePays' | 'AdresseComplement' | 'AdresseCodePostal' | 'AdresseHameau' | 'Telephone' | 'Designation' | 'DesignationSuite1' | 'DesignationSuite2' | 'Identifiant' | 'TexteLibre1' | 'TexteLibre2' | 'DesignationSuite3' | 'AdresseNumero';\ntype Tags = Array<{ description: string; tag: Tag; value: any }>;\n\nexport interface FieldForGeneration {\n tag?: Tag;\n tags?: Tags,\n description?: string;\n key: string;\n value?: any;\n isMultiple: boolean;\n}\n\nexport interface PayloadForRegistration {\n isTest: boolean;\n redactor: Redactor;\n indebted: any;\n forms: Array<{ name: string; fields: FieldForGeneration[] }>;\n xml?: string\n}"],"mappings":";;;;;AAkBM,MAAOA,eAAe;AAU3BC,OAAA,CAVYD,eAAe,GAAfA,eAAe;AAYtB,MAAOE,eAAe;AAM3BD,OAAA,CANYC,eAAe,GAAfA,eAAe;AAQtB,MAAOC,eAAe;AAQ3BF,OAAA,CARYE,eAAe,GAAfA,eAAe;AAUtB,MAAOC,QAAQ;AAMpBH,OAAA,CANYG,QAAQ,GAARA,QAAQ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","names":["_utils","require","QueryHeader","exports","__decorate","ApiProperty","QueryProcessCsv"],"sources":["../../../../../ts/types/Interface/api/commercialImport/Query.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport type MappingImport = {\n [K in HeadersMappingImport]?: string\n};\n\nexport type HeadersMappingImport =\n'dateValue' |\n'label' |\n'customerName' |\n'invoiceNumber' |\n'taxIncludedAmount' |\n'
|
|
1
|
+
{"version":3,"file":"Query.js","names":["_utils","require","QueryHeader","exports","__decorate","ApiProperty","QueryProcessCsv"],"sources":["../../../../../ts/types/Interface/api/commercialImport/Query.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport type MappingImport = {\n [K in HeadersMappingImport]?: string\n};\n\nexport type HeadersMappingImport =\n'dateValue' |\n'label' |\n'customerName' |\n'invoiceNumber' |\n'taxIncludedAmount' |\n'taxExcludedAmount_0' |\n'amountVat_0' |\n'taxExcludedAmount_2_1' |\n'amountVat_2_1' |\n'taxExcludedAmount_5_5' |\n'amountVat_5_5' |\n'taxExcludedAmount_8_5' |\n'amountVat_8_5' |\n'taxExcludedAmount_10' |\n'amountVat_10' |\n'taxExcludedAmount_20' |\n'amountVat_20';\n\nexport class QueryHeader {\n @ApiProperty()\n file: TFile;\n}\n\nexport class QueryProcessCsv {\n @ApiProperty()\n mappingHeaders: MappingImport;\n}"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;;;;;;;;;;;AA0BM,MAAOC,WAAW;AAGvBC,OAAA,CAHYD,WAAW,GAAXA,WAAW;AACtBE,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,0EACF;AAGR,MAAOC,eAAe;AAG3BH,OAAA,CAHYG,eAAe,GAAfA,eAAe;AAC1BF,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,wFACgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Read.js","names":[],"sources":["../../../../../ts/types/Interface/api/commercialImport/Read.ts"],"sourcesContent":["export interface ImportRow {\n taxIncludedAmount: number;\n taxExcludedAmount: number;\n amountVat: number;\n taxExcludedAmount_20: number;\n amountVat_20: number;\n taxExcludedAmount_10: number;\n amountVat_10: number;\n taxExcludedAmount_8_5: number;\n amountVat_8_5: number;\n taxExcludedAmount_5_5: number;\n amountVat_5_5: number;\n taxExcludedAmount_2_1: number;\n amountVat_2_1: number;\n customerName: string;\n dateValue?: string;\n label?: string;\n invoiceNumber?: string\n line: number // the line in the csv\n}\n\nexport interface ImportRawRow {\n taxIncludedAmount: number;\n
|
|
1
|
+
{"version":3,"file":"Read.js","names":[],"sources":["../../../../../ts/types/Interface/api/commercialImport/Read.ts"],"sourcesContent":["export interface ImportRow {\n taxIncludedAmount: number;\n taxExcludedAmount: number;\n amountVat: number;\n taxExcludedAmount_20: number;\n amountVat_20: number;\n taxExcludedAmount_10: number;\n amountVat_10: number;\n taxExcludedAmount_8_5: number;\n amountVat_8_5: number;\n taxExcludedAmount_5_5: number;\n amountVat_5_5: number;\n taxExcludedAmount_2_1: number;\n amountVat_2_1: number;\n customerName: string;\n dateValue?: string;\n label?: string;\n invoiceNumber?: string\n line: number // the line in the csv\n}\n\nexport interface ImportRawRow {\n taxIncludedAmount: number;\n taxExcludedAmount_0: number;\n amountVat_0: number;\n taxExcludedAmount_20: number;\n amountVat_20: number;\n taxExcludedAmount_10: number;\n amountVat_10: number;\n taxExcludedAmount_8_5: number;\n amountVat_8_5: number;\n taxExcludedAmount_5_5: number;\n amountVat_5_5: number;\n taxExcludedAmount_2_1: number;\n amountVat_2_1: number;\n customerName: string;\n dateValue?: string;\n label?: string;\n invoiceNumber?: string,\n line: number // the line in the csv\n}"],"mappings":""}
|
|
@@ -19,6 +19,6 @@ var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
|
19
19
|
};
|
|
20
20
|
class CreateNotification {}
|
|
21
21
|
exports.CreateNotification = CreateNotification;
|
|
22
|
-
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.
|
|
22
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationTypeEnum), __metadata("design:type", Number)], CreateNotification.prototype, "notificationType", void 0);
|
|
23
23
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateNotification.prototype, "token", void 0);
|
|
24
24
|
//# sourceMappingURL=CreateNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateNotification.js","names":["_classValidator","require","_utils","_NotificationType","CreateNotification","exports","__decorate","ApiProperty","IsInt","IsEnum","
|
|
1
|
+
{"version":3,"file":"CreateNotification.js","names":["_classValidator","require","_utils","_NotificationType","CreateNotification","exports","__decorate","ApiProperty","IsInt","IsEnum","NotificationTypeEnum"],"sources":["../../../../../ts/types/Interface/api/notification/CreateNotification.ts"],"sourcesContent":["import { IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class CreateNotification {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n token: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,iBAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,kBAAkB;AAQ9BC,OAAA,CARYD,kBAAkB,GAAlBA,kBAAkB;AAC7BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,EACP,IAAAC,sBAAM,EAACC,sCAAoB,CAAC,E,6FACU;AAEvCJ,UAAA,EAAC,IAAAC,kBAAW,GAAE,E,kFACA"}
|
|
@@ -20,6 +20,6 @@ var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
|
20
20
|
};
|
|
21
21
|
class CreateNotificationSetting {}
|
|
22
22
|
exports.CreateNotificationSetting = CreateNotificationSetting;
|
|
23
|
-
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.
|
|
23
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationTypeEnum), __metadata("design:type", Number)], CreateNotificationSetting.prototype, "notificationType", void 0);
|
|
24
24
|
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], CreateNotificationSetting.prototype, "active", void 0);
|
|
25
25
|
//# sourceMappingURL=CreateNotificationSetting.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateNotificationSetting.js","names":["_classValidator","require","_utils","_boolean","_NotificationType","CreateNotificationSetting","exports","__decorate","ApiProperty","IsInt","IsEnum","
|
|
1
|
+
{"version":3,"file":"CreateNotificationSetting.js","names":["_classValidator","require","_utils","_boolean","_NotificationType","CreateNotificationSetting","exports","__decorate","ApiProperty","IsInt","IsEnum","NotificationTypeEnum","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts"],"sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class CreateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean() active: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,iBAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,yBAAyB;AASrCC,OAAA,CATYD,yBAAyB,GAAzBA,yBAAyB;AACpCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,EACP,IAAAC,sBAAM,EAACC,sCAAoB,CAAC,E,oGACU;AAEvCJ,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,2FAAiB"}
|
|
@@ -20,6 +20,6 @@ var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
|
20
20
|
};
|
|
21
21
|
class UpdateNotificationSetting {}
|
|
22
22
|
exports.UpdateNotificationSetting = UpdateNotificationSetting;
|
|
23
|
-
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.
|
|
23
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsEnum)(_NotificationType.NotificationTypeEnum), __metadata("design:type", Number)], UpdateNotificationSetting.prototype, "notificationType", void 0);
|
|
24
24
|
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], UpdateNotificationSetting.prototype, "active", void 0);
|
|
25
25
|
//# sourceMappingURL=UpdateNotificationSetting.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateNotificationSetting.js","names":["_classValidator","require","_utils","_boolean","_NotificationType","UpdateNotificationSetting","exports","__decorate","ApiProperty","IsInt","IsEnum","
|
|
1
|
+
{"version":3,"file":"UpdateNotificationSetting.js","names":["_classValidator","require","_utils","_boolean","_NotificationType","UpdateNotificationSetting","exports","__decorate","ApiProperty","IsInt","IsEnum","NotificationTypeEnum","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts"],"sourcesContent":["import { IsBoolean, IsEnum, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { NotificationTypeEnum } from '../../../Enum/NotificationType';\n\nexport class UpdateNotificationSetting {\n @ApiProperty()\n @IsInt()\n @IsEnum(NotificationTypeEnum)\n notificationType: NotificationTypeEnum;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n active: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,iBAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,yBAAyB;AAUrCC,OAAA,CAVYD,yBAAyB,GAAzBA,yBAAyB;AACpCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,EACP,IAAAC,sBAAM,EAACC,sCAAoB,CAAC,E,oGACU;AAEvCJ,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,2FACI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAppNotification.js","names":[],"sources":["../../../../ts/types/Interface/models/IAppNotification.ts"],"sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\nexport interface IAppNotification {\n id: number;\n title: string;\n message: string;\n link?: string;\n documentId?: number;\n read: boolean;\n idNotificationtype: NotificationTypeEnum;\n idSociety: number;\n idUser: number;\n idBankAccount?: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // associations\n society: ISociety;\n user: IUser;\n}"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMobileNotificationLog.js","names":[],"sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"IMobileNotificationLog.js","names":[],"sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationLog {\n id: number;\n idType: NotificationTypeEnum;\n lastSent: Date | null;\n nextSend: Date | null;\n success: boolean;\n error: string | null;\n count: number;\n errorCount: number;\n idBankAccount: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n}"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMobileNotificationSetting.js","names":[],"sources":["../../../../ts/types/Interface/models/IMobileNotificationSetting.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"IMobileNotificationSetting.js","names":[],"sources":["../../../../ts/types/Interface/models/IMobileNotificationSetting.ts"],"sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType';\n\nexport interface IMobileNotificationSetting {\n id: number;\n idType: NotificationTypeEnum;\n active: boolean;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}"],"mappings":""}
|
package/js/types/index.js
CHANGED
|
@@ -3233,6 +3233,16 @@ Object.keys(_IUnpaidCallHistory).forEach(function (key) {
|
|
|
3233
3233
|
}
|
|
3234
3234
|
});
|
|
3235
3235
|
});
|
|
3236
|
+
var _IAppNotification = require("./Interface/models/IAppNotification");
|
|
3237
|
+
Object.keys(_IAppNotification).forEach(function (key) {
|
|
3238
|
+
if (key === "default" || key === "__esModule") return;
|
|
3239
|
+
Object.defineProperty(exports, key, {
|
|
3240
|
+
enumerable: true,
|
|
3241
|
+
get: function () {
|
|
3242
|
+
return _IAppNotification[key];
|
|
3243
|
+
}
|
|
3244
|
+
});
|
|
3245
|
+
});
|
|
3236
3246
|
var _FormAuthenticate = require("./Form/FormAuthenticate");
|
|
3237
3247
|
Object.keys(_FormAuthenticate).forEach(function (key) {
|
|
3238
3248
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -9053,4 +9063,14 @@ Object.keys(_UpdateNotificationSetting).forEach(function (key) {
|
|
|
9053
9063
|
}
|
|
9054
9064
|
});
|
|
9055
9065
|
});
|
|
9066
|
+
var _Update5 = require("./Interface/api/appNotification/Update");
|
|
9067
|
+
Object.keys(_Update5).forEach(function (key) {
|
|
9068
|
+
if (key === "default" || key === "__esModule") return;
|
|
9069
|
+
Object.defineProperty(exports, key, {
|
|
9070
|
+
enumerable: true,
|
|
9071
|
+
get: function () {
|
|
9072
|
+
return _Update5[key];
|
|
9073
|
+
}
|
|
9074
|
+
});
|
|
9075
|
+
});
|
|
9056
9076
|
//# sourceMappingURL=index.js.map
|