@silexpert/core 0.4.19 → 0.4.21

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.
Files changed (184) hide show
  1. package/es/api/resources/Partner.d.ts +2 -2
  2. package/es/api/resources/Partner.d.ts.map +1 -1
  3. package/es/api/resources/Partner.js +2 -2
  4. package/es/api/resources/Partner.js.map +1 -1
  5. package/es/api/resources/Subscription.d.ts +6 -0
  6. package/es/api/resources/Subscription.d.ts.map +1 -0
  7. package/es/api/resources/Subscription.js +7 -0
  8. package/es/api/resources/Subscription.js.map +1 -0
  9. package/es/api/resources.d.ts +2 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +2 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/PartnerTransactionType.d.ts +7 -0
  14. package/es/types/Enum/PartnerTransactionType.d.ts.map +1 -0
  15. package/es/types/Enum/PartnerTransactionType.js +8 -0
  16. package/es/types/Enum/PartnerTransactionType.js.map +1 -0
  17. package/es/types/Enum/SponsorshipEmailState.d.ts +6 -0
  18. package/es/types/Enum/SponsorshipEmailState.d.ts.map +1 -0
  19. package/es/types/Enum/SponsorshipEmailState.js +7 -0
  20. package/es/types/Enum/SponsorshipEmailState.js.map +1 -0
  21. package/es/types/Interface/api/account/CreateAccountSociety.d.ts +7 -0
  22. package/es/types/Interface/api/account/CreateAccountSociety.d.ts.map +1 -0
  23. package/es/types/Interface/api/account/CreateAccountSociety.js +29 -0
  24. package/es/types/Interface/api/account/CreateAccountSociety.js.map +1 -0
  25. package/es/types/Interface/api/account/QueryAccountSociety.d.ts +8 -0
  26. package/es/types/Interface/api/account/QueryAccountSociety.d.ts.map +1 -0
  27. package/es/types/Interface/api/account/QueryAccountSociety.js +33 -0
  28. package/es/types/Interface/api/account/QueryAccountSociety.js.map +1 -0
  29. package/es/types/Interface/api/account/QueryGenericAccount.d.ts +6 -0
  30. package/es/types/Interface/api/account/QueryGenericAccount.d.ts.map +1 -0
  31. package/es/types/Interface/api/account/QueryGenericAccount.js +25 -0
  32. package/es/types/Interface/api/account/QueryGenericAccount.js.map +1 -0
  33. package/es/types/Interface/api/account/UpdateAccountSociety.d.ts +8 -0
  34. package/es/types/Interface/api/account/UpdateAccountSociety.d.ts.map +1 -0
  35. package/es/types/Interface/api/account/UpdateAccountSociety.js +29 -0
  36. package/es/types/Interface/api/account/UpdateAccountSociety.js.map +1 -0
  37. package/es/types/Interface/api/partner/GetPartners.d.ts +4 -0
  38. package/es/types/Interface/api/partner/GetPartners.d.ts.map +1 -0
  39. package/es/types/Interface/api/partner/GetPartners.js +17 -0
  40. package/es/types/Interface/api/partner/GetPartners.js.map +1 -0
  41. package/es/types/Interface/api/shine/CreateShine.d.ts +80 -0
  42. package/es/types/Interface/api/shine/CreateShine.d.ts.map +1 -0
  43. package/es/types/Interface/api/shine/CreateShine.js +2 -0
  44. package/es/types/Interface/api/shine/CreateShine.js.map +1 -0
  45. package/es/types/Interface/api/sponsorship/CreateSponsorship.d.ts +5 -0
  46. package/es/types/Interface/api/sponsorship/CreateSponsorship.d.ts.map +1 -0
  47. package/es/types/Interface/api/sponsorship/CreateSponsorship.js +21 -0
  48. package/es/types/Interface/api/sponsorship/CreateSponsorship.js.map +1 -0
  49. package/es/types/Interface/api/sponsorship/QuerySponsorship.d.ts +7 -0
  50. package/es/types/Interface/api/sponsorship/QuerySponsorship.d.ts.map +1 -0
  51. package/es/types/Interface/api/sponsorship/QuerySponsorship.js +29 -0
  52. package/es/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -0
  53. package/es/types/Interface/api/sponsorship/SendSponsorshipLink.d.ts +5 -0
  54. package/es/types/Interface/api/sponsorship/SendSponsorshipLink.d.ts.map +1 -0
  55. package/es/types/Interface/api/sponsorship/SendSponsorshipLink.js +21 -0
  56. package/es/types/Interface/api/sponsorship/SendSponsorshipLink.js.map +1 -0
  57. package/es/types/Interface/api/stripe/QueryStripe.d.ts +5 -0
  58. package/es/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -0
  59. package/es/types/Interface/api/stripe/QueryStripe.js +2 -0
  60. package/es/types/Interface/api/stripe/QueryStripe.js.map +1 -0
  61. package/es/types/Interface/api/stripe/ReadStripe.d.ts +5 -0
  62. package/es/types/Interface/api/stripe/ReadStripe.d.ts.map +1 -0
  63. package/es/types/Interface/api/stripe/ReadStripe.js +2 -0
  64. package/es/types/Interface/api/stripe/ReadStripe.js.map +1 -0
  65. package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -1
  66. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  67. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  68. package/es/types/Interface/models/IApiError.d.ts +34 -1
  69. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  70. package/es/types/Interface/models/IApiError.js +35 -0
  71. package/es/types/Interface/models/IApiError.js.map +1 -1
  72. package/es/types/Interface/models/IBankConnection.d.ts +4 -1
  73. package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
  74. package/es/types/Interface/models/IBankConnection.js.map +1 -1
  75. package/es/types/Interface/models/IBankTransaction.d.ts +1 -1
  76. package/es/types/Interface/models/IBankTransaction.d.ts.map +1 -1
  77. package/es/types/Interface/models/IBankTransaction.js.map +1 -1
  78. package/es/types/Interface/models/IEngagementBankTransaction.d.ts +1 -1
  79. package/es/types/Interface/models/IEngagementBankTransaction.d.ts.map +1 -1
  80. package/es/types/Interface/models/IEngagementBankTransaction.js.map +1 -1
  81. package/es/types/Interface/models/IPartnerTransaction.d.ts +3 -3
  82. package/es/types/Interface/models/IPartnerTransaction.d.ts.map +1 -1
  83. package/es/types/Interface/models/IPartnerTransaction.js.map +1 -1
  84. package/es/types/Interface/models/ISponsorship.d.ts +9 -0
  85. package/es/types/Interface/models/ISponsorship.d.ts.map +1 -0
  86. package/es/types/Interface/models/ISponsorship.js +2 -0
  87. package/es/types/Interface/models/ISponsorship.js.map +1 -0
  88. package/es/types/Interface/models/ISponsorshipLink.d.ts +1 -2
  89. package/es/types/Interface/models/ISponsorshipLink.d.ts.map +1 -1
  90. package/es/types/Interface/models/ISponsorshipLink.js.map +1 -1
  91. package/es/types/index.d.ts +13 -0
  92. package/es/types/index.d.ts.map +1 -1
  93. package/es/types/index.js +13 -0
  94. package/es/types/index.js.map +1 -1
  95. package/es/utils/index.d.ts +1 -0
  96. package/es/utils/index.d.ts.map +1 -1
  97. package/es/utils/index.js +1 -0
  98. package/es/utils/index.js.map +1 -1
  99. package/es/utils/stringUtils/clean.d.ts +3 -0
  100. package/es/utils/stringUtils/clean.d.ts.map +1 -0
  101. package/es/utils/stringUtils/clean.js +12 -0
  102. package/es/utils/stringUtils/clean.js.map +1 -0
  103. package/es/utils/stringUtils/index.d.ts +2 -0
  104. package/es/utils/stringUtils/index.d.ts.map +1 -0
  105. package/es/utils/stringUtils/index.js +2 -0
  106. package/es/utils/stringUtils/index.js.map +1 -0
  107. package/js/api/resources/Partner.js +4 -2
  108. package/js/api/resources/Partner.js.map +1 -1
  109. package/js/api/resources/Subscription.js +20 -0
  110. package/js/api/resources/Subscription.js.map +1 -0
  111. package/js/api/resources.js +4 -1
  112. package/js/api/resources.js.map +1 -1
  113. package/js/types/Enum/PartnerTransactionType.js +14 -0
  114. package/js/types/Enum/{TypePartnerTransaction.js.map → PartnerTransactionType.js.map} +1 -1
  115. package/js/types/Enum/SponsorshipEmailState.js +13 -0
  116. package/js/types/Enum/SponsorshipEmailState.js.map +1 -0
  117. package/js/types/Interface/api/account/CreateAccountSociety.js +33 -0
  118. package/js/types/Interface/api/account/CreateAccountSociety.js.map +1 -0
  119. package/js/types/Interface/api/account/QueryAccountSociety.js +35 -0
  120. package/js/types/Interface/api/account/QueryAccountSociety.js.map +1 -0
  121. package/js/types/Interface/api/account/QueryGenericAccount.js +31 -0
  122. package/js/types/Interface/api/account/QueryGenericAccount.js.map +1 -0
  123. package/js/types/Interface/api/account/UpdateAccountSociety.js +33 -0
  124. package/js/types/Interface/api/account/UpdateAccountSociety.js.map +1 -0
  125. package/js/types/Interface/api/partner/GetPartners.js +27 -0
  126. package/js/types/Interface/api/partner/GetPartners.js.map +1 -0
  127. package/js/types/Interface/api/shine/CreateShine.js +6 -0
  128. package/js/types/Interface/api/shine/CreateShine.js.map +1 -0
  129. package/js/types/Interface/api/sponsorship/CreateSponsorship.js +29 -0
  130. package/js/types/Interface/api/sponsorship/CreateSponsorship.js.map +1 -0
  131. package/js/types/Interface/api/sponsorship/QuerySponsorship.js +33 -0
  132. package/js/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -0
  133. package/js/types/Interface/api/sponsorship/SendSponsorshipLink.js +29 -0
  134. package/js/types/Interface/api/sponsorship/SendSponsorshipLink.js.map +1 -0
  135. package/js/types/Interface/api/stripe/QueryStripe.js +6 -0
  136. package/js/types/Interface/api/stripe/QueryStripe.js.map +1 -0
  137. package/js/types/Interface/api/stripe/ReadStripe.js +6 -0
  138. package/js/types/Interface/api/stripe/ReadStripe.js.map +1 -0
  139. package/js/types/Interface/models/IApiError.js +37 -2
  140. package/js/types/Interface/models/IApiError.js.map +1 -1
  141. package/js/types/Interface/models/ISponsorship.js +6 -0
  142. package/js/types/Interface/models/ISponsorship.js.map +1 -0
  143. package/js/types/index.js +156 -0
  144. package/js/types/index.js.map +1 -1
  145. package/js/utils/index.js +12 -0
  146. package/js/utils/index.js.map +1 -1
  147. package/js/utils/stringUtils/clean.js +15 -0
  148. package/js/utils/stringUtils/clean.js.map +1 -0
  149. package/js/utils/stringUtils/index.js +18 -0
  150. package/js/utils/stringUtils/index.js.map +1 -0
  151. package/package.json +1 -1
  152. package/ts/api/resources/Partner.ts +3 -2
  153. package/ts/api/resources/Subscription.ts +8 -0
  154. package/ts/api/resources.ts +2 -0
  155. package/ts/types/Enum/{TypePartnerTransaction.ts → PartnerTransactionType.ts} +1 -1
  156. package/ts/types/Enum/SponsorshipEmailState.ts +5 -0
  157. package/ts/types/Interface/api/account/CreateAccountSociety.ts +15 -0
  158. package/ts/types/Interface/api/account/QueryAccountSociety.ts +18 -0
  159. package/ts/types/Interface/api/account/QueryGenericAccount.ts +12 -0
  160. package/ts/types/Interface/api/account/UpdateAccountSociety.ts +18 -0
  161. package/ts/types/Interface/api/partner/GetPartners.ts +6 -0
  162. package/ts/types/Interface/api/shine/CreateShine.ts +84 -0
  163. package/ts/types/Interface/api/sponsorship/CreateSponsorship.ts +9 -0
  164. package/ts/types/Interface/api/sponsorship/QuerySponsorship.ts +15 -0
  165. package/ts/types/Interface/api/sponsorship/SendSponsorshipLink.ts +9 -0
  166. package/ts/types/Interface/api/stripe/QueryStripe.ts +4 -0
  167. package/ts/types/Interface/api/stripe/ReadStripe.ts +4 -0
  168. package/ts/types/Interface/models/IAccountingTransaction.ts +1 -1
  169. package/ts/types/Interface/models/IApiError.ts +37 -0
  170. package/ts/types/Interface/models/IBankConnection.ts +4 -1
  171. package/ts/types/Interface/models/IBankTransaction.ts +1 -1
  172. package/ts/types/Interface/models/IEngagementBankTransaction.ts +1 -1
  173. package/ts/types/Interface/models/IPartnerTransaction.ts +3 -3
  174. package/ts/types/Interface/models/ISponsorship.ts +9 -0
  175. package/ts/types/Interface/models/ISponsorshipLink.ts +1 -2
  176. package/ts/types/index.ts +13 -0
  177. package/ts/utils/index.ts +1 -0
  178. package/ts/utils/stringUtils/clean.ts +12 -0
  179. package/ts/utils/stringUtils/index.ts +1 -0
  180. package/es/types/Enum/TypePartnerTransaction.d.ts +0 -7
  181. package/es/types/Enum/TypePartnerTransaction.d.ts.map +0 -1
  182. package/es/types/Enum/TypePartnerTransaction.js +0 -8
  183. package/es/types/Enum/TypePartnerTransaction.js.map +0 -1
  184. package/js/types/Enum/TypePartnerTransaction.js +0 -14
