@ayasofyazilim/saas 0.0.47 → 0.0.49

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.
@@ -120,6 +120,7 @@ export type UniRefund_CRMService_Customss_CreateCustomsDto = {
120
120
  [key: string]: unknown;
121
121
  } | null;
122
122
  entityInformationTypes: Array<UniRefund_CRMService_Customss_CreateCustomsEntityInformationTypeDto>;
123
+ parentId?: string | null;
123
124
  };
124
125
 
125
126
  export type UniRefund_CRMService_Customss_CreateCustomsEntityInformationTypeDto = {
@@ -155,7 +156,7 @@ export type UniRefund_CRMService_Customss_CustomsDto = {
155
156
  export type UniRefund_CRMService_Customss_CustomsProfileDto = {
156
157
  id?: string;
157
158
  name?: string | null;
158
- parentCompanyId?: string | null;
159
+ parentId?: string | null;
159
160
  organizationId?: string;
160
161
  };
161
162
 
@@ -228,7 +229,7 @@ export type UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeDto
228
229
 
229
230
  export type UniRefund_CRMService_Enums_AddressTypeCode = 'HOME' | 'OFFICE';
230
231
 
231
- export type UniRefund_CRMService_Enums_AffiliationTypeCode = 'COFOUNDER' | 'PARTNER' | 'ABPUSER' | 'SUBCOMPANY';
232
+ export type UniRefund_CRMService_Enums_AffiliationTypeCode = 'COFOUNDER' | 'PARTNER' | 'ABPUSER' | 'SUBCOMPANY' | 'ACCOUNTMANAGER';
232
233
 
233
234
  export type UniRefund_CRMService_Enums_EmailTypeCode = 'WORK' | 'PERSONAL';
234
235
 
@@ -264,23 +265,27 @@ export type UniRefund_CRMService_Individuals_IndividualDto = {
264
265
  entityInformationTypeId?: string | null;
265
266
  };
266
267
 
268
+ export type UniRefund_CRMService_Individuals_IndividualIdNameDto = {
269
+ id?: string;
270
+ name?: string | null;
271
+ };
272
+
267
273
  export type UniRefund_CRMService_Individuals_IndividualProfileDto = {
268
274
  id?: string;
269
275
  name?: string | null;
270
276
  affiliationId?: string | null;
271
- affiliatedName?: string | null;
272
277
  affiliationTypeCode?: UniRefund_CRMService_Enums_AffiliationTypeCode;
273
- affiliationTypeCodeValue?: string | null;
274
278
  affiliationParentTypeCode?: UniRefund_CRMService_Enums_EntityPartyTypeCode;
275
- affiliationParentTypeCodeValue?: string | null;
276
279
  };
277
280
 
278
281
  export type UniRefund_CRMService_Merchants_CreateMerchantDto = {
279
282
  readonly extraProperties?: {
280
283
  [key: string]: unknown;
281
284
  } | null;
282
- entityInformationTypes: Array<UniRefund_CRMService_Merchants_CreateMerchantEntityInformationTypeDto>;
283
285
  typeCode: UniRefund_CRMService_Merchants_MerchantTypeCode;
286
+ taxOfficeId: string;
287
+ parentId?: string | null;
288
+ entityInformationTypes: Array<UniRefund_CRMService_Merchants_CreateMerchantEntityInformationTypeDto>;
284
289
  };
285
290
 
286
291
  export type UniRefund_CRMService_Merchants_CreateMerchantEntityInformationTypeDto = {
@@ -300,10 +305,17 @@ export type UniRefund_CRMService_Merchants_CreateMerchantOrgnaizationDto = {
300
305
  legalStatusCode: string;
301
306
  customerNumber?: string | null;
302
307
  branchId?: string | null;
303
- parentCompanyId?: string | null;
304
308
  contactInformations: Array<UniRefund_CRMService_ContactInformationTypes_CreateContactInformationTypeDto>;
305
309
  };
306
310
 
311
+ export type UniRefund_CRMService_Merchants_MerchantBasicInformationDto = {
312
+ id?: string;
313
+ name?: string | null;
314
+ taxOffice?: UniRefund_CRMService_TaxOffices_TaxOfficeIdNameDto;
315
+ numberOfStores?: number;
316
+ accountManagers?: Array<UniRefund_CRMService_Individuals_IndividualIdNameDto> | null;
317
+ };
318
+
307
319
  export type UniRefund_CRMService_Merchants_MerchantDetailDto = {
308
320
  merchant?: UniRefund_CRMService_Merchants_MerchantDto;
309
321
  productGroups?: Array<UniRefund_SettingService_ProductGroups_ProductGroupDto> | null;
@@ -320,6 +332,9 @@ export type UniRefund_CRMService_Merchants_MerchantDto = {
320
332
  deletionTime?: string | null;
321
333
  entityInformations?: Array<UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeDto> | null;
322
334
  affiliations?: Array<UniRefund_CRMService_AffiliationTypes_AffiliationTypeDto> | null;
335
+ typeCode?: UniRefund_CRMService_Merchants_MerchantTypeCode;
336
+ taxOfficeId?: string;
337
+ tenantId?: string | null;
323
338
  };
324
339
 
325
340
  export type UniRefund_CRMService_Merchants_MerchantInfoDto = {
@@ -332,9 +347,8 @@ export type UniRefund_CRMService_Merchants_MerchantInfoDto = {
332
347
  export type UniRefund_CRMService_Merchants_MerchantProfileDto = {
333
348
  id?: string;
334
349
  name?: string | null;
335
- parentCompanyId?: string | null;
350
+ parentId?: string | null;
336
351
  entityInformationTypeCode?: UniRefund_CRMService_Enums_EntityInformationTypeCode;
337
- entityInformationTypeCodeName?: string | null;
338
352
  organizationId?: string | null;
339
353
  individualId?: string | null;
340
354
  };
@@ -345,7 +359,6 @@ export type UniRefund_CRMService_Merchants_RefundPointProfileDto = {
345
359
  id?: string;
346
360
  name?: string | null;
347
361
  entityInformationTypeCode?: UniRefund_CRMService_Enums_EntityInformationTypeCode;
348
- entityInformationTypeCodeValue?: string | null;
349
362
  organizationId?: string;
350
363
  };
351
364
 
@@ -411,7 +424,6 @@ export type UniRefund_CRMService_Organizations_OrganizationDto = {
411
424
  name?: string | null;
412
425
  taxpayerId?: string | null;
413
426
  legalStatusCode?: string | null;
414
- parentCompanyId?: string | null;
415
427
  customerNumber?: string | null;
416
428
  readonly branchId?: string | null;
417
429
  readonly countryCode?: string | null;
@@ -424,9 +436,7 @@ export type UniRefund_CRMService_Organizations_OrganizationProfileDto = {
424
436
  affiliationId?: string | null;
425
437
  affiliatedName?: string | null;
426
438
  affiliationTypeCode?: UniRefund_CRMService_Enums_AffiliationTypeCode;
427
- affiliationTypeCodeValue?: string | null;
428
439
  affiliationParentTypeCode?: UniRefund_CRMService_Enums_EntityPartyTypeCode;
429
- affiliationParentTypeCodeValue?: string | null;
430
440
  };
431
441
 
432
442
  export type UniRefund_CRMService_Organizations_UpdateOrganizationDto = {
@@ -488,6 +498,7 @@ export type UniRefund_CRMService_RefundPoints_CreateRefundPointDto = {
488
498
  [key: string]: unknown;
489
499
  } | null;
490
500
  typeCode: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
501
+ parentId?: string | null;
491
502
  entityInformationTypes?: Array<UniRefund_CRMService_RefundPoints_CreateRefundPointEntityInformationTypeDto> | null;
492
503
  };
493
504
 
@@ -515,6 +526,7 @@ export type UniRefund_CRMService_RefundPoints_RefundPointDto = {
515
526
  isDeleted?: boolean;
516
527
  deleterId?: string | null;
517
528
  deletionTime?: string | null;
529
+ typeCode?: UniRefund_CRMService_RefundPoints_RefundPointTypeCode;
518
530
  entityInformations?: Array<UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeDto> | null;
519
531
  };
520
532
 
@@ -532,6 +544,7 @@ export type UniRefund_CRMService_TaxFrees_CreateTaxFreeDto = {
532
544
  [key: string]: unknown;
533
545
  } | null;
534
546
  entityInformationTypes: Array<UniRefund_CRMService_TaxFrees_CreateTaxFreeEntityInformationTypeDto>;
547
+ parentId?: string | null;
535
548
  };
536
549
 
537
550
  export type UniRefund_CRMService_TaxFrees_CreateTaxFreeEntityInformationTypeDto = {
@@ -569,7 +582,7 @@ export type UniRefund_CRMService_TaxFrees_TaxFreeDto = {
569
582
  export type UniRefund_CRMService_TaxFrees_TaxFreeProfileDto = {
570
583
  id?: string;
571
584
  name?: string | null;
572
- parentCompanyId?: string | null;
585
+ parentId?: string | null;
573
586
  organizationId?: string;
574
587
  };
575
588
 
@@ -578,6 +591,7 @@ export type UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto = {
578
591
  [key: string]: unknown;
579
592
  } | null;
580
593
  entityInformationTypes: Array<UniRefund_CRMService_TaxOffices_CreateTaxOfficeEntityInformationTypeDto>;
594
+ parentId?: string | null;
581
595
  };
582
596
 
583
597
  export type UniRefund_CRMService_TaxOffices_CreateTaxOfficeEntityInformationTypeDto = {
@@ -612,10 +626,15 @@ export type UniRefund_CRMService_TaxOffices_TaxOfficeDto = {
612
626
  entityInformations?: Array<UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeDto> | null;
613
627
  };
614
628
 
629
+ export type UniRefund_CRMService_TaxOffices_TaxOfficeIdNameDto = {
630
+ id?: string;
631
+ name?: string | null;
632
+ };
633
+
615
634
  export type UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto = {
616
635
  id?: string;
617
636
  name?: string | null;
618
- parentCompanyId?: string | null;
637
+ parentId?: string | null;
619
638
  organizationId?: string;
620
639
  };
621
640
 
@@ -1201,6 +1220,12 @@ export type GetApiCrmServiceCustomsByIdDetailData = {
1201
1220
 
1202
1221
  export type GetApiCrmServiceCustomsByIdDetailResponse = UniRefund_CRMService_Customss_CustomsDto;
1203
1222
 
1223
+ export type GetApiCrmServiceCustomsByIdSubCustomsData = {
1224
+ id: string;
1225
+ };
1226
+
1227
+ export type GetApiCrmServiceCustomsByIdSubCustomsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1228
+
1204
1229
  export type PostApiCrmServiceCustomsWithComponentsData = {
1205
1230
  requestBody?: UniRefund_CRMService_Customss_CreateCustomsDto;
1206
1231
  };
@@ -1221,6 +1246,7 @@ export type PostApiCrmServiceCustomsByIdAffiliationsData = {
1221
1246
  export type PostApiCrmServiceCustomsByIdAffiliationsResponse = unknown;
1222
1247
 
1223
1248
  export type GetApiCrmServiceCustomsByIdAffiliationsData = {
1249
+ affiliationTypeCode?: UniRefund_CRMService_Enums_AffiliationTypeCode;
1224
1250
  id: string;
1225
1251
  maxResultCount?: number;
1226
1252
  skipCount?: number;
@@ -1311,7 +1337,14 @@ export type GetApiCrmServiceIndividualsData = {
1311
1337
 
1312
1338
  export type GetApiCrmServiceIndividualsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1313
1339
 
1340
+ export type PostApiCrmServiceIndividualsByIdData = {
1341
+ id: string;
1342
+ };
1343
+
1344
+ export type PostApiCrmServiceIndividualsByIdResponse = UniRefund_CRMService_Individuals_IndividualProfileDto;
1345
+
1314
1346
  export type GetApiCrmServiceMerchantsData = {
1347
+ ids?: Array<(string)>;
1315
1348
  maxResultCount?: number;
1316
1349
  skipCount?: number;
1317
1350
  sorting?: string;
@@ -1319,6 +1352,12 @@ export type GetApiCrmServiceMerchantsData = {
1319
1352
 
1320
1353
  export type GetApiCrmServiceMerchantsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1321
1354
 
1355
+ export type GetApiCrmServiceMerchantsByIdBasicInformationData = {
1356
+ id: string;
1357
+ };
1358
+
1359
+ export type GetApiCrmServiceMerchantsByIdBasicInformationResponse = UniRefund_CRMService_Merchants_MerchantBasicInformationDto;
1360
+
1322
1361
  export type GetApiCrmServiceMerchantsInfoData = {
1323
1362
  branchId?: string;
1324
1363
  countryCode?: string;
@@ -1327,6 +1366,18 @@ export type GetApiCrmServiceMerchantsInfoData = {
1327
1366
 
1328
1367
  export type GetApiCrmServiceMerchantsInfoResponse = UniRefund_CRMService_Merchants_MerchantInfoDto;
1329
1368
 
1369
+ export type GetApiCrmServiceMerchantsByIdData = {
1370
+ id: string;
1371
+ };
1372
+
1373
+ export type GetApiCrmServiceMerchantsByIdResponse = UniRefund_CRMService_Merchants_MerchantProfileDto;
1374
+
1375
+ export type GetApiCrmServiceMerchantsByIdExistData = {
1376
+ id: string;
1377
+ };
1378
+
1379
+ export type GetApiCrmServiceMerchantsByIdExistResponse = boolean;
1380
+
1330
1381
  export type GetApiCrmServiceMerchantsByIdDetailData = {
1331
1382
  id: string;
1332
1383
  };
@@ -1352,6 +1403,7 @@ export type DeleteApiCrmServiceMerchantsByIdWithComponentsData = {
1352
1403
  export type DeleteApiCrmServiceMerchantsByIdWithComponentsResponse = unknown;
1353
1404
 
1354
1405
  export type GetApiCrmServiceMerchantsByIdAffiliationsData = {
1406
+ affiliationTypeCode?: UniRefund_CRMService_Enums_AffiliationTypeCode;
1355
1407
  id: string;
1356
1408
  maxResultCount?: number;
1357
1409
  skipCount?: number;
@@ -1485,6 +1537,7 @@ export type PostApiCrmServiceRefundPointsByIdAffiliationsData = {
1485
1537
  export type PostApiCrmServiceRefundPointsByIdAffiliationsResponse = unknown;
1486
1538
 
1487
1539
  export type GetApiCrmServiceRefundPointsByIdAffiliationsData = {
1540
+ affiliationTypeCode?: UniRefund_CRMService_Enums_AffiliationTypeCode;
1488
1541
  id: string;
1489
1542
  maxResultCount?: number;
1490
1543
  skipCount?: number;
@@ -1565,6 +1618,7 @@ export type PostApiCrmServiceTaxFreesByIdAffiliationsData = {
1565
1618
  export type PostApiCrmServiceTaxFreesByIdAffiliationsResponse = unknown;
1566
1619
 
1567
1620
  export type GetApiCrmServiceTaxFreesByIdAffiliationsData = {
1621
+ affiliationTypeCode?: UniRefund_CRMService_Enums_AffiliationTypeCode;
1568
1622
  id: string;
1569
1623
  maxResultCount?: number;
1570
1624
  skipCount?: number;
@@ -1613,6 +1667,12 @@ export type GetApiCrmServiceTaxOfficesData = {
1613
1667
 
1614
1668
  export type GetApiCrmServiceTaxOfficesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1615
1669
 
1670
+ export type GetApiCrmServiceTaxOfficesByIdData = {
1671
+ id: string;
1672
+ };
1673
+
1674
+ export type GetApiCrmServiceTaxOfficesByIdResponse = UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto;
1675
+
1616
1676
  export type GetApiCrmServiceTaxOfficesByIdDetailData = {
1617
1677
  id: string;
1618
1678
  };
@@ -1645,6 +1705,7 @@ export type PostApiCrmServiceTaxOfficesByIdAffiliationsData = {
1645
1705
  export type PostApiCrmServiceTaxOfficesByIdAffiliationsResponse = unknown;
1646
1706
 
1647
1707
  export type GetApiCrmServiceTaxOfficesByIdAffiliationsData = {
1708
+ affiliationTypeCode?: UniRefund_CRMService_Enums_AffiliationTypeCode;
1648
1709
  id: string;
1649
1710
  maxResultCount?: number;
1650
1711
  skipCount?: number;
@@ -2063,6 +2124,41 @@ export type $OpenApiTs = {
2063
2124
  };
2064
2125
  };
2065
2126
  };
2127
+ '/api/crm-service/customs/{id}/sub-customs': {
2128
+ get: {
2129
+ req: GetApiCrmServiceCustomsByIdSubCustomsData;
2130
+ res: {
2131
+ /**
2132
+ * Success
2133
+ */
2134
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
2135
+ /**
2136
+ * Bad Request
2137
+ */
2138
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2139
+ /**
2140
+ * Unauthorized
2141
+ */
2142
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2143
+ /**
2144
+ * Forbidden
2145
+ */
2146
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2147
+ /**
2148
+ * Not Found
2149
+ */
2150
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2151
+ /**
2152
+ * Server Error
2153
+ */
2154
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2155
+ /**
2156
+ * Server Error
2157
+ */
2158
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2159
+ };
2160
+ };
2161
+ };
2066
2162
  '/api/crm-service/customs/with-components': {
2067
2163
  post: {
2068
2164
  req: PostApiCrmServiceCustomsWithComponentsData;
@@ -2580,6 +2676,41 @@ export type $OpenApiTs = {
2580
2676
  };
2581
2677
  };
2582
2678
  };
2679
+ '/api/crm-service/individuals/{id}': {
2680
+ post: {
2681
+ req: PostApiCrmServiceIndividualsByIdData;
2682
+ res: {
2683
+ /**
2684
+ * Success
2685
+ */
2686
+ 200: UniRefund_CRMService_Individuals_IndividualProfileDto;
2687
+ /**
2688
+ * Bad Request
2689
+ */
2690
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2691
+ /**
2692
+ * Unauthorized
2693
+ */
2694
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2695
+ /**
2696
+ * Forbidden
2697
+ */
2698
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2699
+ /**
2700
+ * Not Found
2701
+ */
2702
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2703
+ /**
2704
+ * Server Error
2705
+ */
2706
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2707
+ /**
2708
+ * Server Error
2709
+ */
2710
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2711
+ };
2712
+ };
2713
+ };
2583
2714
  '/api/crm-service/merchants': {
2584
2715
  get: {
2585
2716
  req: GetApiCrmServiceMerchantsData;
@@ -2615,6 +2746,41 @@ export type $OpenApiTs = {
2615
2746
  };
2616
2747
  };
2617
2748
  };
2749
+ '/api/crm-service/merchants/{id}/basic-information': {
2750
+ get: {
2751
+ req: GetApiCrmServiceMerchantsByIdBasicInformationData;
2752
+ res: {
2753
+ /**
2754
+ * Success
2755
+ */
2756
+ 200: UniRefund_CRMService_Merchants_MerchantBasicInformationDto;
2757
+ /**
2758
+ * Bad Request
2759
+ */
2760
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2761
+ /**
2762
+ * Unauthorized
2763
+ */
2764
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2765
+ /**
2766
+ * Forbidden
2767
+ */
2768
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2769
+ /**
2770
+ * Not Found
2771
+ */
2772
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2773
+ /**
2774
+ * Server Error
2775
+ */
2776
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2777
+ /**
2778
+ * Server Error
2779
+ */
2780
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2781
+ };
2782
+ };
2783
+ };
2618
2784
  '/api/crm-service/merchants/info': {
2619
2785
  get: {
2620
2786
  req: GetApiCrmServiceMerchantsInfoData;
@@ -2650,6 +2816,76 @@ export type $OpenApiTs = {
2650
2816
  };
2651
2817
  };
2652
2818
  };
2819
+ '/api/crm-service/merchants/{id}': {
2820
+ get: {
2821
+ req: GetApiCrmServiceMerchantsByIdData;
2822
+ res: {
2823
+ /**
2824
+ * Success
2825
+ */
2826
+ 200: UniRefund_CRMService_Merchants_MerchantProfileDto;
2827
+ /**
2828
+ * Bad Request
2829
+ */
2830
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2831
+ /**
2832
+ * Unauthorized
2833
+ */
2834
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2835
+ /**
2836
+ * Forbidden
2837
+ */
2838
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2839
+ /**
2840
+ * Not Found
2841
+ */
2842
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2843
+ /**
2844
+ * Server Error
2845
+ */
2846
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2847
+ /**
2848
+ * Server Error
2849
+ */
2850
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2851
+ };
2852
+ };
2853
+ };
2854
+ '/api/crm-service/merchants/{id}/exist': {
2855
+ get: {
2856
+ req: GetApiCrmServiceMerchantsByIdExistData;
2857
+ res: {
2858
+ /**
2859
+ * Success
2860
+ */
2861
+ 200: boolean;
2862
+ /**
2863
+ * Bad Request
2864
+ */
2865
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
2866
+ /**
2867
+ * Unauthorized
2868
+ */
2869
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
2870
+ /**
2871
+ * Forbidden
2872
+ */
2873
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
2874
+ /**
2875
+ * Not Found
2876
+ */
2877
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
2878
+ /**
2879
+ * Server Error
2880
+ */
2881
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
2882
+ /**
2883
+ * Server Error
2884
+ */
2885
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
2886
+ };
2887
+ };
2888
+ };
2653
2889
  '/api/crm-service/merchants/{id}/detail': {
2654
2890
  get: {
2655
2891
  req: GetApiCrmServiceMerchantsByIdDetailData;
@@ -4009,6 +4245,41 @@ export type $OpenApiTs = {
4009
4245
  };
4010
4246
  };
4011
4247
  };
4248
+ '/api/crm-service/tax-offices/{id}': {
4249
+ get: {
4250
+ req: GetApiCrmServiceTaxOfficesByIdData;
4251
+ res: {
4252
+ /**
4253
+ * Success
4254
+ */
4255
+ 200: UniRefund_CRMService_TaxOffices_TaxOfficeProfileDto;
4256
+ /**
4257
+ * Bad Request
4258
+ */
4259
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
4260
+ /**
4261
+ * Unauthorized
4262
+ */
4263
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
4264
+ /**
4265
+ * Forbidden
4266
+ */
4267
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
4268
+ /**
4269
+ * Not Found
4270
+ */
4271
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
4272
+ /**
4273
+ * Server Error
4274
+ */
4275
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
4276
+ /**
4277
+ * Server Error
4278
+ */
4279
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
4280
+ };
4281
+ };
4282
+ };
4012
4283
  '/api/crm-service/tax-offices/{id}/detail': {
4013
4284
  get: {
4014
4285
  req: GetApiCrmServiceTaxOfficesByIdDetailData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ayasofyazilim/saas",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "Ayasofyazılım SAAS",
5
5
  "main": "generator.mjs",
6
6
  "bin": {