@@ -1,7 +1,7 @@
1
1
  import { Resource } from '../Resource';
2
- import { ISocietyPartner, CreatePartner } from '../../types';
2
+ import { ISocietyPartner, CreatePartner, GetPartners } from '../../types';
3
3
  export declare class Partner extends Resource {
4
4
  create(params: CreatePartner): Promise<ISocietyPartner>;
5
- getAll(): Promise<ISocietyPartner[]>;
5
+ getAll(params: GetPartners): Promise<ISocietyPartner[]>;
6
6
  }
7
7
  //# sourceMappingURL=Partner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Partner.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,eAAe,EACf,aAAa,EACd,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,eAAe,CAAC;IAGvD,MAAM,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGrC"}
1
+ {"version":3,"file":"Partner.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,eAAe,EACf,aAAa,EACb,WAAW,EACZ,MAAM,aAAa,CAAC;AAErB,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,eAAe,CAAC;IAGvD,MAAM,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxD"}
@@ -3,8 +3,8 @@ export class Partner extends Resource {
3
3
  create(params) {
4
4
  return this.axios.$post('partner', params);
5
5
  }
6
- getAll() {
7
- return this.axios.$get('partners');
6
+ getAll(params) {
7
+ return this.axios.$get('partners', { params });
8
8
  }
9
9
  }
10
10
  //# sourceMappingURL=Partner.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Partner.js","sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAMvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAqB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;IAC7C,CAAC;IACD,MAAM;QACJ,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IACrC,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ISocietyPartner,\n CreatePartner,\n} from '../../types';\n\nexport class Partner extends Resource {\n create(params: CreatePartner): Promise<ISocietyPartner> {\n return this.axios.$post('partner', params);\n }\n getAll(): Promise<ISocietyPartner[]> {\n return this.axios.$get('partners');\n }\n}"]}
1
+ {"version":3,"file":"Partner.js","sourceRoot":"","sources":["../../../ts/api/resources/Partner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IACnC,MAAM,CAAC,MAAqB;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;IAC7C,CAAC;IACD,MAAM,CAAC,MAAmB;QACxB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACjD,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ISocietyPartner,\n CreatePartner,\n GetPartners,\n} from '../../types';\n\nexport class Partner extends Resource {\n create(params: CreatePartner): Promise<ISocietyPartner> {\n return this.axios.$post('partner', params);\n }\n getAll(params: GetPartners): Promise<ISocietyPartner[]> {\n return this.axios.$get('partners', { params });\n }\n}"]}
@@ -0,0 +1,6 @@
1
+ import { Resource } from '../Resource';
2
+ import { RetrieveUpcomingInvoiceParams, ReadUpcomingInvoice } from '../../types';
3
+ export declare class Subscription extends Resource {
4
+ retrieveUpcomingInvoice(params: RetrieveUpcomingInvoiceParams): Promise<ReadUpcomingInvoice>;
5
+ }
6
+ //# sourceMappingURL=Subscription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Subscription.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Subscription.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,6BAA6B,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAEjF,qBAAa,YAAa,SAAQ,QAAQ;IACxC,uBAAuB,CAAC,MAAM,EAAE,6BAA6B,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAG7F"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class Subscription extends Resource {
3
+ retrieveUpcomingInvoice(params) {
4
+ return this.axios.$get('/subscription/next-invoice', { params });
5
+ }
6
+ }
7
+ //# sourceMappingURL=Subscription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Subscription.js","sourceRoot":"","sources":["../../../ts/api/resources/Subscription.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,YAAa,SAAQ,QAAQ;IACxC,uBAAuB,CAAC,MAAqC;QAC3D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4BAA4B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACnE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { RetrieveUpcomingInvoiceParams, ReadUpcomingInvoice } from '../../types';\n\nexport class Subscription extends Resource {\n retrieveUpcomingInvoice(params: RetrieveUpcomingInvoiceParams): Promise<ReadUpcomingInvoice> {\n return this.axios.$get('/subscription/next-invoice', { params });\n }\n}\n"]}
@@ -18,6 +18,7 @@ import { IncomeStatement } from './resources/IncomeStatement';
18
18
  import { BalanceSheet } from './resources/BalanceSheet';
19
19
  import { Cerfa } from './resources/Cerfa';
20
20
  import { LegalForm } from './resources/LegalForm';
21
+ import { Subscription } from './resources/Subscription';
21
22
  import { Authenticate } from './resources/Authenticate';
22
23
  import { Search } from './resources/Search';
23
24
  export declare const resources: {
@@ -43,5 +44,6 @@ export declare const resources: {
43
44
  legalForm: typeof LegalForm;
44
45
  authenticate: typeof Authenticate;
45
46
  search: typeof Search;
47
+ subscription: typeof Subscription;
46
48
  };
47
49
  //# sourceMappingURL=resources.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;CAuBrB,CAAC"}
1
+ {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;CAwBrB,CAAC"}
@@ -18,6 +18,7 @@ import { IncomeStatement } from './resources/IncomeStatement';
18
18
  import { BalanceSheet } from './resources/BalanceSheet';
19
19
  import { Cerfa } from './resources/Cerfa';
20
20
  import { LegalForm } from './resources/LegalForm';
21
+ import { Subscription } from './resources/Subscription';
21
22
  import { Authenticate } from './resources/Authenticate';
22
23
  import { Search } from './resources/Search';
23
24
  export const resources = {
@@ -43,5 +44,6 @@ export const resources = {
43
44
  legalForm: LegalForm,
44
45
  authenticate: Authenticate,
45
46
  search: Search,
47
+ subscription: Subscription,
46
48
  };
47
49
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,0BAA0B,EAAE,0BAA0B;IACtD,cAAc,EAAE,cAAc;IAC9B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,OAAO,EAAE,OAAO;IAChB,IAAI,EAAE,IAAI;IACV,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,MAAM;IACd,SAAS,EAAE,SAAS;IACpB,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,OAAO;IAChB,aAAa,EAAE,aAAa;IAC5B,OAAO,EAAE,OAAO;IAChB,eAAe,EAAE,eAAe;IAChC,YAAY,EAAE,YAAY;IAC1B,KAAK,EAAE,KAAK;IACZ,SAAS,EAAE,SAAS;IACpB,YAAY,EAAE,YAAY;IAC1B,MAAM,EAAE,MAAM;CACf,CAAC","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n};\n"]}
1
+ {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE5C,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,OAAO;IAChB,0BAA0B,EAAE,0BAA0B;IACtD,cAAc,EAAE,cAAc;IAC9B,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,WAAW;IACxB,OAAO,EAAE,OAAO;IAChB,IAAI,EAAE,IAAI;IACV,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,MAAM;IACd,MAAM,EAAE,MAAM;IACd,SAAS,EAAE,SAAS;IACpB,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,OAAO;IAChB,aAAa,EAAE,aAAa;IAC5B,OAAO,EAAE,OAAO;IAChB,eAAe,EAAE,eAAe;IAChC,YAAY,EAAE,YAAY;IAC1B,KAAK,EAAE,KAAK;IACZ,SAAS,EAAE,SAAS;IACpB,YAAY,EAAE,YAAY;IAC1B,MAAM,EAAE,MAAM;IACd,YAAY,EAAE,YAAY;CAC3B,CAAC","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n};\n"]}
@@ -0,0 +1,7 @@
1
+ export declare enum PartnerTransactionType {
2
+ OTHER = 1,
3
+ BUDGET_INSIGHT = 2,
4
+ QONTO = 3,
5
+ SHINE = 4
6
+ }
7
+ //# sourceMappingURL=PartnerTransactionType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PartnerTransactionType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/PartnerTransactionType.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB;IAChC,KAAK,IAAI;IACT,cAAc,IAAI;IAClB,KAAK,IAAI;IACT,KAAK,IAAI;CACV"}
@@ -0,0 +1,8 @@
1
+ export var PartnerTransactionType;
2
+ (function (PartnerTransactionType) {
3
+ PartnerTransactionType[PartnerTransactionType["OTHER"] = 1] = "OTHER";
4
+ PartnerTransactionType[PartnerTransactionType["BUDGET_INSIGHT"] = 2] = "BUDGET_INSIGHT";
5
+ PartnerTransactionType[PartnerTransactionType["QONTO"] = 3] = "QONTO";
6
+ PartnerTransactionType[PartnerTransactionType["SHINE"] = 4] = "SHINE";
7
+ })(PartnerTransactionType || (PartnerTransactionType = {}));
8
+ //# sourceMappingURL=PartnerTransactionType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PartnerTransactionType.js","sourceRoot":"","sources":["../../../ts/types/Enum/PartnerTransactionType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,qEAAS,CAAA;IACT,uFAAkB,CAAA;IAClB,qEAAS,CAAA;IACT,qEAAS,CAAA;AACX,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC","sourcesContent":["export enum PartnerTransactionType {\n OTHER = 1,\n BUDGET_INSIGHT = 2,\n QONTO = 3,\n SHINE = 4,\n}"]}
@@ -0,0 +1,6 @@
1
+ export declare enum SponsorshipEmailState {
2
+ WAITING = 1,
3
+ CONFIRMED = 2,
4
+ PAID = 3
5
+ }
6
+ //# sourceMappingURL=SponsorshipEmailState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SponsorshipEmailState.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/SponsorshipEmailState.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,OAAO,IAAI;IACX,SAAS,IAAI;IACb,IAAI,IAAI;CACT"}
@@ -0,0 +1,7 @@
1
+ export var SponsorshipEmailState;
2
+ (function (SponsorshipEmailState) {
3
+ SponsorshipEmailState[SponsorshipEmailState["WAITING"] = 1] = "WAITING";
4
+ SponsorshipEmailState[SponsorshipEmailState["CONFIRMED"] = 2] = "CONFIRMED";
5
+ SponsorshipEmailState[SponsorshipEmailState["PAID"] = 3] = "PAID";
6
+ })(SponsorshipEmailState || (SponsorshipEmailState = {}));
7
+ //# sourceMappingURL=SponsorshipEmailState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SponsorshipEmailState.js","sourceRoot":"","sources":["../../../ts/types/Enum/SponsorshipEmailState.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,uEAAW,CAAA;IACX,2EAAa,CAAA;IACb,iEAAQ,CAAA;AACV,CAAC,EAJW,qBAAqB,KAArB,qBAAqB,QAIhC","sourcesContent":["export enum SponsorshipEmailState {\n WAITING = 1,\n CONFIRMED = 2,\n PAID = 3,\n}"]}
@@ -0,0 +1,7 @@
1
+ export declare class CreateAccountSociety {
2
+ number: number;
3
+ name: string;
4
+ idParentAccount: number;
5
+ idVat?: number;
6
+ }
7
+ //# sourceMappingURL=CreateAccountSociety.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAccountSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/CreateAccountSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,MAAM,EAAE,MAAM,CAAC;IAGf,IAAI,EAAE,MAAM,CAAC;IAGb,eAAe,EAAE,MAAM,CAAC;IAGxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,29 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
+ export class CreateAccountSociety {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Number)
16
+ ], CreateAccountSociety.prototype, "number", void 0);
17
+ __decorate([
18
+ ApiProperty(),
19
+ __metadata("design:type", String)
20
+ ], CreateAccountSociety.prototype, "name", void 0);
21
+ __decorate([
22
+ ApiProperty(),
23
+ __metadata("design:type", Number)
24
+ ], CreateAccountSociety.prototype, "idParentAccount", void 0);
25
+ __decorate([
26
+ ApiPropertyOptional(),
27
+ __metadata("design:type", Number)
28
+ ], CreateAccountSociety.prototype, "idVat", void 0);
29
+ //# sourceMappingURL=CreateAccountSociety.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAccountSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/CreateAccountSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;CAYhC;AAVC;IADC,WAAW,EAAE;;oDACC;AAGf;IADC,WAAW,EAAE;;kDACD;AAGb;IADC,WAAW,EAAE;;6DACU;AAGxB;IADC,mBAAmB,EAAE;;mDACP","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateAccountSociety {\n @ApiProperty()\n number: number;\n\n @ApiProperty()\n name: string;\n\n @ApiProperty()\n idParentAccount: number;\n\n @ApiPropertyOptional()\n idVat?: number;\n}\n"]}
@@ -0,0 +1,8 @@
1
+ export declare class QueryAccountSociety {
2
+ page: number;
3
+ limit: number;
4
+ descending: boolean;
5
+ accountClass?: number;
6
+ search?: string;
7
+ }
8
+ //# sourceMappingURL=QueryAccountSociety.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryAccountSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccountSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,UAAU,EAAE,OAAO,CAAC;IAGpB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,33 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
+ export class QueryAccountSociety {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Number)
16
+ ], QueryAccountSociety.prototype, "page", void 0);
17
+ __decorate([
18
+ ApiProperty(),
19
+ __metadata("design:type", Number)
20
+ ], QueryAccountSociety.prototype, "limit", void 0);
21
+ __decorate([
22
+ ApiProperty(),
23
+ __metadata("design:type", Boolean)
24
+ ], QueryAccountSociety.prototype, "descending", void 0);
25
+ __decorate([
26
+ ApiPropertyOptional(),
27
+ __metadata("design:type", Number)
28
+ ], QueryAccountSociety.prototype, "accountClass", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ __metadata("design:type", String)
32
+ ], QueryAccountSociety.prototype, "search", void 0);
33
+ //# sourceMappingURL=QueryAccountSociety.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryAccountSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryAccountSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;CAe/B;AAbC;IADC,WAAW,EAAE;;iDACD;AAGb;IADC,WAAW,EAAE;;kDACA;AAGd;IADC,WAAW,EAAE;;uDACM;AAGpB;IADC,mBAAmB,EAAE;;yDACA;AAGtB;IADC,mBAAmB,EAAE;;mDACN","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryAccountSociety {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiProperty()\n descending: boolean;\n\n @ApiPropertyOptional()\n accountClass?: number;\n\n @ApiPropertyOptional()\n search?: string;\n}\n"]}
@@ -0,0 +1,6 @@
1
+ export declare class QueryGenericAccount {
2
+ page: number;
3
+ limit: number;
4
+ accountClass?: number;
5
+ }
6
+ //# sourceMappingURL=QueryGenericAccount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGenericAccount.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryGenericAccount.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,25 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
+ export class QueryGenericAccount {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Number)
16
+ ], QueryGenericAccount.prototype, "page", void 0);
17
+ __decorate([
18
+ ApiProperty(),
19
+ __metadata("design:type", Number)
20
+ ], QueryGenericAccount.prototype, "limit", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ __metadata("design:type", Number)
24
+ ], QueryGenericAccount.prototype, "accountClass", void 0);
25
+ //# sourceMappingURL=QueryGenericAccount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGenericAccount.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/QueryGenericAccount.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;CAS/B;AAPC;IADC,WAAW,EAAE;;iDACD;AAGb;IADC,WAAW,EAAE;;kDACA;AAGd;IADC,mBAAmB,EAAE;;yDACA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryGenericAccount {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n accountClass?: number;\n}\n"]}
@@ -0,0 +1,8 @@
1
+ export declare class UpdateAccountSociety {
2
+ id: number;
3
+ number?: number;
4
+ name?: string;
5
+ isHidden?: boolean;
6
+ idVat?: number | null;
7
+ }
8
+ //# sourceMappingURL=UpdateAccountSociety.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateAccountSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/UpdateAccountSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
@@ -0,0 +1,29 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
+ export class UpdateAccountSociety {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Number)
16
+ ], UpdateAccountSociety.prototype, "id", void 0);
17
+ __decorate([
18
+ ApiPropertyOptional(),
19
+ __metadata("design:type", Number)
20
+ ], UpdateAccountSociety.prototype, "number", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ __metadata("design:type", String)
24
+ ], UpdateAccountSociety.prototype, "name", void 0);
25
+ __decorate([
26
+ ApiPropertyOptional(),
27
+ __metadata("design:type", Object)
28
+ ], UpdateAccountSociety.prototype, "idVat", void 0);
29
+ //# sourceMappingURL=UpdateAccountSociety.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateAccountSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/UpdateAccountSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;CAehC;AAbC;IADC,WAAW,EAAE;;gDACH;AAGX;IADC,mBAAmB,EAAE;;oDACN;AAGhB;IADC,mBAAmB,EAAE;;kDACR;AAMd;IADC,mBAAmB,EAAE;;mDACA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateAccountSociety {\n @ApiProperty()\n id: number;\n\n @ApiPropertyOptional()\n number?: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n // @ApiPropertyOptional() // value toujours à false lorsque ce décorateur est actif\n isHidden?: boolean;\n\n @ApiPropertyOptional()\n idVat?: number | null;\n}\n"]}
@@ -0,0 +1,4 @@
1
+ export declare class GetPartners {
2
+ includeDeletedPartner?: boolean;
3
+ }
4
+ //# sourceMappingURL=GetPartners.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetPartners.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"names":[],"mappings":"AAEA,qBAAa,WAAW;IAEtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC"}
@@ -0,0 +1,17 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiPropertyOptional } from '../../../../utils';
11
+ export class GetPartners {
12
+ }
13
+ __decorate([
14
+ ApiPropertyOptional(),
15
+ __metadata("design:type", Boolean)
16
+ ], GetPartners.prototype, "includeDeletedPartner", void 0);
17
+ //# sourceMappingURL=GetPartners.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetPartners.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partner/GetPartners.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,WAAW;CAGvB;AADC;IADC,mBAAmB,EAAE;;0DACU","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class GetPartners {\n @ApiPropertyOptional()\n includeDeletedPartner?: boolean;\n}"]}
@@ -0,0 +1,80 @@
1
+ import { Code } from '../../models/IApiError';
2
+ export declare type ShineErrorResponse = {
3
+ code: Code;
4
+ message: string;
5
+ status: number;
6
+ };
7
+ export declare type ShineSuccessResponse = {
8
+ access_token: string;
9
+ expires_in: number;
10
+ id_token?: string;
11
+ refresh_token: string;
12
+ scope: string;
13
+ token_type: string;
14
+ };
15
+ export declare type ShineTokenInformations = {
16
+ exp: number;
17
+ };
18
+ export declare type ShineBankAccount = {
19
+ bankAccountId: string;
20
+ currentBalance: number;
21
+ currentBalanceFloat: number;
22
+ nextBalance: number;
23
+ nextBalanceFloat: number;
24
+ currency: string;
25
+ iban: string;
26
+ bic: string;
27
+ name: string;
28
+ ownerName: string;
29
+ trzWalletId: string;
30
+ type: string;
31
+ createdAt: number;
32
+ status: string;
33
+ uid: string;
34
+ companyProfileId: string;
35
+ updatedAt: number;
36
+ };
37
+ export declare type ShineBankTransaction = {
38
+ transactionId: string;
39
+ createdAt: number;
40
+ currency: string;
41
+ paymentMethod: string;
42
+ paymentProvider: string;
43
+ providerTransactionId: string;
44
+ status: string;
45
+ title: string;
46
+ titleLatinised: string;
47
+ type: 'payout' | 'payin';
48
+ uid: string;
49
+ updatedAt: number;
50
+ value: number;
51
+ bankTransferId: string;
52
+ transactionAt: number;
53
+ fee: number;
54
+ transferPayinSenderName: string;
55
+ feeType: string;
56
+ description: string;
57
+ category: string;
58
+ isRefund: false;
59
+ directDebitMandateId: string;
60
+ bankAccountId: string;
61
+ transactionSettledAt: number;
62
+ providerCardPaymentId: null;
63
+ providerCardTransactionId: null;
64
+ cardPaymentStatus: null;
65
+ isPersonal: false;
66
+ hasReceipts: false;
67
+ note: string;
68
+ isHidden: false;
69
+ authorizationReleasedAt: null;
70
+ refundTransactionId: null;
71
+ executedAt: null;
72
+ companyUserId: null;
73
+ initiatorName: null;
74
+ remainingAuthorized: null;
75
+ expectedReleaseDate: null;
76
+ cardPaymentMethod: null;
77
+ paymentCurrency: string;
78
+ is3DS: false;
79
+ };
80
+ //# sourceMappingURL=CreateShine.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateShine.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shine/CreateShine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,oBAAY,kBAAkB,GAAG;IAC/B,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACnC,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,oBAAY,gBAAgB,GAAG;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAC,MAAM,CAAC;IACtB,mBAAmB,EAAC,MAAM,CAAC;IAC3B,WAAW,EAAC,MAAM,CAAC;IACnB,gBAAgB,EAAC,MAAM,CAAC;IACxB,QAAQ,EAAC,MAAM,CAAC;IAChB,IAAI,EAAC,MAAM,CAAC;IACZ,GAAG,EAAC,MAAM,CAAC;IACX,IAAI,EAAC,MAAM,CAAC;IACZ,SAAS,EAAC,MAAM,CAAC;IACjB,WAAW,EAAC,MAAM,CAAC;IACnB,IAAI,EAAC,MAAM,CAAC;IACZ,SAAS,EAAC,MAAM,CAAC;IACjB,MAAM,EAAC,MAAM,CAAC;IACd,GAAG,EAAC,MAAM,CAAC;IACX,gBAAgB,EAAC,MAAM,CAAC;IACxB,SAAS,EAAC,MAAM,CAAC;CAClB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,uBAAuB,EAAE,MAAM,CAAC;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,KAAK,CAAC;IAChB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,qBAAqB,EAAE,IAAI,CAAC;IAC5B,yBAAyB,EAAE,IAAI,CAAC;IAChC,iBAAiB,EAAE,IAAI,CAAC;IACxB,UAAU,EAAE,KAAK,CAAC;IAClB,WAAW,EAAE,KAAK,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,KAAK,CAAC;IAChB,uBAAuB,EAAE,IAAI,CAAC;IAC9B,mBAAmB,EAAE,IAAI,CAAC;IAC1B,UAAU,EAAE,IAAI,CAAC;IACjB,aAAa,EAAE,IAAI,CAAC;IACpB,aAAa,EAAE,IAAI,CAAC;IACpB,mBAAmB,EAAE,IAAI,CAAC;IAC1B,mBAAmB,EAAE,IAAI,CAAC;IAC1B,iBAAiB,EAAE,IAAI,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,KAAK,CAAA;CACb,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CreateShine.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateShine.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shine/CreateShine.ts"],"names":[],"mappings":"","sourcesContent":["import { Code } from '../../models/IApiError';\n\nexport type ShineErrorResponse = {\n code: Code;\n message: string;\n status: number;\n};\n\nexport type ShineSuccessResponse = {\n access_token: string;\n expires_in: number;\n id_token?: string;\n refresh_token: string;\n scope: string;\n token_type: string;\n};\n\nexport type ShineTokenInformations = {\n exp: number;\n};\n\nexport type ShineBankAccount = {\n bankAccountId: string;\n currentBalance:number;\n currentBalanceFloat:number;\n nextBalance:number;\n nextBalanceFloat:number;\n currency:string;\n iban:string;\n bic:string;\n name:string;\n ownerName:string;\n trzWalletId:string;\n type:string;\n createdAt:number;\n status:string;\n uid:string;\n companyProfileId:string;\n updatedAt:number;\n};\n\nexport type ShineBankTransaction = {\n transactionId: string;\n createdAt: number;\n currency: string;\n paymentMethod: string;\n paymentProvider: string;\n providerTransactionId: string;\n status: string;\n title: string;\n titleLatinised: string;\n type: 'payout' | 'payin';\n uid: string;\n updatedAt: number;\n value: number;\n bankTransferId: string;\n transactionAt: number;\n fee: number;\n transferPayinSenderName: string;\n feeType: string;\n description: string;\n category: string;\n isRefund: false;\n directDebitMandateId: string;\n bankAccountId: string;\n transactionSettledAt: number;\n providerCardPaymentId: null;\n providerCardTransactionId: null;\n cardPaymentStatus: null;\n isPersonal: false;\n hasReceipts: false;\n note: string;\n isHidden: false;\n authorizationReleasedAt: null;\n refundTransactionId: null;\n executedAt: null;\n companyUserId: null;\n initiatorName: null;\n remainingAuthorized: null;\n expectedReleaseDate: null;\n cardPaymentMethod: null;\n paymentCurrency: string;\n is3DS: false\n};"]}
@@ -0,0 +1,5 @@
1
+ export declare class CreateSponsorship {
2
+ idBeneficiary: number;
3
+ code: string;
4
+ }
5
+ //# sourceMappingURL=CreateSponsorship.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSponsorship.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/CreateSponsorship.ts"],"names":[],"mappings":"AAEA,qBAAa,iBAAiB;IAE5B,aAAa,EAAE,MAAM,CAAC;IAGtB,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,21 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty } from '../../../../utils';
11
+ export class CreateSponsorship {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Number)
16
+ ], CreateSponsorship.prototype, "idBeneficiary", void 0);
17
+ __decorate([
18
+ ApiProperty(),
19
+ __metadata("design:type", String)
20
+ ], CreateSponsorship.prototype, "code", void 0);
21
+ //# sourceMappingURL=CreateSponsorship.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSponsorship.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/CreateSponsorship.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,iBAAiB;CAM7B;AAJC;IADC,WAAW,EAAE;;wDACQ;AAGtB;IADC,WAAW,EAAE;;+CACD","sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class CreateSponsorship {\n @ApiProperty()\n idBeneficiary: number;\n\n @ApiProperty()\n code: string;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export declare class QuerySponsorship {
2
+ page: number;
3
+ limit: number;
4
+ state?: number;
5
+ idSociety?: number;
6
+ }
7
+ //# sourceMappingURL=QuerySponsorship.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuerySponsorship.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAE3B,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,29 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
11
+ export class QuerySponsorship {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Number)
16
+ ], QuerySponsorship.prototype, "page", void 0);
17
+ __decorate([
18
+ ApiProperty(),
19
+ __metadata("design:type", Number)
20
+ ], QuerySponsorship.prototype, "limit", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ __metadata("design:type", Number)
24
+ ], QuerySponsorship.prototype, "state", void 0);
25
+ __decorate([
26
+ ApiProperty(),
27
+ __metadata("design:type", Number)
28
+ ], QuerySponsorship.prototype, "idSociety", void 0);
29
+ //# sourceMappingURL=QuerySponsorship.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuerySponsorship.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,gBAAgB;CAY5B;AAVC;IADC,WAAW,EAAE;;8CACD;AAGb;IADC,WAAW,EAAE;;+CACA;AAGd;IADC,mBAAmB,EAAE;;+CACP;AAGf;IADC,WAAW,EAAE;;mDACK","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySponsorship {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiProperty()\n idSociety?: number;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export declare class SendSponsorshipLink {
2
+ email: string | string[];
3
+ idSociety: number;
4
+ }
5
+ //# sourceMappingURL=SendSponsorshipLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendSponsorshipLink.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/SendSponsorshipLink.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAGzB,SAAS,EAAE,MAAM,CAAC;CACnB"}